diff options
Diffstat (limited to 'bench/bench.rb')
-rw-r--r-- | bench/bench.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/bench.rb b/bench/bench.rb index 5663466..45dc5b0 100644 --- a/bench/bench.rb +++ b/bench/bench.rb @@ -79,6 +79,7 @@ N.times do options = { :tab_width => 2, + # :line_numbers => :inline, :css => $style ? :style : :class, } $hl = CodeRay.encoder(format, options) unless $dump_output |