Commit c7b72a6e authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-perf-mr-with-many-commits' into 'master'

Add script for creating an MR with many commits

See merge request gitlab-org/gitlab-ce!29762
parents e5ca7b8b ab257173
......@@ -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