Skip to content

Instantly share code, notes, and snippets.

@tailhook
Created February 1, 2016 23:49
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 tailhook/f1174e1a3e8b340d1e1f to your computer and use it in GitHub Desktop.
Save tailhook/f1174e1a3e8b340d1e1f to your computer and use it in GitHub Desktop.
Hyper mio/rotor tests
hyper mio 5747e07
tick 290af8617
> wrk -c 100 -d 60 -t2 http://localhost:3000
Running 1m test @ http://localhost:3000
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.60ms 533.52us 19.86ms 96.35%
Req/Sec 31.89k 4.17k 39.35k 62.83%
3808570 requests in 1.00m, 319.63MB read
Requests/sec: 63450.68
Transfer/sec: 5.32MB
> wrk -c 100 -d 60 -t2 http://localhost:3000
Running 1m test @ http://localhost:3000
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.59ms 493.21us 20.23ms 95.83%
Req/Sec 31.89k 4.20k 39.29k 58.33%
3807934 requests in 1.00m, 319.57MB read
Requests/sec: 63454.14
Transfer/sec: 5.33MB
> wrk -c 100 -d 60 -t2 http://localhost:3000
Running 1m test @ http://localhost:3000
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.55ms 520.52us 16.34ms 97.04%
Req/Sec 32.78k 4.07k 39.49k 60.25%
3914802 requests in 1.00m, 328.54MB read
Requests/sec: 65230.27
Transfer/sec: 5.47MB
hyper mio rotor 4162f80
rotor 0.5.0
> wrk -c 100 -d 60 -t2 http://localhost:3000
Running 1m test @ http://localhost:3000
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.27ms 400.49us 14.30ms 97.14%
Req/Sec 33.48k 4.02k 42.18k 58.67%
3998004 requests in 1.00m, 335.53MB read
Requests/sec: 66627.13
Transfer/sec: 5.59MB
> wrk -c 100 -d 60 -t2 http://localhost:3000
Running 1m test @ http://localhost:3000
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 0.90ms 322.70us 16.24ms 97.48%
Req/Sec 33.09k 16.67k 55.65k 53.25%
3951182 requests in 1.00m, 331.60MB read
Requests/sec: 65829.25
Transfer/sec: 5.52MB
> wrk -c 100 -d 60 -t2 http://localhost:3000
Running 1m test @ http://localhost:3000
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 0.88ms 380.09us 17.37ms 97.64%
Req/Sec 34.11k 8.55k 48.26k 51.58%
4072128 requests in 1.00m, 341.75MB read
Requests/sec: 67861.90
Transfer/sec: 5.70MB
rotor-http f4990a0
rotor-stream dc94cb9
rotor 0.5.0
> wrk -c 100 -d 60 -t2 http://localhost:3000
Running 1m test @ http://localhost:3000
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.54ms 480.40us 15.61ms 95.79%
Req/Sec 32.97k 5.57k 44.91k 62.42%
3936463 requests in 1.00m, 191.46MB read
Requests/sec: 65600.74
Transfer/sec: 3.19MB
> wrk -c 100 -d 60 -t2 http://localhost:3000
Running 1m test @ http://localhost:3000
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.53ms 615.85us 22.37ms 97.87%
Req/Sec 33.38k 5.56k 42.02k 53.83%
3986219 requests in 1.00m, 193.88MB read
Requests/sec: 66425.12
Transfer/sec: 3.23MB
> wrk -c 100 -d 60 -t2 http://localhost:3000
Running 1m test @ http://localhost:3000
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 0.93ms 373.49us 15.19ms 97.58%
Req/Sec 32.32k 5.62k 42.77k 58.25%
3859576 requests in 1.00m, 323.91MB read
Requests/sec: 64309.17
Transfer/sec: 5.40MB
> wrk -c 100 -d 60 -t2 http://localhost:3000
Running 1m test @ http://localhost:3000
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.47ms 557.44us 19.60ms 96.21%
Req/Sec 34.74k 5.41k 44.09k 57.92%
4148944 requests in 1.00m, 201.79MB read
Requests/sec: 69134.65
Transfer/sec: 3.36MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment