We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192953f commit 9b2cd93Copy full SHA for 9b2cd93
spec/performance/bench.sh
@@ -84,10 +84,9 @@ if [ "$RATE" = "max" ]; then
84
VEGETA_ARGS=(-rate=infinity --workers="$CONNECTIONS" --max-workers="$CONNECTIONS")
85
K6_SCENARIOS="{
86
max_rate: {
87
- executor: 'shared-iterations',
+ executor: 'constant-vus',
88
vus: $CONNECTIONS,
89
- iterations: $((CONNECTIONS * DURATION_SEC * 10)),
90
- maxDuration: '$DURATION'
+ duration: '$DURATION'
91
}
92
}"
93
else
0 commit comments