Created
May 5, 2014 20:33
-
-
Save jlogsdon/7f50eaed72228b1dd574 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
jlogsdon@tapjoy % time rails runner 'puts Rails.root' | |
/Users/jlogsdon/Code/rails | |
rails runner 'puts Rails.root' 0.14s user 0.08s system 5% cpu 3.832 total | |
jlogsdon@tapjoy % time rails runner 'puts Rails.root' | |
/Users/jlogsdon/Code/rails | |
rails runner 'puts Rails.root' 0.13s user 0.07s system 46% cpu 0.425 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment