Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
removed benchmark from rake file
Browse files Browse the repository at this point in the history
  • Loading branch information
markijbema committed Jul 3, 2013
1 parent be2107e commit bc140a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new

desc "Run the benchmarks for pavlov."
task :benchmark do
ruby "benchmark/pavlov/entity.rb"
ruby "benchmark/pavlov/immutable_entity.rb"
end

desc "Look for TODO, FIXME and TBD tags in the code. (not case sensitive)"
task :todo do
RUBY_FILES = FileList['**/*.rb'].exclude('pkg')
Expand Down

0 comments on commit bc140a0

Please sign in to comment.