diff options
author | murphy <murphy@rubychan.de> | 2005-12-10 05:04:13 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-12-10 05:04:13 +0000 |
commit | e1aaa2c6c608aaf2577b49a72538d6fe7ceedc27 (patch) | |
tree | 9a815a5c3959b40afef71cce30a09ea3c666d692 /bench | |
parent | 1eb7a5bb7deac7863f672e1aa1b52412d767a2e4 (diff) | |
download | coderay-e1aaa2c6c608aaf2577b49a72538d6fe7ceedc27.tar.gz |
Example benchmark extended.
Diffstat (limited to 'bench')
-rw-r--r-- | bench/output | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bench/output b/bench/output index 9774b4a..2805f92 100644 --- a/bench/output +++ b/bench/output @@ -1,3 +1,4 @@ +RUBY:
L:\root\trunk>ruby -rubygems -Ilib bench\bench.rb ruby comp
user system total real
CodeRay 1.042000 0.010000 1.052000 ( 1.092000)
@@ -6,4 +7,12 @@ 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
+
+C++:
+L:\root\trunk>ruby -rubygems -Ilib bench\bench.rb cpp comp
+ user system total real
+CodeRay 0.431000 0.030000 0.461000 ( 0.471000)
+ 212.31 KB/sec (100.0 KB) 33.30 KTok/sec
+Syntax [not available]
+SilverCity 0.000000 0.010000 0.010000 ( 7.261000)
+ 13.77 KB/sec
|