feat: NCS-62, NCS-64 Endurance Test, Spike Test (#6)
Added two new types of tests --------- Co-authored-by: LQ63 <lkhermann@web.de> Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
+6
-1
@@ -26,7 +26,12 @@ tasks.withType(io.gatling.gradle.GatlingRunTask) {
|
||||
"-DstartUsers=${findProperty('startUsers') ?: '2'}",
|
||||
"-DusersIncrement=${findProperty('usersIncrement') ?: '2'}",
|
||||
"-Dsteps=${findProperty('steps') ?: '2'}",
|
||||
"-DstepDuration=${findProperty('stepDuration') ?: '30'}"
|
||||
"-DstepDuration=${findProperty('stepDuration') ?: '30'}",
|
||||
"-DconcurrentUsers=${findProperty('concurrentUsers') ?: '3'}",
|
||||
"-Dduration=${findProperty('duration') ?: '300'}",
|
||||
"-DbaselineUsers=${findProperty('baselineUsers') ?: '2'}",
|
||||
"-DbaselineDuration=${findProperty('baselineDuration') ?: '20'}",
|
||||
"-DspikeUsers=${findProperty('spikeUsers') ?: '15'}"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user