Skip to content

Commit

Permalink
Add benchmark task to Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tnm committed Jul 7, 2012
1 parent 9810916 commit 62e06b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ Rake::TestTask.new 'test' do |t|
t.ruby_opts = ['-rubygems']
end

# ==========================================================
# Benchmarking
# ==========================================================

task :bench do
sh "ruby bench.rb"
end

# ==========================================================
# Vendor
# ==========================================================
Expand Down

0 comments on commit 62e06b1

Please sign in to comment.