removed benchmarking from front controller.
This commit is contained in:
parent
92bbb18f46
commit
5d87da6172
|
@ -7,7 +7,7 @@
|
||||||
* @author Taylor Otwell <taylorotwell@gmail.com>
|
* @author Taylor Otwell <taylorotwell@gmail.com>
|
||||||
* @link http://laravel.com
|
* @link http://laravel.com
|
||||||
*/
|
*/
|
||||||
$t = microtime(true);
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Installation Paths
|
| Installation Paths
|
||||||
|
@ -37,5 +37,3 @@
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
require $laravel.'/laravel.php';
|
require $laravel.'/laravel.php';
|
||||||
|
|
||||||
echo (microtime(true) - $t) * 1000;
|
|
||||||
|
|
Loading…
Reference in New Issue