Skip to content

Instantly share code, notes, and snippets.

@waghanza
Created January 1, 2022 14:34
Show Gist options
  • Save waghanza/170b4d9a883f317109dde655d7396362 to your computer and use it in GitHub Desktop.
Save waghanza/170b4d9a883f317109dde655d7396362 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.97ms 8.76ms 71.54ms 69.97%\n" +
" Req/Sec 426.82 79.06 1.91k 80.37%\n" +
" 51106 requests in 15.10s, 21.59MB read\n" +
"Requests/sec: 3384.55\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 : 15099794,51106,3384,22639958,0,0,0,0,0,1786,71543,18970,8759,16486,22839,34240,43279,71543"
"================"
"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 76.05ms 9.94ms 159.17ms 96.97%\n" +
" Req/Sec 421.90 48.15 0.89k 73.15%\n" +
" 50569 requests in 15.10s, 21.36MB read\n" +
"Requests/sec: 3349.02\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 : 15099624,50569,3349,22402067,0,0,0,0,0,10241,159167,76053,9941,75408,76720,77737,146851,159167"
"================"
"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 152.81ms 24.80ms 546.96ms 95.73%\n" +
" Req/Sec 422.21 98.41 1.54k 73.15%\n" +
" 50180 requests in 15.05s, 21.20MB read\n" +
"Requests/sec: 3335.06\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 : 15046213,50180,3335,22229740,0,0,0,0,0,8005,546960,152814,24796,152340,154616,157363,244478,546960"
"================"
"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 20.00ms 4.23ms 45.18ms 90.39%\n" +
" Req/Sec 401.67 45.12 484.00 82.42%\n" +
" 47998 requests in 15.02s, 20.32MB read\n" +
"Requests/sec: 3195.29\n" +
"Transfer/sec: 1.35MB\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 : 15021485,47998,3195,21311112,0,0,0,0,0,3713,45184,20003,4225,19440,19896,22241,39021,45184"
"================"
"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.53ms 7.58ms 166.87ms 97.76%\n" +
" Req/Sec 398.01 44.65 0.95k 75.33%\n" +
" 47574 requests in 15.04s, 20.14MB read\n" +
"Requests/sec: 3163.90\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 : 15036506,47574,3163,21122856,0,0,0,0,0,2650,166873,80532,7578,80937,81578,82347,85298,166873"
"================"
"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.62ms 26.44ms 582.65ms 95.59%\n" +
" Req/Sec 399.03 111.40 0.92k 70.49%\n" +
" 47440 requests in 15.04s, 20.09MB read\n" +
"Requests/sec: 3153.61\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 : 15043095,47440,3153,21063360,0,0,0,0,0,12574,582645,161620,26435,161623,163796,165320,247333,582645"
"================"
"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 21.19ms 11.51ms 68.03ms 65.79%\n" +
" Req/Sec 388.66 125.70 710.00 69.08%\n" +
" 46467 requests in 15.03s, 19.63MB read\n" +
"Requests/sec: 3091.78\n" +
"Transfer/sec: 1.31MB\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 : 15029186,46467,3091,20584881,0,0,0,0,0,2520,68034,21185,11505,23267,27617,31644,58291,68034"
"================"
"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.56ms 10.49ms 176.15ms 90.67%\n" +
" Req/Sec 413.54 52.17 0.91k 73.17%\n" +
" 49591 requests in 15.10s, 20.95MB read\n" +
"Requests/sec: 3284.17\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 : 15100008,49591,3284,21968813,0,0,0,0,0,4566,176145,77559,10494,77383,82144,85842,131112,176145"
"================"
"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 155.90ms 26.67ms 558.63ms 94.60%\n" +
" Req/Sec 413.73 102.99 1.43k 76.17%\n" +
" 49175 requests in 15.04s, 20.78MB read\n" +
"Requests/sec: 3270.26\n" +
"Transfer/sec: 1.38MB\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 : 15037051,49175,3270,21784525,0,0,0,0,0,9756,558626,155902,26667,154946,157066,159342,276101,558626"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment