summaryrefslogtreecommitdiff
path: root/rake_tasks/benchmark.rake
blob: e14537a4818a13bc53b0d7d9cb0b8ba5fab412cc (plain)
1
2
3
4
5
6
desc 'Do a benchmark'
task :benchmark do
  system "#{RUBY} -wIlib bench/bench.rb ruby div 1000"
end

task :bench => :benchmark