Commit ab257173 authored by Sanad Liaquat's avatar Sanad Liaquat

Add script for MR with many commits

Also does a lot of cleanup and refactoring
parent 0a70ba17
...@@ -13,8 +13,9 @@ task :delete_subgroups do ...@@ -13,8 +13,9 @@ task :delete_subgroups do
end end
desc "Generate Performance Testdata" desc "Generate Performance Testdata"
task :generate_perf_testdata do task :generate_perf_testdata, :type do |t, args|
QA::Tools::GeneratePerfTestdata.new.run args.with_defaults(type: :all)
QA::Tools::GeneratePerfTestdata.new.method(args[:type]).call
end end
desc "Run artillery load tests" desc "Run artillery load tests"
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment