diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-11 13:36:11 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-11 13:36:11 -0700 |
commit | 7d5111e26aafc990138da381354503e8e61f077e (patch) | |
tree | 2bf8f4dcaec712de0249efc955636607f468a299 /tools/jenkins | |
parent | ad17bf704e825f4c7f841cb63ebb4ccfe69219c1 (diff) |
dont run go as part of smoketest
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-x | tools/jenkins/run_performance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/run_performance.sh b/tools/jenkins/run_performance.sh index 940702be36..99b920f6a0 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 go --netperf --category smoketest +tools/run_tests/run_performance_tests.py -l c++ node ruby csharp python --netperf --category smoketest |