From d2aa698cce737b222e18d023d84dfb31ff90cb7b Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Sun, 20 May 2018 23:38:56 -0700 Subject: fix run_python_qps_worker script --- tools/run_tests/performance/run_worker_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/run_tests/performance') 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 "$@" -- cgit v1.2.3