Create shorthand for benchmark

This commit is contained in:
Takashi Kokubun 2015-10-11 18:20:42 +09:00
parent 682a255124
commit 292ed64ced
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,10 @@
require 'bundler/gem_tasks'
require 'rake/testtask'
Bundler.require
task default: :test
task bench: %w[benchmark:compile]
Dir['benchmark/*.rake'].each { |b| import(b) }