Skip to content

Instantly share code, notes, and snippets.

@mrjabba
Created October 9, 2012 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrjabba/3860916 to your computer and use it in GitHub Desktop.
Save mrjabba/3860916 to your computer and use it in GitHub Desktop.
jruby 1.7

Under jruby 1.6.7:

want_spring=1 rspec spec/models/ums_user_spec.rb

  • 20 seconds until we start doing maven
  • 45 seconds until we start running tests
  • Time 8.11 seconds. Total time 53 seconds

rspec spec (skips spring test above)

  • 23 seconds until we start doing maven
  • 31 seconds until we start running tests
  • Time 15.4 seconds. Total time 51 seconds
  • I'm not on a green bar so those #'s could be off.

Under jruby 1.7.0.RC2:

want_spring=1 rspec spec/models/ums_user_spec.rb

  • 14 seconds until we start doing maven
  • 32 seconds until we start running tests
  • Time 5.54 seconds. Total time 40.5 seconds

rspec spec (skips spring test above)

  • 14 seconds until we start doing maven
  • 24 seconds until we start running tests
  • Time 10.6 seconds. Total time 36 seconds
  • I'm not on a green bar so those #'s could be off.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment