aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-12-04 11:34:15 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-12-04 11:34:15 +0100
commitb30218b6e0ffb0c0e65af5e15872f3e644813dc3 (patch)
tree10737c1a755bb38684c4423ecdbcdd0ecc1d2c14 /tools
parent13c9e1a27788e08c192571ab0a537770cb4d2541 (diff)
C#: use netcoreapp1.1 qps worker
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/performance/run_worker_csharp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/performance/run_worker_csharp.sh b/tools/run_tests/performance/run_worker_csharp.sh
index 6546d6010b..bfa59b5d9e 100755
--- a/tools/run_tests/performance/run_worker_csharp.sh
+++ b/tools/run_tests/performance/run_worker_csharp.sh
@@ -18,6 +18,6 @@ set -ex
cd "$(dirname "$0")/../../.."
# needed to correctly locate testca
-cd src/csharp/Grpc.IntegrationTesting.QpsWorker/bin/Release/netcoreapp1.0
+cd src/csharp/Grpc.IntegrationTesting.QpsWorker/bin/Release/netcoreapp1.1
dotnet exec Grpc.IntegrationTesting.QpsWorker.dll "$@"