aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-19 17:14:42 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-19 17:14:42 -0700
commit75381c53328d189c1c054688251d1f1ed05478fe (patch)
tree5b833efe5289ccebe6422dbc9b272658cc021814 /tools
parentd27888b6dbb933427aba30dff4bd3c34ee52e54d (diff)
tiny fix
Diffstat (limited to 'tools')
-rwxr-xr-xtools/jenkins/run_full_performance.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/jenkins/run_full_performance.sh b/tools/jenkins/run_full_performance.sh
index fd341f8c3a..ad7172d9c2 100755
--- a/tools/jenkins/run_full_performance.sh
+++ b/tools/jenkins/run_full_performance.sh
@@ -31,12 +31,9 @@
# This script is invoked by Jenkins and runs full performance test suite.
set -ex
-# Enter the workspace root
+# Enter the gRPC repo root
cd $(dirname $0)/../..
-# Enter the grpc repo
-cd grpc
-
# run 8core client vs 8core server
tools/run_tests/run_performance_tests.py \
-l c++ csharp node ruby java python go \