Created
August 16, 2018 15:32
-
-
Save itsbth/9100c0d57ecd93e5446eaa103e2005b0 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
~/Scratch/tw-short master* | |
❯ wrk -s post.lua http://short.itsbth.com/ | |
Running 10s test @ http://short.itsbth.com/ | |
2 threads and 10 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 32.53ms 19.13ms 261.01ms 96.67% | |
Req/Sec 160.37 29.53 202.00 74.00% | |
3199 requests in 10.01s, 817.30KB read | |
Requests/sec: 319.59 | |
Transfer/sec: 81.65KB | |
~/Scratch/tw-short master* 10s | |
❯ wrk -s post.lua http://localhost:3000/ | |
Running 10s test @ http://localhost:3000/ | |
2 threads and 10 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 27.40ms 61.36ms 447.71ms 87.29% | |
Req/Sec 8.51k 4.16k 14.42k 64.25% | |
156050 requests in 10.00s, 29.66MB read | |
Requests/sec: 15601.87 | |
Transfer/sec: 2.97MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment