summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-26 04:44:36 +0000
committermurphy <murphy@rubychan.de>2010-03-26 04:44:36 +0000
commita2615b35a0cc5cbea117a076bb308065ecc45b99 (patch)
tree6d17fd53abaee789cd2d64b45f626af3f7ffd722 /bench
parent7099489b0bd988e26916afc55c3b1f2874c3ea09 (diff)
downloadcoderay-a2615b35a0cc5cbea117a076bb308065ecc45b99.tar.gz
Cleanup.
Diffstat (limited to 'bench')
-rw-r--r--bench/bench.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/bench/bench.rb b/bench/bench.rb
index a270397..c658a85 100644
--- a/bench/bench.rb
+++ b/bench/bench.rb
@@ -91,7 +91,6 @@ Benchmark.bm(20) do |bm|
:wrap => :page,
:css => $style ? :style : :class,
}
- options[:debug] = $DEBUG
$hl = CodeRay.encoder(format, options) unless $dump_output
N.times do
if $stream