mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
9 lines
191 B
Ruby
9 lines
191 B
Ruby
require "bundler/gem_tasks"
|
|
|
|
task :bench do
|
|
system('TIME=20 bundle exec ruby benchmarks/benchmark.rb')
|
|
end
|
|
|
|
task :rbench do
|
|
system('NUM=200000 bundle exec ruby benchmarks/rbench.rb')
|
|
end
|