Skip to content

Instantly share code, notes, and snippets.

@nahi
Created March 22, 2012 15:13
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 nahi/2158915 to your computer and use it in GitHub Desktop.
Save nahi/2158915 to your computer and use it in GitHub Desktop.
% jruby -v
jruby 1.7.0.dev (ruby-1.9.3-p139) (2012-03-23 a1e5eed) (Java HotSpot(TM) 64-Bit Server VM 1.7.0_04-ea) [linux-amd64-java]
% jruby -Ilib test/test_avl_tree.rb
Run options:
# Running tests:
.................................
Finished tests in 1.032000s, 31.9767 tests/s, 138.5659 assertions/s.
33 tests, 143 assertions, 0 failures, 0 errors, 0 skips
% jruby -X-CIR -Ilib test/test_avl_tree.rb
Run options:
# Running tests:
.................................
Finished tests in 0.282000s, 117.0213 tests/s, 507.0922 assertions/s.
33 tests, 143 assertions, 0 failures, 0 errors, 0 skips
% jruby -Xcompile.invokedynamic=false -Ilib test/test_avl_tree.rb
Run options:
# Running tests:
.................................
Finished tests in 0.502000s, 65.7371 tests/s, 284.8606 assertions/s.
33 tests, 143 assertions, 0 failures, 0 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment