summaryrefslogtreecommitdiff
path: root/rake_tasks/benchmark.rake
blob: 3046fc79c2d3601f8788ee19f32af07660eaf61b (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