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 bd48ff8 commit 913611cCopy full SHA for 913611c
.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
@@ -373,11 +373,10 @@ run_serving_tests() {
373
fi
374
else
375
server_command="Using Remote Server $REMOTE_HOST $REMOTE_PORT"
376
- if [[ ${REMOTE_HOST} ]]; then
377
- client_remote_args=" --host=$REMOTE_HOST "
378
- fi
379
if [[ ${REMOTE_PORT} ]]; then
380
- client_remote_args=" $clent_remote_args --port=$REMOTE_HOST "
+ client_remote_args=" --host=$REMOTE_HOST --port=$REMOTE_PORT "
+ else
+ client_remote_args=" --host=$REMOTE_HOST "
381
382
383
0 commit comments