aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance/run_worker_java.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/performance/run_worker_java.sh')
-rwxr-xr-xtools/run_tests/performance/run_worker_java.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/performance/run_worker_java.sh b/tools/run_tests/performance/run_worker_java.sh
index 039a9618e1..cff6faf680 100755
--- a/tools/run_tests/performance/run_worker_java.sh
+++ b/tools/run_tests/performance/run_worker_java.sh
@@ -16,9 +16,9 @@
set -ex
# Enter repo root
-cd $(dirname $0)/../../..
+cd "$(dirname "$0")/../../.."
# Enter the grpc-java repo root (expected to be next to grpc repo root)
cd ../grpc-java
-benchmarks/build/install/grpc-benchmarks/bin/benchmark_worker $@
+benchmarks/build/install/grpc-benchmarks/bin/benchmark_worker "$@"