Created
January 28, 2014 21:59
-
-
Save timuruski/8677373 to your computer and use it in GitHub Desktop.
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
$ which ruby | |
> /Users/timuruski/.rvm/rubies/ruby-2.0.0-p353/bin/ruby | |
$ time ~/.rvm/rubies/ruby-2.0.0-p353/bin/ruby -e "1 + 1" | |
> ~/.rvm/rubies/ruby-2.0.0-p353/bin/ruby -e "1 + 1" 0.03s user 0.01s system 93% cpu 0.034 total | |
$ time /usr/bin/ruby -e "1 + 1" | |
> /usr/bin/ruby -e "1 + 1" 0.00s user 0.00s system 73% cpu 0.005 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment