Skip to content

Commit 913611c

Browse files
committed
fixwq
1 parent bd48ff8 commit 913611c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,10 @@ run_serving_tests() {
373373
fi
374374
else
375375
server_command="Using Remote Server $REMOTE_HOST $REMOTE_PORT"
376-
if [[ ${REMOTE_HOST} ]]; then
377-
client_remote_args=" --host=$REMOTE_HOST "
378-
fi
379376
if [[ ${REMOTE_PORT} ]]; then
380-
client_remote_args=" $clent_remote_args --port=$REMOTE_HOST "
377+
client_remote_args=" --host=$REMOTE_HOST --port=$REMOTE_PORT "
378+
else
379+
client_remote_args=" --host=$REMOTE_HOST "
381380
fi
382381
fi
383382

0 commit comments

Comments
 (0)