Skip to content

Commit

Permalink
Add task for running the performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jan 20, 2021
1 parent babc70b commit a0bb574
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/spec.rake
Expand Up @@ -18,6 +18,11 @@ begin
RSpec::Core::RakeTask.new(:integration) do |task|
task.pattern = "spec/integration{,/*/**}/*_spec.rb"
end

desc "Run performance specs"
RSpec::Core::RakeTask.new(:perf) do |task|
task.pattern = "spec/perf{,/*/**}/*_spec.rb"
end
end

rescue LoadError
Expand Down

0 comments on commit a0bb574

Please sign in to comment.