From 84720f7e154d1b808187db61eece29af2c31979d Mon Sep 17 00:00:00 2001 From: LQ63 Date: Mon, 4 May 2026 13:17:00 +0200 Subject: [PATCH] feat(Gatlin): Stress Test Synched default values --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 690c368..6c1e75e 100644 --- a/build.gradle +++ b/build.gradle @@ -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'}" ] }