Skip to content

Instantly share code, notes, and snippets.

@enebo
Created March 4, 2011 15:32
Show Gist options
  • Save enebo/854777 to your computer and use it in GitHub Desktop.
Save enebo/854777 to your computer and use it in GitHub Desktop.
jruby -Xbacktrace.style=raw -Xir.debug=false -J-cp build_lib/jgrapht-jdk1.5.jar -Xnobootclasspath -X-CIR bench/bench_fib_iterative.rb
-- Interpreted 106 instructions
4.579000 0.000000 4.579000 ( 4.460000)
4.315000 0.000000 4.315000 ( 4.315000)
-- Interpreted 8400424 instructions
1.9.2 ~/work/jruby master 1217% jruby -X-C --server bench/bench_fib_iterative.rb
3.865000 0.000000 3.865000 ( 3.799000)
3.673000 0.000000 3.673000 ( 3.673000)
1.9.2 ~/work/jruby master 1218% jruby --server bench/bench_fib_iterative.rb
3.770000 0.000000 3.770000 ( 3.719000)
3.593000 0.000000 3.593000 ( 3.593000)
1.9.2 ~/work/jruby master 1219%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment