Skip to content

Instantly share code, notes, and snippets.

@kanatohodets
Created June 17, 2014 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanatohodets/f534ac3a4c18d250f7b5 to your computer and use it in GitHub Desktop.
Save kanatohodets/f534ac3a4c18d250f7b5 to your computer and use it in GitHub Desktop.
perl6-j http-server-async wrk (single connection, single thread)
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