load test

This commit is contained in:
Etienne Roudeix
2013-08-26 16:38:56 +02:00
parent 430baa6cda
commit f8dfa64059
3 changed files with 186 additions and 1 deletions

View File

@@ -25,4 +25,5 @@ $response = $thelia->handle($request)->prepare($request)->send();
$thelia->terminate($request, $response);
echo "\n<!-- page parsed in : " . (microtime(true) - $thelia->getStartTime())." s. -->";
echo "\n<!-- page parsed in : " . (microtime(true) - $thelia->getStartTime())." s. -->";
echo "\n<!-- memory peak : " . memory_get_peak_usage()/1024/1024 . " MiB. -->";