Skip to content

Commit 7e4dc54

Browse files
committed
Closer to recommended Fortio options
1 parent ae0c5b3 commit 7e4dc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/performance/bench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if [ "$RATE" = "max" ]; then
9090
}
9191
}"
9292
else
93-
FORTIO_ARGS=(-qps "$RATE" -uniform -c "$CONNECTIONS")
93+
FORTIO_ARGS=(-qps "$RATE" -uniform -nocatchup -c "$CONNECTIONS")
9494
VEGETA_ARGS=(-rate="$RATE" --workers="$CONNECTIONS" --max-workers="$MAX_CONNECTIONS")
9595
K6_SCENARIOS="{
9696
constant_rate: {

0 commit comments

Comments
 (0)