diff --git a/Rakefile b/Rakefile index a88c4a7..27fdb8d 100644 --- a/Rakefile +++ b/Rakefile @@ -19,3 +19,7 @@ end task :default => [:compile, :spec] +task :bench => [:compile] do + exec './benchmark' +end +