Created
February 14, 2014 17:23
-
-
Save afcapel/9005148 to your computer and use it in GitHub Desktop.
This file contains 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
alberto@Albertos-iMac ~/dev/loadtime $ rails -v | |
Rails 4.0.2 | |
alberto@Albertos-iMac ~/dev/loadtime $ ruby -v | |
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.5.0] | |
alberto@Albertos-iMac ~/dev/loadtime $ time rails runner "puts 'hello'" | |
hello | |
rails runner "puts 'hello'" 1.16s user 0.16s system 99% cpu 1.330 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment