aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-11 12:26:39 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-11 12:26:39 -0700
commit649d126ed3bcef2b22b6cc53a35a0ac75c0cee14 (patch)
tree489959399dcf299c67e5308807ac62f00ca82986 /tools/jenkins
parentf624a796e794750ea243341da2d56462204ae9a8 (diff)
set GOPATH when executing go worker
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-xtools/jenkins/run_performance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/run_performance.sh b/tools/jenkins/run_performance.sh
index 13a332751b..c92f9750af 100755
--- a/tools/jenkins/run_performance.sh
+++ b/tools/jenkins/run_performance.sh
@@ -34,4 +34,4 @@ set -ex
# Enter the gRPC repo root
cd $(dirname $0)/../..
-tools/run_tests/run_performance_tests.py -l c++ node ruby csharp python
+tools/run_tests/run_performance_tests.py -l c++ node ruby csharp python go