Skip to content

Instantly share code, notes, and snippets.

@trashhalo
Created July 8, 2018 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trashhalo/b2f120fb9d20bd4003bf125c0200b601 to your computer and use it in GitHub Desktop.
Save trashhalo/b2f120fb9d20bd4003bf125c0200b601 to your computer and use it in GitHub Desktop.
Webassembly Vs Node
This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 1000 requests
Completed 2000 requests
Completed 3000 requests
Completed 4000 requests
Completed 5000 requests
Completed 6000 requests
Completed 7000 requests
Completed 8000 requests
Completed 9000 requests
Completed 10000 requests
Finished 10000 requests
Server Software:
Server Hostname: localhost
Server Port: 8888
Document Path: /
Document Length: 12 bytes
Concurrency Level: 100
Time taken for tests: 0.646 seconds
Complete requests: 10000
Failed requests: 0
Total transferred: 1130000 bytes
HTML transferred: 120000 bytes
Requests per second: 15477.07 [#/sec] (mean)
Time per request: 6.461 [ms] (mean)
Time per request: 0.065 [ms] (mean, across all concurrent requests)
Transfer rate: 1707.92 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 2
Processing: 1 6 0.7 6 9
Waiting: 1 6 0.7 6 9
Total: 3 6 0.7 6 9
Percentage of the requests served within a certain time (ms)
50% 6
66% 6
75% 7
80% 7
90% 7
95% 8
98% 8
99% 9
100% 9 (longest request)
This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 1000 requests
Completed 2000 requests
Completed 3000 requests
Completed 4000 requests
Completed 5000 requests
Completed 6000 requests
Completed 7000 requests
Completed 8000 requests
Completed 9000 requests
Completed 10000 requests
Finished 10000 requests
Server Software:
Server Hostname: localhost
Server Port: 3000
Document Path: /
Document Length: 12 bytes
Concurrency Level: 100
Time taken for tests: 1.805 seconds
Complete requests: 10000
Failed requests: 0
Total transferred: 870000 bytes
HTML transferred: 120000 bytes
Requests per second: 5540.49 [#/sec] (mean)
Time per request: 18.049 [ms] (mean)
Time per request: 0.180 [ms] (mean, across all concurrent requests)
Transfer rate: 470.73 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 1 0.6 1 5
Processing: 2 17 9.5 16 96
Waiting: 2 15 9.3 13 93
Total: 4 18 9.4 17 97
Percentage of the requests served within a certain time (ms)
50% 17
66% 18
75% 19
80% 20
90% 23
95% 25
98% 61
99% 79
100% 97 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment