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
end
desc "Generate Performance Testdata"
task :generate_perf_testdata do
QA::Tools::GeneratePerfTestdata.new.run
task :generate_perf_testdata, :type do |t, args|
args.with_defaults(type: :all)
QA::Tools::GeneratePerfTestdata.new.method(args[:type]).call
end
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