feat(Gatlin): Spike Test
Added a spike test.
This commit is contained in:
+4
-1
@@ -22,7 +22,10 @@ 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'}",
|
||||
"-DbaselineUsers=${findProperty('baselineUsers') ?: '2'}",
|
||||
"-DbaselineDuration=${findProperty('baselineDuration') ?: '20'}",
|
||||
"-DspikeUsers=${findProperty('spikeUsers') ?: '15'}"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user