Skip to content

Instantly share code, notes, and snippets.

@waghanza
Created January 1, 2022 11:08
Show Gist options
  • Save waghanza/6d4d860e0e88eb7ce1819cf2e54887d1 to your computer and use it in GitHub Desktop.
Save waghanza/6d4d860e0e88eb7ce1819cf2e54887d1 to your computer and use it in GitHub Desktop.
LANGUAGE=python FRAMEWORK=masonite DATABASE_URL=postgresql://postgres@localhost/benchmark bundle exec rake collect
"================"
"CMD : wrk -H 'Connection: keep-alive' --connections 64 --threads 8 --duration 15 --timeout 1 --script /home/waghanza/workspace/benchmark/web/pipeline.lua http://172.17.0.2:3000/"
"================"
"OUT : Running 15s test @ http://172.17.0.2:3000/\n" +
" 8 threads and 64 connections\n" +
" Thread Stats Avg Stdev Max +/- Stdev\n" +
" Latency 18.78ms 5.22ms 45.58ms 84.07%\n" +
" Req/Sec 428.06 56.79 535.00 63.50%\n" +
" 51164 requests in 15.02s, 21.62MB read\n" +
"Requests/sec: 3406.46\n" +
"Transfer/sec: 1.44MB\n"
"================"
"LUA : duration_ms,total_requests,total_requests_per_s,total_bytes_received,socket_connection_errors,socket_read_errors,socket_write_errors,http_errors,request_timeouts,minimum_latency,maximum_latency,average_latency,standard_deviation,percentile_50,percentile_75,percentile_90,percentile_99,percentile_99.999"
"LUA : 15019691,51164,3406,22665652,0,0,0,0,0,2589,45584,18781,5221,18132,20431,23185,38585,45584"
"================"
"CMD : wrk -H 'Connection: keep-alive' --connections 256 --threads 8 --duration 15 --timeout 1 --script /home/waghanza/workspace/benchmark/web/pipeline.lua http://172.17.0.2:3000/"
"================"
"OUT : Running 15s test @ http://172.17.0.2:3000/\n" +
" 8 threads and 256 connections\n" +
" Thread Stats Avg Stdev Max +/- Stdev\n" +
" Latency 75.40ms 7.68ms 167.10ms 97.61%\n" +
" Req/Sec 425.42 49.67 0.89k 74.31%\n" +
" 50825 requests in 15.03s, 21.47MB read\n" +
"Requests/sec: 3381.21\n" +
"Transfer/sec: 1.43MB\n"
"================"
"LUA : duration_ms,total_requests,total_requests_per_s,total_bytes_received,socket_connection_errors,socket_read_errors,socket_write_errors,http_errors,request_timeouts,minimum_latency,maximum_latency,average_latency,standard_deviation,percentile_50,percentile_75,percentile_90,percentile_99,percentile_99.999"
"LUA : 15031601,50825,3381,22515475,0,0,0,0,0,5968,167104,75404,7683,75478,76217,77075,108838,167104"
"================"
"CMD : wrk -H 'Connection: keep-alive' --connections 512 --threads 8 --duration 15 --timeout 1 --script /home/waghanza/workspace/benchmark/web/pipeline.lua http://172.17.0.2:3000/"
"================"
"OUT : Running 15s test @ http://172.17.0.2:3000/\n" +
" 8 threads and 512 connections\n" +
" Thread Stats Avg Stdev Max +/- Stdev\n" +
" Latency 151.62ms 25.07ms 560.02ms 95.72%\n" +
" Req/Sec 424.56 101.81 1.69k 72.80%\n" +
" 50554 requests in 15.03s, 21.36MB read\n" +
"Requests/sec: 3362.44\n" +
"Transfer/sec: 1.42MB\n"
"================"
"LUA : duration_ms,total_requests,total_requests_per_s,total_bytes_received,socket_connection_errors,socket_read_errors,socket_write_errors,http_errors,request_timeouts,minimum_latency,maximum_latency,average_latency,standard_deviation,percentile_50,percentile_75,percentile_90,percentile_99,percentile_99.999"
"LUA : 15034895,50554,3362,22395422,0,0,0,0,0,10418,560021,151622,25072,151248,152957,155261,257825,560021"
"================"
"CMD : wrk -H 'Connection: keep-alive' --connections 64 --threads 8 --duration 15 --timeout 1 --script /home/waghanza/workspace/benchmark/web/pipeline.lua http://172.17.0.2:3000/user/0"
"================"
"OUT : Running 15s test @ http://172.17.0.2:3000/user/0\n" +
" 8 threads and 64 connections\n" +
" Thread Stats Avg Stdev Max +/- Stdev\n" +
" Latency 21.46ms 7.45ms 51.97ms 73.12%\n" +
" Req/Sec 375.86 59.59 460.00 77.00%\n" +
" 44928 requests in 15.03s, 19.02MB read\n" +
"Requests/sec: 2989.17\n" +
"Transfer/sec: 1.27MB\n"
"================"
"LUA : duration_ms,total_requests,total_requests_per_s,total_bytes_received,socket_connection_errors,socket_read_errors,socket_write_errors,http_errors,request_timeouts,minimum_latency,maximum_latency,average_latency,standard_deviation,percentile_50,percentile_75,percentile_90,percentile_99,percentile_99.999"
"LUA : 15030270,44928,2989,19948032,0,0,0,0,0,10820,51968,21461,7453,21001,23382,27719,46645,51968"
"================"
"CMD : wrk -H 'Connection: keep-alive' --connections 256 --threads 8 --duration 15 --timeout 1 --script /home/waghanza/workspace/benchmark/web/pipeline.lua http://172.17.0.2:3000/user/0"
"================"
"OUT : Running 15s test @ http://172.17.0.2:3000/user/0\n" +
" 8 threads and 256 connections\n" +
" Thread Stats Avg Stdev Max +/- Stdev\n" +
" Latency 80.86ms 10.19ms 173.29ms 97.13%\n" +
" Req/Sec 396.87 41.26 747.00 71.70%\n" +
" 47389 requests in 15.03s, 20.07MB read\n" +
"Requests/sec: 3152.63\n" +
"Transfer/sec: 1.33MB\n"
"================"
"LUA : duration_ms,total_requests,total_requests_per_s,total_bytes_received,socket_connection_errors,socket_read_errors,socket_write_errors,http_errors,request_timeouts,minimum_latency,maximum_latency,average_latency,standard_deviation,percentile_50,percentile_75,percentile_90,percentile_99,percentile_99.999"
"LUA : 15031592,47389,3152,21040716,0,0,0,0,0,9011,173292,80857,10186,80215,81614,83032,154937,173292"
"================"
"CMD : wrk -H 'Connection: keep-alive' --connections 512 --threads 8 --duration 15 --timeout 1 --script /home/waghanza/workspace/benchmark/web/pipeline.lua http://172.17.0.2:3000/user/0"
"================"
"OUT : Running 15s test @ http://172.17.0.2:3000/user/0\n" +
" 8 threads and 512 connections\n" +
" Thread Stats Avg Stdev Max +/- Stdev\n" +
" Latency 161.21ms 27.30ms 601.74ms 95.55%\n" +
" Req/Sec 400.26 89.95 1.05k 74.92%\n" +
" 47570 requests in 15.03s, 20.14MB read\n" +
"Requests/sec: 3164.37\n" +
"Transfer/sec: 1.34MB\n"
"================"
"LUA : duration_ms,total_requests,total_requests_per_s,total_bytes_received,socket_connection_errors,socket_read_errors,socket_write_errors,http_errors,request_timeouts,minimum_latency,maximum_latency,average_latency,standard_deviation,percentile_50,percentile_75,percentile_90,percentile_99,percentile_99.999"
"LUA : 15033027,47570,3164,21121080,0,0,0,0,0,5760,601738,161207,27300,160894,163386,165871,266775,601738"
"================"
"CMD : wrk -H 'Connection: keep-alive' --connections 64 --threads 8 --duration 15 --timeout 1 --script /home/waghanza/workspace/benchmark/web/pipeline_post.lua http://172.17.0.2:3000/user"
"================"
"OUT : Running 15s test @ http://172.17.0.2:3000/user\n" +
" 8 threads and 64 connections\n" +
" Thread Stats Avg Stdev Max +/- Stdev\n" +
" Latency 19.36ms 9.40ms 58.06ms 69.38%\n" +
" Req/Sec 420.45 116.56 770.00 84.75%\n" +
" 50253 requests in 15.02s, 21.23MB read\n" +
"Requests/sec: 3345.47\n" +
"Transfer/sec: 1.41MB\n"
"================"
"LUA : duration_ms,total_requests,total_requests_per_s,total_bytes_received,socket_connection_errors,socket_read_errors,socket_write_errors,http_errors,request_timeouts,minimum_latency,maximum_latency,average_latency,standard_deviation,percentile_50,percentile_75,percentile_90,percentile_99,percentile_99.999"
"LUA : 15021221,50253,3345,22262079,0,0,0,0,0,2757,58056,19362,9401,20813,25496,28271,48628,58056"
"================"
"CMD : wrk -H 'Connection: keep-alive' --connections 256 --threads 8 --duration 15 --timeout 1 --script /home/waghanza/workspace/benchmark/web/pipeline_post.lua http://172.17.0.2:3000/user"
"================"
"OUT : Running 15s test @ http://172.17.0.2:3000/user\n" +
" 8 threads and 256 connections\n" +
" Thread Stats Avg Stdev Max +/- Stdev\n" +
" Latency 77.21ms 7.41ms 165.46ms 97.88%\n" +
" Req/Sec 415.45 43.02 770.00 71.89%\n" +
" 49633 requests in 15.03s, 20.97MB read\n" +
"Requests/sec: 3302.13\n" +
"Transfer/sec: 1.40MB\n"
"================"
"LUA : duration_ms,total_requests,total_requests_per_s,total_bytes_received,socket_connection_errors,socket_read_errors,socket_write_errors,http_errors,request_timeouts,minimum_latency,maximum_latency,average_latency,standard_deviation,percentile_50,percentile_75,percentile_90,percentile_99,percentile_99.999"
"LUA : 15030616,49633,3302,21987419,0,0,0,0,0,7981,165457,77206,7406,77256,77936,79073,84396,165457"
"================"
"CMD : wrk -H 'Connection: keep-alive' --connections 512 --threads 8 --duration 15 --timeout 1 --script /home/waghanza/workspace/benchmark/web/pipeline_post.lua http://172.17.0.2:3000/user"
"================"
"OUT : Running 15s test @ http://172.17.0.2:3000/user\n" +
" 8 threads and 512 connections\n" +
" Thread Stats Avg Stdev Max +/- Stdev\n" +
" Latency 154.69ms 25.81ms 551.10ms 94.79%\n" +
" Req/Sec 417.72 101.72 1.16k 71.21%\n" +
" 49570 requests in 15.03s, 20.94MB read\n" +
"Requests/sec: 3298.51\n" +
"Transfer/sec: 1.39MB\n"
"================"
"LUA : duration_ms,total_requests,total_requests_per_s,total_bytes_received,socket_connection_errors,socket_read_errors,socket_write_errors,http_errors,request_timeouts,minimum_latency,maximum_latency,average_latency,standard_deviation,percentile_50,percentile_75,percentile_90,percentile_99,percentile_99.999"
"LUA : 15027978,49570,3298,21959510,0,0,0,0,0,6622,551101,154693,25812,154078,155677,158173,253303,551101"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment