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