diff options
author | murphy <murphy@rubychan.de> | 2005-12-10 05:00:20 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-12-10 05:00:20 +0000 |
commit | 1eb7a5bb7deac7863f672e1aa1b52412d767a2e4 (patch) | |
tree | ba2ea9f1685d2a060f4646d7544951a65b2b4f47 /bench/bench.rb | |
parent | c1b6c6339f602b8ecf69c8cb330319d99e039063 (diff) | |
download | coderay-1eb7a5bb7deac7863f672e1aa1b52412d767a2e4.tar.gz |
bench.rb fixed, example output added.
Diffstat (limited to 'bench/bench.rb')
-rw-r--r-- | bench/bench.rb | 1 |
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 |