Write Rakefile to run benchmark

This commit is contained in:
Takashi Kokubun 2015-03-09 15:27:16 +09:00
parent 67e0a46b04
commit 0022ddac5a
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
require "bundler/gem_tasks" require "bundler/gem_tasks"
task :bench do
system('bundle exec ruby benchmarks/benchmark.rb')
end