Skip to content

Instantly share code, notes, and snippets.

@normanmaurer
Created June 17, 2014 18:53
Show Gist options
  • Select an option

  • Save normanmaurer/987992648523c0fbe16d to your computer and use it in GitHub Desktop.

Select an option

Save normanmaurer/987992648523c0fbe16d to your computer and use it in GitHub Desktop.

master branch:

[nmaurer@xxx]~% wrk/wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 120 -c 256 -t 16 --pipeline 256  http://xxx:8080/plaintext
Running 2m test @ http://xxx:8080/plaintext
  16 threads and 256 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    22.98ms   18.87ms 376.38ms   91.26%
    Req/Sec   188.41k    39.74k  312.53k    70.52%
  359909247 requests in 2.00m, 48.60GB read
Requests/sec: 2999334.08
Transfer/sec:    414.76MB

channelmigration branch:

[nmaurer@xxx]~% wrk/wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 120 -c 256 -t 16 --pipeline 256  http://xxx:8080/plaintext
Running 2m test @ http://xxx:8080/plaintext
  16 threads and 256 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    23.03ms   18.06ms 350.55ms   90.18%
    Req/Sec   189.15k    42.73k  353.14k    71.53%
  360415568 requests in 2.00m, 48.67GB read
Requests/sec: 3003501.29
Transfer/sec:    415.33MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment