Skip to content

Instantly share code, notes, and snippets.

@headius
Created August 5, 2016 22:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save headius/492fb995e15b50d3db42145339f21968 to your computer and use it in GitHub Desktop.
[] ~/projects/graal $ mx/mx vm -Djruby.home=/Users/headius/projects/jruby -Djruby.compile.invokedynamic -jar ../jruby/lib/jruby.jar ../rubybench/time/bench_fib_recursive.rb 1000 35
0.830000 0.000000 0.830000 ( 0.431907)
0.340000 0.000000 0.340000 ( 0.331717)
0.330000 0.000000 0.330000 ( 0.333815)
0.370000 0.000000 0.370000 ( 0.325170)
0.320000 0.000000 0.320000 ( 0.325581)
0.340000 0.010000 0.350000 ( 0.336978)
0.320000 0.000000 0.320000 ( 0.316646)
0.320000 0.000000 0.320000 ( 0.317666)
0.320000 0.000000 0.320000 ( 0.320587)
0.320000 0.000000 0.320000 ( 0.324900)
0.330000 0.000000 0.330000 ( 0.325292)
0.330000 0.000000 0.330000 ( 0.334721)
0.380000 0.010000 0.390000 ( 0.324792)
0.320000 0.000000 0.320000 ( 0.323737)
0.330000 0.000000 0.330000 ( 0.329923)
^C
[] ~/projects/graal $ mx/mx vm -XX:+UseJVMCICompiler -Djruby.home=/Users/headius/projects/jruby -Djruby.compile.invokedynamic -jar ../jruby/lib/jruby.jar ../rubybench/time/bench_fib_recursive.rb 1000 35
1.410000 0.020000 1.430000 ( 0.821215)
0.520000 0.000000 0.520000 ( 0.502073)
0.580000 0.010000 0.590000 ( 0.529570)
0.510000 0.010000 0.520000 ( 0.500167)
0.560000 0.000000 0.560000 ( 0.533439)
0.510000 0.010000 0.520000 ( 0.490087)
0.520000 0.000000 0.520000 ( 0.498432)
0.510000 0.000000 0.510000 ( 0.504403)
0.510000 0.000000 0.510000 ( 0.508719)
0.500000 0.000000 0.500000 ( 0.501202)
0.520000 0.000000 0.520000 ( 0.520564)
0.520000 0.000000 0.520000 ( 0.517350)
0.510000 0.000000 0.510000 ( 0.508563)
0.530000 0.010000 0.540000 ( 0.520238)
0.530000 0.000000 0.530000 ( 0.500203)
0.520000 0.000000 0.520000 ( 0.520297)
0.510000 0.000000 0.510000 ( 0.504370)
0.500000 0.000000 0.500000 ( 0.496635)
0.520000 0.000000 0.520000 ( 0.521456)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment