feat(Gatlin): Stress Test
Synched default values
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ tasks.withType(io.gatling.gradle.GatlingRunTask) {
|
||||
"-DrampDuration=${findProperty('rampDuration') ?: '60'}",
|
||||
"-DstartUsers=${findProperty('startUsers') ?: '2'}",
|
||||
"-DusersIncrement=${findProperty('usersIncrement') ?: '2'}",
|
||||
"-Dsteps=${findProperty('steps') ?: '5'}",
|
||||
"-Dsteps=${findProperty('steps') ?: '2'}",
|
||||
"-DstepDuration=${findProperty('stepDuration') ?: '30'}"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user