Created
February 12, 2013 23:47
-
-
Save defeated/4774612 to your computer and use it in GitHub Desktop.
node vs ruby benchmarks ;)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ time node -v | |
v0.8.19 | |
real 0m0.016s | |
user 0m0.010s | |
sys 0m0.005s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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