wrk --duration 20s --threads 10 --connections 200 http://localhost:8000/ping -------------------------------- Falcon cython -- Running 20s test @ http://localhost:8000/ping 10 threads and 200 connections Thread Stats Avg Stdev Max +/- Stdev Latency 16.30ms 60.85ms 1.68s 98.87% Req/Sec 1.14k 249.32 2.06k 71.67% 225481 requests in 20.03s, 33.33MB read Socket errors: connect 0, read 0, write 0, timeout 14 Requests/sec: 11257.30 Transfer/sec: 1.66MB -------------------------------- Falcon cython + meinheld -- Running 20s test @ http://localhost:8000/ping 10 threads and 200 connections Thread Stats Avg Stdev Max +/- Stdev Latency 3.14ms 2.76ms 48.32ms 82.92% Req/Sec 7.05k 3.73k 22.49k 83.59% 1407587 requests in 20.08s, 213.44MB read Requests/sec: 70082.22 Transfer/sec: 10.63MB -------------------------------- Falcon -- Running 20s test @ http://localhost:8000/ping 10 threads and 200 connections Thread Stats Avg Stdev Max +/- Stdev Latency 16.00ms 50.71ms 1.67s 98.66% Req/Sec 1.10k 275.07 1.86k 68.70% 218841 requests in 20.06s, 32.35MB read Requests/sec: 10908.97 Transfer/sec: 1.61MB -------------------------------- Falcon + meinheld -- Running 20s test @ http://localhost:8000/ping 10 threads and 200 connections Thread Stats Avg Stdev Max +/- Stdev Latency 3.59ms 3.95ms 79.25ms 90.61% Req/Sec 6.99k 3.49k 21.57k 76.60% 1391987 requests in 20.03s, 211.07MB read Requests/sec: 69499.75 Transfer/sec: 10.54MB -------------------------------- Flask + meinheld -- Running 20s test @ http://localhost:8000/ping 10 threads and 200 connections Thread Stats Avg Stdev Max +/- Stdev Latency 8.55ms 7.00ms 87.67ms 74.76% Req/Sec 2.63k 1.24k 7.20k 69.95% 523834 requests in 20.05s, 83.43MB read Requests/sec: 26124.87 Transfer/sec: 4.16MB -------------------------------- Flask -- Running 20s test @ http://localhost:8000/ping 10 threads and 200 connections Thread Stats Avg Stdev Max +/- Stdev Latency 21.15ms 61.75ms 1.68s 98.64% Req/Sec 823.05 209.44 1.34k 74.05% 163927 requests in 20.05s, 25.48MB read Socket errors: connect 0, read 0, write 0, timeout 17 Requests/sec: 8174.99 Transfer/sec: 1.27MB