Skip to content

Instantly share code, notes, and snippets.

@jlogsdon
Created May 5, 2014 20:33
Show Gist options
  • Save jlogsdon/7f50eaed72228b1dd574 to your computer and use it in GitHub Desktop.
Save jlogsdon/7f50eaed72228b1dd574 to your computer and use it in GitHub Desktop.
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