summaryrefslogtreecommitdiff
path: root/bench/bench.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-12-10 05:00:20 +0000
committermurphy <murphy@rubychan.de>2005-12-10 05:00:20 +0000
commit1eb7a5bb7deac7863f672e1aa1b52412d767a2e4 (patch)
treeba2ea9f1685d2a060f4646d7544951a65b2b4f47 /bench/bench.rb
parentc1b6c6339f602b8ecf69c8cb330319d99e039063 (diff)
downloadcoderay-1eb7a5bb7deac7863f672e1aa1b52412d767a2e4.tar.gz
bench.rb fixed, example output added.
Diffstat (limited to 'bench/bench.rb')
-rw-r--r--bench/bench.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/bench/bench.rb b/bench/bench.rb
index f7c7388..5acaf46 100644
--- a/bench/bench.rb
+++ b/bench/bench.rb
@@ -134,7 +134,6 @@ Benchmark.bm(20) do |bm|
begin
v = $VERBOSE
$VERBOSE = nil
- raise
output = c.convert(data)
$VERBOSE = v
rescue => boom