Skip to content

Instantly share code, notes, and snippets.

@vinyll
Last active October 10, 2017 14:59
Show Gist options
  • Save vinyll/8efa28493e3671edd235f9bc43bfc012 to your computer and use it in GitHub Desktop.
Save vinyll/8efa28493e3671edd235f9bc43bfc012 to your computer and use it in GitHub Desktop.
# These benchmarks are testing https://github.com/pyrates/roll/tree/master/benchmarks
# on a MacBook Air 2013 OSX 10.12.3 - 1.3 GHz Intel Core i5 - 8 GB 1600 MHz DDR3
./bench.sh
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Running bench with ab for aiohttp
HTTP/1.1 200 OK
Content-Length: 25
Content-Type: text/plain; charset=utf-8
Date: Tue, 10 Oct 2017 14:42:45 GMT
Server: Python/3.6 aiohttp/2.2.4
{
"message": "Hello bench"
}
This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software: Python/3.6
Server Hostname: 127.0.0.1
Server Port: 8000
Document Path: /hello/bench
Document Length: 25 bytes
Concurrency Level: 50
Time taken for tests: 0.669 seconds
Complete requests: 1000
Failed requests: 0
Total transferred: 176000 bytes
HTML transferred: 25000 bytes
Requests per second: 1493.97 [#/sec] (mean)
Time per request: 33.468 [ms] (mean)
Time per request: 0.669 [ms] (mean, across all concurrent requests)
Transfer rate: 256.78 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 2 1.2 2 7
Processing: 6 31 5.5 31 47
Waiting: 4 24 5.7 23 37
Total: 7 33 5.4 33 48
Percentage of the requests served within a certain time (ms)
50% 33
66% 35
75% 37
80% 37
90% 39
95% 40
98% 41
99% 48
100% 48 (longest request)
real 0m0.697s
user 0m0.028s
sys 0m0.118s
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Running bench with ab for falcon
HTTP/1.1 200 OK
Connection: close
Date: Tue, 10 Oct 2017 14:42:48 GMT
Server: gunicorn/19.7.1
content-length: 25
content-type: application/json; charset=UTF-8
{
"message": "Hello bench"
}
This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software: gunicorn/19.7.1
Server Hostname: 127.0.0.1
Server Port: 8000
Document Path: /hello/bench
Document Length: 25 bytes
Concurrency Level: 50
Time taken for tests: 0.899 seconds
Complete requests: 1000
Failed requests: 0
Total transferred: 192000 bytes
HTML transferred: 25000 bytes
Requests per second: 1111.74 [#/sec] (mean)
Time per request: 44.975 [ms] (mean)
Time per request: 0.899 [ms] (mean, across all concurrent requests)
Transfer rate: 208.45 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 1 2.2 0 62
Processing: 3 43 11.0 42 96
Waiting: 2 43 10.9 42 96
Total: 9 44 10.4 42 97
Percentage of the requests served within a certain time (ms)
50% 42
66% 45
75% 46
80% 46
90% 48
95% 71
98% 84
99% 90
100% 97 (longest request)
real 0m0.925s
user 0m0.036s
sys 0m0.156s
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Running bench with ab for roll
HTTP/1.1 200 OK
Content-Length: 25
Content-Type: application/json
{
"message": "Hello bench"
}
This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software:
Server Hostname: 127.0.0.1
Server Port: 8000
Document Path: /hello/bench
Document Length: 25 bytes
Concurrency Level: 50
Time taken for tests: 0.265 seconds
Complete requests: 1000
Failed requests: 0
Total transferred: 96000 bytes
HTML transferred: 25000 bytes
Requests per second: 3770.95 [#/sec] (mean)
Time per request: 13.259 [ms] (mean)
Time per request: 0.265 [ms] (mean, across all concurrent requests)
Transfer rate: 353.53 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 4 1.8 3 8
Processing: 3 9 2.9 9 18
Waiting: 2 7 2.8 7 16
Total: 5 13 3.3 13 23
Percentage of the requests served within a certain time (ms)
50% 13
66% 14
75% 15
80% 16
90% 18
95% 19
98% 20
99% 21
100% 23 (longest request)
real 0m0.289s
user 0m0.024s
sys 0m0.104s
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Running bench with ab for sanic
2017-10-10 10:42:52,861: INFO: Goin' Fast @ http://127.0.0.1:8000
2017-10-10 10:42:52,865: INFO: Starting worker [78749]
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 25
Content-Type: application/json
Keep-Alive: 60
{
"message": "Hello bench"
}
This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software:
Server Hostname: 127.0.0.1
Server Port: 8000
Document Path: /hello/bench
Document Length: 25 bytes
Concurrency Level: 50
Time taken for tests: 0.284 seconds
Complete requests: 1000
Failed requests: 0
Total transferred: 115000 bytes
HTML transferred: 25000 bytes
Requests per second: 3516.15 [#/sec] (mean)
Time per request: 14.220 [ms] (mean)
Time per request: 0.284 [ms] (mean, across all concurrent requests)
Transfer rate: 394.88 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 3 1.9 2 10
Processing: 3 11 3.7 11 22
Waiting: 2 9 3.3 8 20
Total: 6 14 3.5 13 25
Percentage of the requests served within a certain time (ms)
50% 13
66% 15
75% 16
80% 17
90% 18
95% 20
98% 22
99% 22
100% 25 (longest request)
real 0m0.313s
user 0m0.026s
sys 0m0.112s
2017-10-10 10:42:54,426: INFO: Stopping worker [78749]
2017-10-10 10:42:54,427: INFO: Server Stopped
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment