Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
~/NetBeansProjects/jruby $ bin/jruby -J-server test/bench/bench_fib_recursive.rb 0.735000 0.000000 0.735000 ( 0.734000) 0.392000 0.000000 0.392000 ( 0.393000) 0.409000 0.000000 0.409000 ( 0.410000) 0.386000 0.000000 0.386000 ( 0.386000) 0.427000 0.000000 0.427000 ( 0.427000) 0.418000 0.000000 0.418000 ( 0.418000) 0.421000 0.000000 0.421000 ( 0.420000) 0.419000 0.000000 0.419000 ( 0.420000) 0.419000 0.000000 0.419000 ( 0.418000) 0.427000 0.000000 0.427000 ( 0.428000) ~/NetBeansProjects/jruby $ bin/jruby -J-server -J-Djruby.compile.fastops=true test/bench/bench_fib_recursive.rb 1.389000 0.000000 1.389000 ( 1.388000) 0.426000 0.000000 0.426000 ( 0.426000) 0.434000 0.000000 0.434000 ( 0.435000) 0.447000 0.000000 0.447000 ( 0.448000) 0.351000 0.000000 0.351000 ( 0.350000) 0.321000 0.000000 0.321000 ( 0.320000) 0.309000 0.000000 0.309000 ( 0.309000) 0.309000 0.000000 0.309000 ( 0.308000) 0.315000 0.000000 0.315000 ( 0.314000) 0.318000 0.000000 0.318000 ( 0.319000)
From the Design Piracy series on my blog: