Skip to content

Instantly share code, notes, and snippets.

@ry
Created October 12, 2011 20:07
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 ry/1282375 to your computer and use it in GitHub Desktop.
Save ry/1282375 to your computer and use it in GitHub Desktop.
node benchmark/http_simple.js
ab -t 10 -c 100 http://127.0.0.1:8000/bytes/1232 | grep Req
== master 25ff181
5748.81
5692.50
5714.63
== v0.4.12
5676.00
5659.74
5680.30
========================
node benchmark/http_simple.js
ab -t 10 -c 100 http://127.0.0.1:8000/bytes/12 | grep Req
=== master 25ff181
6283.91
6346.15
6362.63
=== v0.4.12
6104.46
6147.28
6281.69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment