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 ae0c5b3 commit 7e4dc54Copy full SHA for 7e4dc54
spec/performance/bench.sh
@@ -90,7 +90,7 @@ if [ "$RATE" = "max" ]; then
90
}
91
}"
92
else
93
- FORTIO_ARGS=(-qps "$RATE" -uniform -c "$CONNECTIONS")
+ FORTIO_ARGS=(-qps "$RATE" -uniform -nocatchup -c "$CONNECTIONS")
94
VEGETA_ARGS=(-rate="$RATE" --workers="$CONNECTIONS" --max-workers="$MAX_CONNECTIONS")
95
K6_SCENARIOS="{
96
constant_rate: {
0 commit comments