aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-15 07:05:53 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-15 07:05:53 -0800
commitfc51234af33972e001af70393bb649b647456d06 (patch)
tree9122596c4cd0f82ff64c5f9078969d589c81c6f4
parentea50b903903a7985a1cf2e1f959e72e7f22a5e24 (diff)
Capture latency trace for ping pong during performance runs
-rwxr-xr-xtools/jenkins/run_performance.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/jenkins/run_performance.sh b/tools/jenkins/run_performance.sh
index a60b1bbbd0..df0c03c38b 100755
--- a/tools/jenkins/run_performance.sh
+++ b/tools/jenkins/run_performance.sh
@@ -34,6 +34,8 @@ set -ex
# Enter the gRPC repo root
cd $(dirname $0)/../..
+tools/profiling/latency_profile/run_latency_profile.sh
+
config=opt
make CONFIG=$config qps_worker qps_driver -j8