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