1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/Rakefile
2015-03-09 15:27:16 +09:00

5 lines
101 B
Ruby

require "bundler/gem_tasks"
task :bench do
system('bundle exec ruby benchmarks/benchmark.rb')
end