diff --git a/tools/jenkins/run_full_performance.sh b/tools/jenkins/run_full_performance.sh
index fd341f8c3af89aaf20481ab8d5fbda10afd64828..ad7172d9c29e69dcce6c29a4841bd39f086d91dc 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 \