@@ -17,3 +17,49 @@ staticServer(<root>,<config>?);
1717 " port" : 3000
1818}
1919` ` `
20+ ### benchmark results is in the ` benchmark` folder
21+ ` ` `
22+ This is ApacheBench, Version 2.3 < $Revision: 1430300 $>
23+ Copyright 1996 Adam Twiss, Zeus Technology Ltd, http: // www.zeustech.net/
24+ Licensed to The Apache Software Foundation, http: // www.apache.org/
25+
26+ Benchmarking localhost (be patient)
27+
28+
29+ Server Software:
30+ Server Hostname: localhost
31+ Server Port: 2333
32+
33+ Document Path: / index .html
34+ Document Length: 228 bytes
35+
36+ Concurrency Level: 10000
37+ Time taken for tests: 27.310 seconds
38+ Complete requests: 100000
39+ Failed requests: 0
40+ Write errors: 0
41+ Total transferred: 46000000 bytes
42+ HTML transferred: 22800000 bytes
43+ Requests per second: 3661.71 [#/ sec] (mean)
44+ Time per request: 2730.961 [ms] (mean)
45+ Time per request: 0.273 [ms] (mean, across all concurrent requests)
46+ Transfer rate: 1644.91 [Kbytes/ sec] received
47+
48+ Connection Times (ms)
49+ min mean[+/- sd] median max
50+ Connect: 0 957 2202.3 4 15061
51+ Processing: 62 213 175.5 178 6590
52+ Waiting: 8 167 169.4 133 6550
53+ Total: 76 1170 2234.6 225 16126
54+
55+ Percentage of the requests served within a certain time (ms)
56+ 50 % 225
57+ 66 % 1143
58+ 75 % 1200
59+ 80 % 1240
60+ 90 % 3187
61+ 95 % 4209
62+ 98 % 7277
63+ 99 % 15288
64+ 100 % 16126 (longest request)
65+ ` ` `
0 commit comments