-
-
Save carllerche/7ac6924ad3ab1bb8e1a289fd96043636 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NEW scheduler | |
❯ wrk --latency -t8 -c400 -d30s http://127.0.0.1:3000/ | |
Running 30s test @ http://127.0.0.1:3000/ | |
8 threads and 400 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 452.46us 463.59us 68.61ms 99.49% | |
Req/Sec 111.72k 11.95k 167.13k 69.38% | |
Latency Distribution | |
50% 440.00us | |
75% 543.00us | |
90% 651.00us | |
99% 0.87ms | |
26676984 requests in 30.08s, 2.19GB read | |
Requests/sec: 886749.37 | |
Transfer/sec: 74.42MB | |
# OLD scheduler | |
❯ wrk --latency -t8 -c400 -d30s http://127.0.0.1:3000/ | |
Running 30s test @ http://127.0.0.1:3000/ | |
8 threads and 400 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 517.05us 318.70us 32.12ms 93.06% | |
Req/Sec 94.56k 2.98k 121.78k 80.38% | |
Latency Distribution | |
50% 509.00us | |
75% 619.00us | |
90% 735.00us | |
99% 0.92ms | |
22579103 requests in 30.08s, 1.85GB read | |
Requests/sec: 750643.41 | |
Transfer/sec: 63.00MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment