Skip to content

Instantly share code, notes, and snippets.

@danielfone
Created December 10, 2012 02:28
Show Gist options
  • Save danielfone/4248034 to your computer and use it in GitHub Desktop.
Save danielfone/4248034 to your computer and use it in GitHub Desktop.
time bundle exec rake environment
~/Sites/shipping.etailer(ecl-logic) $ rvm current
ruby-1.9.2-p320
~/Sites/shipping.etailer(ecl-logic) $ time bundle exec rake environment
Connecting to database specified by database.yml
real 0m13.978s
user 0m9.382s
sys 0m1.696s
~/Sites/shipping.etailer(ecl-logic) $ time bundle exec rake environment
Connecting to database specified by database.yml
real 0m12.491s
user 0m9.375s
sys 0m1.677s
~/Sites/shipping.etailer(ecl-logic) $ rvm use ruby-1.9.3-p327-perf
Using /Users/danielfone/.rvm/gems/ruby-1.9.3-p327-perf
~/Sites/shipping.etailer(ecl-logic) $ time bundle exec rake environment
Connecting to database specified by database.yml
real 0m5.104s
user 0m3.463s
sys 0m0.735s
~/Sites/shipping.etailer(ecl-logic) $ time bundle exec rake environment
Connecting to database specified by database.yml
real 0m4.785s
user 0m3.491s
sys 0m0.758s
~/Sites/shipping.etailer(ecl-logic) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment