Skip to content

Instantly share code, notes, and snippets.

@timuruski
Created January 28, 2014 21:59
Show Gist options
  • Save timuruski/8677373 to your computer and use it in GitHub Desktop.
Save timuruski/8677373 to your computer and use it in GitHub Desktop.
$ 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