summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-10-29 14:49:23 +0000
committermurphy <murphy@rubychan.de>2005-10-29 14:49:23 +0000
commit382685e66f662d8bfb760099ec5e394f15db0d3c (patch)
tree56c395136b35fa36a0589ecb04984b7d3a7b0eff /Rakefile
parent84199b89843d0eca9a85b66dbeae9fd10fdc7d63 (diff)
downloadcoderay-382685e66f662d8bfb760099ec5e394f15db0d3c.tar.gz
Added the good old benchmark suite to the repository.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a49e07d..8698538 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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