1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-13 17:44:00 +02:00

ab results for R121

This commit is contained in:
Steve Clay
2008-06-08 13:27:01 +00:00
parent 60f001c425
commit 8cde22b934
2 changed files with 44 additions and 2 deletions

View File

@@ -0,0 +1,43 @@
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright 2006 The Apache Software Foundation, http://www.apache.org/
Benchmarking mc.dev (be patient)
Server Software: Apache/2.2.4
Server Hostname: mc.dev
Server Port: 80
Document Path: /_3rd_party/minify/web/ab_tests/minify/before.js.php
Document Length: 15993 bytes
Concurrency Level: 100
Time taken for tests: 6.468750 seconds
Complete requests: 2000
Failed requests: 0
Write errors: 0
Total transferred: 32818000 bytes
HTML transferred: 31986000 bytes
Requests per second: 309.18 [#/sec] (mean)
Time per request: 323.438 [ms] (mean)
Time per request: 3.234 [ms] (mean, across all concurrent requests)
Transfer rate: 4954.28 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 2.5 0 31
Processing: 31 313 74.8 312 828
Waiting: 31 309 70.0 312 796
Total: 31 314 74.7 312 828
Percentage of the requests served within a certain time (ms)
50% 312
66% 312
75% 328
80% 328
90% 328
95% 343
98% 578
99% 640
100% 828 (longest request)

View File

@@ -13,6 +13,5 @@ ini_set('include_path',
* Set $minifyCachePath to a PHP-writeable path to enable server-side caching
* in all examples and tests.
*/
$minifyCachePath = '';
$minifyCachePath = ''; // 'C:\\xampp\\tmp';
?>