summaryrefslogtreecommitdiff
path: root/rake_tasks/benchmark.rake
blob: 73a34d9b41399cfc410876d1cf1fa8fd97a35918 (plain)
1
2
3
4
5
6
desc 'Do a benchmark'
task :benchmark do
  system 'ruby -wIlib bench\bench.rb ruby html 0'
end

task :bench => :benchmark