Skip to content

Commit

Permalink
rake task to run bench
Browse files Browse the repository at this point in the history
bundle exec rake bench

Closes #25
  • Loading branch information
SamSaffron committed Aug 3, 2018
1 parent 158759b commit a3d4e83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ end

task :default => [:compile, :spec]

task :bench => [:compile] do
exec './benchmark'
end

0 comments on commit a3d4e83

Please sign in to comment.