Skip to content

Instantly share code, notes, and snippets.

@tokumine
Created September 30, 2011 11:55
Show Gist options
  • Save tokumine/1253540 to your computer and use it in GitHub Desktop.
Save tokumine/1253540 to your computer and use it in GitHub Desktop.
tests almost running at sane speed in 1.9.3
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