feat: NCS-60 Stress Test #3

Merged
lq64 merged 2 commits from feat/NCS-60 into main 2026-05-05 17:09:43 +02:00
Showing only changes of commit 84720f7e15 - Show all commits
+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'}"
]
}