Skip to content

Instantly share code, notes, and snippets.

@defeated
Created February 12, 2013 23:47
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 defeated/4774612 to your computer and use it in GitHub Desktop.
Save defeated/4774612 to your computer and use it in GitHub Desktop.
node vs ruby benchmarks ;)
$ time node -v
v0.8.19
real 0m0.016s
user 0m0.010s
sys 0m0.005s
$ time ruby -v
ruby 1.9.3p385 (2013-02-06 revision 39114) [x86_64-darwin12.2.0]
real 0m0.054s
user 0m0.027s
sys 0m0.023s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment