summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bench/bench.rb1
-rw-r--r--bench/output9
2 files changed, 9 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
diff --git a/bench/output b/bench/output
new file mode 100644
index 0000000..9774b4a
--- /dev/null
+++ b/bench/output
@@ -0,0 +1,9 @@
+L:\root\trunk>ruby -rubygems -Ilib bench\bench.rb ruby comp
+ user system total real
+CodeRay 1.042000 0.010000 1.052000 ( 1.092000)
+ 91.58 KB/sec (100.0 KB) 21.38 KTok/sec
+Syntax 9.854000 0.110000 9.964000 ( 9.984000)
+ 10.02 KB/sec
+SilverCity 0.000000 0.000000 0.000000 ( 6.209000)
+ 16.11 KB/sec
+Files created: test.html, test.syntax.html, test.silvercity.html