Skip to content

Instantly share code, notes, and snippets.

@zishe
Last active August 29, 2015 14:03
Show Gist options
  • Save zishe/71639d91674bc6b168ff to your computer and use it in GitHub Desktop.
Save zishe/71639d91674bc6b168ff to your computer and use it in GitHub Desktop.
TorqBox 0.1.7 (3.1.1) + jRuby-1.7.13
plain
torqbox -b 0.0.0.0 -e production -p 9292
wrk -t20 -c100 -d10s http://0.0.0.0:9292/
Running 5s test @ http://0.0.0.0:9292/
20 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.61ms 468.01us 19.73ms 91.11%
Req/Sec 3.27k 264.78 5.00k 71.26%
309109 requests in 5.00s, 45.69MB read
Socket errors: connect 0, read 43, write 0, timeout 0
Requests/sec: 61855.45
Transfer/sec: 9.14MB
sequel 4.12.0 + mysql 5.6.19
Running 5s test @ http://0.0.0.0:9292/
20 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 10.08ms 15.59ms 259.05ms 96.62%
Req/Sec 555.24 135.30 1.14k 73.27%
53398 requests in 5.00s, 9.11MB read
Socket errors: connect 0, read 55, write 1, timeout 0
Requests/sec: 10678.86
Transfer/sec: 1.82MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment