Created
January 28, 2011 19:58
-
-
Save enebo/800839 to your computer and use it in GitHub Desktop.
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
Before: | |
13:53:18 /c/opt/jruby.cygwin $ ./bin/jruby.bash -v --server -J-Djruby.jit.logging=true -J-Djruby.compile.mode=OFF bench/bench_fib_recursive.rb 10 35 | |
./bin/jruby.bash -v --server -J-Djruby.jit.logging=true -J-Djruby.compile.mode=OFF bench/bench_fib_recursive.rb 10 35 | |
jruby 1.6.0.RC1 (ruby 1.8.7 patchlevel 330) (2011-01-28 5573d70) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_23) [Windows 7-amd64-java] | |
9227465 | |
3.348000 0.000000 3.348000 ( 3.311000) | |
9227465 | |
3.865000 0.000000 3.865000 ( 3.865000) | |
9227465 | |
3.977000 0.000000 3.977000 ( 3.977000) | |
9227465 | |
3.988000 0.000000 3.988000 ( 3.988000) | |
9227465 | |
3.891000 0.000000 3.891000 ( 3.891000) | |
9227465 | |
3.927000 0.000000 3.927000 ( 3.927000) | |
9227465 | |
3.916000 0.000000 3.916000 ( 3.916000) | |
9227465 | |
3.920000 0.000000 3.920000 ( 3.921000) | |
9227465 | |
3.938000 0.000000 3.938000 ( 3.938000) | |
9227465 | |
3.909000 0.000000 3.909000 ( 3.909000) | |
After: | |
-Djruby.jit.logging=true -J-Djruby.compile.mode=OFF bench/bench_fib_recursive.rb 10 35 | |
jruby 1.6.0.RC1 (ruby 1.8.7 patchlevel 330) (2011-01-28 5573d70) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_23) [Windows 7-amd64-java] | |
9227465 | |
3.175000 0.000000 3.175000 ( 3.136000) | |
9227465 | |
3.173000 0.000000 3.173000 ( 3.173000) | |
9227465 | |
3.034000 0.000000 3.034000 ( 3.035000) | |
9227465 | |
3.027000 0.000000 3.027000 ( 3.027000) | |
9227465 | |
3.376000 0.000000 3.376000 ( 3.377000) | |
9227465 | |
3.366000 0.000000 3.366000 ( 3.366000) | |
9227465 | |
3.364000 0.000000 3.364000 ( 3.363000) | |
9227465 | |
3.378000 0.000000 3.378000 ( 3.378000) | |
9227465 | |
3.379000 0.000000 3.379000 ( 3.380000) | |
9227465 | |
3.357000 0.000000 3.357000 ( 3.357000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment