summaryrefslogtreecommitdiff
path: root/rake_tasks/benchmark.rake
blob: 2e38b5774e964a2786dd0769793c71e4b0504ec6 (plain)
1
2
3
4
5
6
desc 'Do a benchmark'
task :benchmark do
  ruby 'bench/bench.rb ruby html 3000'
end

task :bench => :benchmark