Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
## debug build, first run is compiling gauss:stackfull brian$ bin/mspec ci --gc-stats core/array rubinius 0.11.0-dev (ruby 1.8.6) (8ee28339e 12/31/2009) [i686-apple-darwin9.6.0] ....................................................................... Finished in 26.359504 seconds 71 files, 985 examples, 2835 expectations, 0 failures, 0 errors Garbage collector stats (times in ms unless noted): Stats \ Generation Young Mature ---------------------------------------------------- collections 134 0 total 1929.68 0.00 max 45.21 0.00 min 4.51 0.00 average 14.40 0.00 objects copied 0 n/a bytes copied 0 n/a --- allocations 0 0 total 0.00 0.00 max 0.00 0.00 min 0.00 0.00 average 0.00 0.00 objects created 0 0 bytes allocated 0 0 Total time spent in GC: 1.93s (7.3%) gauss:stackfull brian$ bin/mspec ci --gc-stats core/array rubinius 0.11.0-dev (ruby 1.8.6) (8ee28339e 12/31/2009) [i686-apple-darwin9.6.0] ....................................................................... Finished in 10.900637 seconds 71 files, 985 examples, 2835 expectations, 0 failures, 0 errors Garbage collector stats (times in ms unless noted): Stats \ Generation Young Mature ---------------------------------------------------- collections 55 0 total 556.84 0.00 max 19.32 0.00 min 5.48 0.00 average 10.12 0.00 objects copied 0 n/a bytes copied 0 n/a --- allocations 0 0 total 0.00 0.00 max 0.00 0.00 min 0.00 0.00 average 0.00 0.00 objects created 0 0 bytes allocated 0 0 Total time spent in GC: 556ms (5.1%) ## optimized build gauss:stackfull brian$ bin/mspec ci --gc-stats core/array rubinius 0.11.0-dev (ruby 1.8.6) (8ee28339e 12/31/2009) [i686-apple-darwin9.6.0] ....................................................................... Finished in 9.733269 seconds 71 files, 985 examples, 2835 expectations, 0 failures, 0 errors Garbage collector stats (times in ms unless noted): Stats \ Generation Young Mature ---------------------------------------------------- collections 134 0 total 1103.42 0.00 max 24.66 0.00 min 3.37 0.00 average 8.23 0.00 objects copied 0 n/a bytes copied 0 n/a --- allocations 0 0 total 0.00 0.00 max 0.00 0.00 min 0.00 0.00 average 0.00 0.00 objects created 0 0 bytes allocated 0 0 Total time spent in GC: 1.10s (11.3%) gauss:stackfull brian$ bin/mspec ci --gc-stats core/array rubinius 0.11.0-dev (ruby 1.8.6) (8ee28339e 12/31/2009) [i686-apple-darwin9.6.0] ....................................................................... Finished in 4.227142 seconds 71 files, 985 examples, 2835 expectations, 0 failures, 0 errors Garbage collector stats (times in ms unless noted): Stats \ Generation Young Mature ---------------------------------------------------- collections 55 0 total 362.71 0.00 max 11.05 0.00 min 4.23 0.00 average 6.59 0.00 objects copied 0 n/a bytes copied 0 n/a --- allocations 0 0 total 0.00 0.00 max 0.00 0.00 min 0.00 0.00 average 0.00 0.00 objects created 0 0 bytes allocated 0 0 Total time spent in GC: 362ms (8.6%)
This paste will be private.
From the Design Piracy series on my blog: