summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-04 00:43:49 +0000
committermurphy <murphy@rubychan.de>2005-11-04 00:43:49 +0000
commit8c0c57bd923c7ec12db5949777caa22a0e7ff481 (patch)
tree6ea2744e821e02608293a2f9a865684b38f35786 /bench
parent7371093d78689728c1bf8326987c24f73864edb2 (diff)
downloadcoderay-8c0c57bd923c7ec12db5949777caa22a0e7ff481.tar.gz
bench.rb: back to :table style
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 10308ce..38f8a19 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 => :list,
+ :line_numbers => :table,
:line_numbers_offset => Offset,
:bold_every => BoldEvery,
:wrap => :page,