/gist:f534ac3a4c18d250f7b5 Secret
Created
June 17, 2014 21:16
Star
You must be signed in to star a gist
perl6-j http-server-async wrk (single connection, single thread)
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
| 16:14:22 [~/prog/6perl/repos/perl6-http-server-async (master)] btyler $ wrk --latency -c 1 -t 1 http://localhost:3000 | |
| Running 10s test @ http://localhost:3000 | |
| 1 threads and 1 connections | |
| Thread Stats Avg Stdev Max +/- Stdev | |
| Latency 25.29ms 4.02ms 48.29ms 79.17% | |
| Req/Sec 38.63 8.84 54.00 72.62% | |
| Latency Distribution | |
| 50% 24.42ms | |
| 75% 27.10ms | |
| 90% 30.01ms | |
| 99% 42.64ms | |
| 387 requests in 10.00s, 29.10KB read | |
| Socket errors: connect 0, read 387, write 0, timeout 0 | |
| Requests/sec: 38.69 | |
| Transfer/sec: 2.91KB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment