From 8cde22b9340909254583ec2e693dfd5d4d758872 Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Sun, 8 Jun 2008 13:27:01 +0000 Subject: [PATCH] ab results for R121 --- web/ab_tests/results_minify_r121.txt | 43 ++++++++++++++++++++++++++++ web/config.php | 3 +- 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 web/ab_tests/results_minify_r121.txt diff --git a/web/ab_tests/results_minify_r121.txt b/web/ab_tests/results_minify_r121.txt new file mode 100644 index 0000000..795ff1f --- /dev/null +++ b/web/ab_tests/results_minify_r121.txt @@ -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) diff --git a/web/config.php b/web/config.php index f74334c..861edb0 100644 --- a/web/config.php +++ b/web/config.php @@ -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'; -?> \ No newline at end of file