From 21e6a80f0c0822f2c8b4ecbdc6104ae6fcafe353 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Wed, 29 Mar 2017 14:43:10 -0700
Subject: [PATCH] Review feedback

---
 tools/jenkins/run_performance.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/jenkins/run_performance.sh b/tools/jenkins/run_performance.sh
index 87699a283e..dee033a951 100755
--- a/tools/jenkins/run_performance.sh
+++ b/tools/jenkins/run_performance.sh
@@ -37,7 +37,4 @@ BENCHMARKS_TO_RUN="bm_closure bm_cq bm_call_create bm_error bm_chttp2_hpack bm_c
 # Enter the gRPC repo root
 cd $(dirname $0)/../..
 
-# todo(mattkwong): Change performance test to use microbenchmarking
 tools/profiling/microbenchmarks/bm_diff.py -d origin/$ghprbTargetBranch -b $BENCHMARKS_TO_RUN
-
-tools/run_tests/run_performance_tests.py -l c++ node ruby csharp python --netperf --category smoketest
-- 
GitLab