Created
June 24, 2014 18:13
-
-
Save tony-o/9853fea778e06885108a 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
{tony@boondocks:~/projects/perl6-http-server-async}% wrk -t2 -c2 http://127.0.0.1:8080/test | |
Running 10s test @ http://127.0.0.1:8080/test | |
2 threads and 2 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 26.50ms 3.58ms 42.28ms 70.61% | |
Req/Sec 37.13 7.81 51.00 71.88% | |
747 requests in 10.00s, 56.17KB read | |
Socket errors: connect 0, read 747, write 0, timeout 0 | |
Requests/sec: 74.69 | |
Transfer/sec: 5.62KB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment