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