Created
October 18, 2013 21:13
-
-
Save mikehale/7048367 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
$ time be ruby -e 'puts "Hello World"' | |
Hello World | |
bundle exec ruby -e 'puts "Hello World"' 0.51s user 0.06s system 93% cpu 0.613 total | |
$ ruby --version | |
ruby 1.9.3p448 (2013-06-27 revision 41675) [x86_64-darwin12.5.0] | |
$ time be ruby -e 'puts "Hello World"' | |
Hello World | |
bundle exec ruby -e 'puts "Hello World"' 12.71s user 0.40s system 183% cpu 7.132 total | |
$ ruby --version | |
jruby 1.7.5 (1.9.3p392) 2013-10-07 74e9291 on Java HotSpot(TM) 64-Bit Server VM 1.7.0_45-b18 [darwin-x86_64] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment