Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created August 31, 2013 05:37
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/6396401 to your computer and use it in GitHub Desktop.
Save isaacs/6396401 to your computer and use it in GitHub Desktop.
$ 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: 12992
http/simple.js type=bytes length=4 c=50: 12313
http/simple.js type=bytes length=4 c=50: 12336
http/simple.js type=bytes length=4 c=50: 12553
http/simple.js type=bytes length=4 c=50: 12715
http/simple.js type=bytes length=4 c=50: 12209
$ 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: 12178
http/simple.js type=bytes length=4 c=50: 12641
http/simple.js type=bytes length=4 c=50: 12968
http/simple.js type=bytes length=4 c=50: 12977
http/simple.js type=bytes length=4 c=50: 12590
http/simple.js type=bytes length=4 c=50: 12557
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment