summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-04-04 13:23:02 +0000
committermurphy <murphy@rubychan.de>2006-04-04 13:23:02 +0000
commit132b75e58dba4c93278721d60f177cfbee7d0e46 (patch)
treed4491961c01b9c9b91e7d3c25fefa4a4b5c5c5de /bench
parent0d919d07f67166981cea476e1febbc40af2eae9c (diff)
downloadcoderay-132b75e58dba4c93278721d60f177cfbee7d0e46.tar.gz
Added HTML scanner!
Added test/html/suite.rb and tolkien.in.html test. Benchmark produces inline line numbers now. Minor changes to Ruby and C scanners. Rakefile: unit tests now in -d mode.
Diffstat (limited to 'bench')
-rw-r--r--bench/bench.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench.rb b/bench/bench.rb
index 5acaf46..533a893 100644
--- a/bench/bench.rb
+++ b/bench/bench.rb
@@ -79,7 +79,7 @@ Benchmark.bm(20) do |bm|
time = bm.report('CodeRay') do
options = {
:tab_width => 2,
- :line_numbers => :table,
+ :line_numbers => :inline,
:line_numbers_offset => Offset,
:bold_every => BoldEvery,
:wrap => :page,