Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ab257173
Commit
ab257173
authored
Jun 18, 2019
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add script for MR with many commits
Also does a lot of cleanup and refactoring
parent
0a70ba17
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
132 additions
and
58 deletions
+132
-58
qa/Rakefile
qa/Rakefile
+3
-2
qa/qa/tools/generate_perf_testdata.rb
qa/qa/tools/generate_perf_testdata.rb
+129
-56
No files found.
qa/Rakefile
View file @
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"
...
...
qa/qa/tools/generate_perf_testdata.rb
View file @
ab257173
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment