diff options
-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 5647edd..959cbe5 100644 --- a/bench/bench.rb +++ b/bench/bench.rb @@ -82,6 +82,7 @@ Benchmark.bm(20) do |bm| options = { :tab_width => 2, :wrap => :page, + :line_numbers => :table, :css => $style ? :style : :class, } $hl = CodeRay.encoder(format, options) unless $dump_output |