From 4dac54356cdf31df2ee0f280fc7c4afc3d0e213d Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 29 Jun 2010 06:27:07 +0000 Subject: rake bench now uses line numbers (slower, but more realistic). --- bench/bench.rb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1