Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created August 31, 2013 18:34
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 isaacs/6399868 to your computer and use it in GitHub Desktop.
Save isaacs/6399868 to your computer and use it in GitHub Desktop.
[gh:node/master]isaacs@adomuka:~/dev/js/node-master v0.10.18-pre
$ for i in $(seq 0 5); do ./node benchmark/http/simple.js type=bytes length=4 c=50; done
http/simple.js type=bytes length=4 c=50: 11275
http/simple.js type=bytes length=4 c=50: 11336
http/simple.js type=bytes length=4 c=50: 11305
http/simple.js type=bytes length=4 c=50: 11260
http/simple.js type=bytes length=4 c=50: 11701
http/simple.js type=bytes length=4 c=50: 10888
[gh:node/master]isaacs@adomuka:~/dev/js/node-master v0.10.18-pre
$ for i in $(seq 0 5); do ./node --use-strict benchmark/http/simple.js type=bytes length=4 c=50; done
http/simple.js type=bytes length=4 c=50: 11523
http/simple.js type=bytes length=4 c=50: 10975
http/simple.js type=bytes length=4 c=50: 10542
http/simple.js type=bytes length=4 c=50: 11603
http/simple.js type=bytes length=4 c=50: 11255
http/simple.js type=bytes length=4 c=50: 11379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment