Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
~/NetBeansProjects/jruby ➔ ../rubinius/shotgun/rubinius test/bench/bench_io_read.rb 5 user system total real IO.read(file) 0.050318 0.000000 0.050318 ( 0.050280) user system total real IO.read(file) 0.062191 0.000000 0.062191 ( 0.061969) user system total real IO.read(file) 0.076369 0.000000 0.076369 ( 0.076388) user system total real IO.read(file) 0.051059 0.000000 0.051059 ( 0.051107) user system total real IO.read(file) 0.048067 0.000000 0.048067 ( 0.048127) ~/NetBeansProjects/jruby ➔ ruby test/bench/bench_io_read.rb 5 user system total real IO.read(file) 0.240000 0.640000 0.880000 ( 0.967710) user system total real IO.read(file) 0.240000 0.650000 0.890000 ( 0.900713) user system total real IO.read(file) 0.230000 0.640000 0.870000 ( 0.905234) user system total real IO.read(file) 0.230000 0.650000 0.880000 ( 0.906585) user system total real IO.read(file) 0.240000 0.640000 0.880000 ( 0.920857)
This paste will be private.
From the Design Piracy series on my blog: