feat(Gatlin): Stress Test

Synched default values
This commit is contained in:
LQ63
2026-05-04 13:17:00 +02:00
parent dcc1cb905c
commit 84720f7e15
+1 -1
View File
@@ -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'}"
]
}