From ab2571735c894ba87635961f4699fd2e5d32eeec Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Tue, 18 Jun 2019 13:29:30 +0500 Subject: Add script for MR with many commits Also does a lot of cleanup and refactoring --- qa/Rakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qa/Rakefile') diff --git a/qa/Rakefile b/qa/Rakefile index 7ac018f7286..7ba8a6d68ba 100644 --- a/qa/Rakefile +++ b/qa/Rakefile @@ -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" -- cgit v1.2.1