Skip to content

Instantly share code, notes, and snippets.

@stochastic-thread
Created June 19, 2015 14:10
Show Gist options
  • Save stochastic-thread/6899d6615603eb6fd12f to your computer and use it in GitHub Desktop.
Save stochastic-thread/6899d6615603eb6fd12f to your computer and use it in GitHub Desktop.
Benchmarks Extrophus vs Trophus
➜ trophus.ex git:(master) ✗ wrk -t25 -c100 -d300s "https://extrophus.herokuapp.com/explore"
Running 5m test @ https://extrophus.herokuapp.com/explore
25 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 7.87s 12.60s 30.30s 75.88%
Req/Sec 6.01 5.16 31.00 58.84%
47879 requests in 5.01m, 12.09MB read
Socket errors: connect 0, read 100, write 0, timeout 3027
Non-2xx or 3xx responses: 47879
Requests/sec: 159.35
Transfer/sec: 41.22KB
➜ trophus.ex git:(master) ✗ wrk -t25 -c100 -d300s "https://www.trophus.com/map"
Running 5m test @ https://www.trophus.com/map
25 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 3.54s 2.35s 7.63s 63.01%
Req/Sec 1.33 1.23 9.00 58.56%
12697 requests in 5.01m, 173.47MB read
Socket errors: connect 0, read 0, write 0, timeout 4710
Requests/sec: 42.26
Transfer/sec: 591.24KB
➜ trophus.ex git:(master) ✗ wrk -t25 -c100 -d300s "https://extrophus.herokuapp.com/explore"
Running 5m test @ https://extrophus.herokuapp.com/explore
25 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 599.12ms 1.27s 7.87s 93.97%
Req/Sec 15.86 9.65 38.00 59.42%
121905 requests in 5.00m, 30.69MB read
Socket errors: connect 0, read 0, write 0, timeout 359
Non-2xx or 3xx responses: 121905
Requests/sec: 406.23
Transfer/sec: 104.71KB
➜ trophus.ex git:(master) ✗ wrk -t25 -c100 -d300s "https://extrophus.herokuapp.com/explore"
Running 5m test @ https://extrophus.herokuapp.com/explore
25 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 860.42ms 1.45s 5.67s 91.43%
Req/Sec 10.01 6.63 42.00 68.28%
78348 requests in 5.00m, 19.72MB read
Socket errors: connect 0, read 0, write 0, timeout 232
Non-2xx or 3xx responses: 78348
Requests/sec: 261.00
Transfer/sec: 67.28KB
➜ trophus.ex git:(master) ✗ wrk -t25 -c100 -d300s "https://www.trophus.com/map"
Running 5m test @ https://www.trophus.com/map
25 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 2.49s 1.50s 6.21s 73.72%
Req/Sec 1.63 1.21 8.00 60.72%
15427 requests in 5.01m, 210.55MB read
Socket errors: connect 0, read 0, write 0, timeout 2990
Requests/sec: 51.35
Transfer/sec: 717.65KB
➜ trophus.ex git:(master) ✗ wrk -t25 -c100 -d300s "https://extrophus.herokuapp.com/"
Running 5m test @ https://extrophus.herokuapp.com/
25 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 344.14ms 140.81ms 3.27s 96.81%
Req/Sec 11.08 1.88 17.00 58.87%
86923 requests in 5.00m, 334.90MB read
Socket errors: connect 0, read 0, write 0, timeout 37
Requests/sec: 289.59
Transfer/sec: 1.12MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment