mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
removed benchmarking from front controller.
This commit is contained in:
parent
92bbb18f46
commit
5d87da6172
@ -7,7 +7,7 @@
|
||||
* @author Taylor Otwell <taylorotwell@gmail.com>
|
||||
* @link http://laravel.com
|
||||
*/
|
||||
$t = microtime(true);
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Installation Paths
|
||||
@ -36,6 +36,4 @@ $public = __DIR__;
|
||||
| 3... 2... 1... Lift-off!
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
require $laravel.'/laravel.php';
|
||||
|
||||
echo (microtime(true) - $t) * 1000;
|
||||
require $laravel.'/laravel.php';
|
Loading…
x
Reference in New Issue
Block a user