feat(Gatlin): Endurance Test
Added an endurance test and changed endpoint to a more stable one
This commit is contained in:
+3
-1
@@ -22,7 +22,9 @@ tasks.withType(io.gatling.gradle.GatlingRunTask) {
|
||||
"-Dgatling.authToken=${findProperty('authToken') ?: System.getenv('GATLING_AUTH_TOKEN') ?: ''}",
|
||||
"-Dhealthz.path=${findProperty('healthzPath') ?: '/health'}",
|
||||
"-DmaxUsers=${findProperty('maxUsers') ?: '10'}",
|
||||
"-DrampDuration=${findProperty('rampDuration') ?: '60'}"
|
||||
"-DrampDuration=${findProperty('rampDuration') ?: '60'}",
|
||||
"-DconcurrentUsers=${findProperty('concurrentUsers') ?: '3'}",
|
||||
"-Dduration=${findProperty('duration') ?: '300'}"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user