Created
September 30, 2011 11:55
-
-
Save tokumine/1253540 to your computer and use it in GitHub Desktop.
tests almost running at sane speed in 1.9.3
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
rvm use 1.9.2 | |
Using /Users/simon/.rvm/gems/ruby-1.9.2-p290 | |
time bin/rspec -l 1179 spec/models/table_spec.rb | |
Finished in 2.85 seconds | |
1 example, 0 failures | |
real 0m12.487s | |
user 0m8.829s | |
sys 0m0.951s | |
rvm use 1.9.3 | |
Using /Users/simon/.rvm/gems/ruby-1.9.3-preview1 | |
time bin/rspec -l 1179 spec/models/table_spec.rb | |
Finished in 2.78 seconds | |
1 example, 0 failures | |
real 0m7.027s | |
user 0m3.756s | |
sys 0m0.504s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment