diff options
author | murphy <murphy@rubychan.de> | 2005-10-29 14:49:23 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-10-29 14:49:23 +0000 |
commit | 382685e66f662d8bfb760099ec5e394f15db0d3c (patch) | |
tree | 56c395136b35fa36a0589ecb04984b7d3a7b0eff /Rakefile | |
parent | 84199b89843d0eca9a85b66dbeae9fd10fdc7d63 (diff) | |
download | coderay-382685e66f662d8bfb760099ec5e394f15db0d3c.tar.gz |
Added the good old benchmark suite to the repository.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ end desc 'Do a benchmark'
task :bench do
- system 'ruby -wIlib \bench\bench.rb ruby html 0'
+ system 'ruby -wIlib bench\bench.rb ruby html 0'
end
def gemspec
|