aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-05-20 23:38:56 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-05-20 23:38:56 -0700
commitd2aa698cce737b222e18d023d84dfb31ff90cb7b (patch)
tree12911e06d64efd37a29fc0ee9e6c5a63caad820b /tools/run_tests/performance
parente52e1b6a96bd4bc9c761225a7cc90723aea0b519 (diff)
fix run_python_qps_worker script
Diffstat (limited to 'tools/run_tests/performance')
-rwxr-xr-xtools/run_tests/performance/run_worker_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/performance/run_worker_python.sh b/tools/run_tests/performance/run_worker_python.sh
index 01241c8296..5281fce360 100755
--- a/tools/run_tests/performance/run_worker_python.sh
+++ b/tools/run_tests/performance/run_worker_python.sh
@@ -17,4 +17,4 @@ set -ex
cd "$(dirname "$0")/../../.."
-PYTHONPATH=src/python/grpcio_tests:src/python/gens py27/bin/python src/python/grpcio_tests/tests/qps/qps_worker.py "$@"
+PYTHONPATH=src/python/grpcio_tests:src/python/gens py27_native/bin/python src/python/grpcio_tests/tests/qps/qps_worker.py "$@"