Created
March 22, 2014 21:32
-
-
Save mwolson/9714688 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Before | |
$ wrk -c 20 -t 6 -d 50s http://localhost:8181/health/healthcheck | |
Running 50s test @ http://localhost:8181/health/healthcheck | |
6 threads and 20 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 73.58ms 112.85ms 375.41ms 87.91% | |
Req/Sec 138.11 97.30 348.00 66.52% | |
41179 requests in 50.00s, 10.76MB read | |
Requests/sec: 823.57 | |
Transfer/sec: 220.37KB | |
# After | |
$ wrk -c 20 -t 6 -d 50s http://localhost:8181/health/healthcheck | |
Running 50s test @ http://localhost:8181/health/healthcheck | |
6 threads and 20 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 7.26ms 2.24ms 20.58ms 87.04% | |
Req/Sec 438.75 92.52 600.00 68.05% | |
128348 requests in 50.00s, 33.54MB read | |
Requests/sec: 2567.18 | |
Transfer/sec: 686.92KB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment