Commit 5d87da61 by Taylor Otwell

removed benchmarking from front controller.

parent 92bbb18f
...@@ -7,7 +7,7 @@ ...@@ -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
...@@ -36,6 +36,4 @@ $public = __DIR__; ...@@ -36,6 +36,4 @@ $public = __DIR__;
| 3... 2... 1... Lift-off! | 3... 2... 1... Lift-off!
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */
require $laravel.'/laravel.php'; require $laravel.'/laravel.php';
\ No newline at end of file
echo (microtime(true) - $t) * 1000;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment