summaryrefslogtreecommitdiff
path: root/rake_tasks
diff options
context:
space:
mode:
Diffstat (limited to 'rake_tasks')
-rw-r--r--rake_tasks/benchmark.rake12
1 files changed, 6 insertions, 6 deletions
diff --git a/rake_tasks/benchmark.rake b/rake_tasks/benchmark.rake
index 73a34d9..c35c89d 100644
--- a/rake_tasks/benchmark.rake
+++ b/rake_tasks/benchmark.rake
@@ -1,6 +1,6 @@
-desc 'Do a benchmark'
-task :benchmark do
- system 'ruby -wIlib bench\bench.rb ruby html 0'
-end
-
-task :bench => :benchmark
+desc 'Do a benchmark'
+task :benchmark do
+ system 'ruby -wIlib bench\bench.rb ruby html 0'
+end
+
+task :bench => :benchmark