Actions
Feature #9577
closed[PATCH] benchmark/driver.rb: align columns in text output
Feature #9577:
[PATCH] benchmark/driver.rb: align columns in text output
Description
It is easier to read output when columns are aligned properly.
I have an 80 column terminal, that's HUGE! Use it :D
pulL: git://80x24.org/ruby.git bmdriver-align
patch: http://bogomips.org/ruby.git/patch?id=32eed05c80
samples
before: http://80x24.org/bmlog-20140126-003136.7320.gz
after: http://80x24.org/bmlog-20140228-071544.1805.gz
I'll commit soon unless this breaks some tools (or this makes life hard
for the 40-column people :P)
Actions