Created
December 10, 2012 02:28
-
-
Save danielfone/4248034 to your computer and use it in GitHub Desktop.
time bundle exec rake environment
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
~/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