Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ry
Created June 13, 2012 22:09
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/2926804 to your computer and use it in GitHub Desktop.
Save ry/2926804 to your computer and use it in GitHub Desktop.
## master with v8 3.11.10
% ab -t 30 -c 100 http://localhost:8000/bytes/123 | grep Req
Requests per second: 7394.90 [#/sec] (mean)
Requests per second: 7446.95 [#/sec] (mean)
Requests per second: 7570.16 [#/sec] (mean)
## Node v0.6.18
% ab -t 30 -c 100 http://localhost:8000/bytes/123 | grep Req
Requests per second: 7497.54 [#/sec] (mean)
Requests per second: 7328.90 [#/sec] (mean)
Requests per second: 7488.99 [#/sec] (mean)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment