aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-29 16:47:20 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-29 16:47:20 -0700
commitf5c8e857605bf40eefc900047a294ebf540bd849 (patch)
treea911c4a54a1dee910c23f800b8a81d89e71caff5 /tools/profiling
parentc2a52e36d87f5aaf96b9522768054788669dc6f7 (diff)
parent31b26604087855a4eccaed643cc4a4380ffa7275 (diff)
Merge branch 'bmdiff2.1.1' of github.com:ctiller/grpc into bmdiff2.1.1
Diffstat (limited to 'tools/profiling')
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py
index ae0438cde5..65fdc970a0 100755
--- a/tools/profiling/microbenchmarks/bm_diff.py
+++ b/tools/profiling/microbenchmarks/bm_diff.py
@@ -212,5 +212,5 @@ if rows:
text = 'Performance differences noted:\n' + tabulate.tabulate(rows, headers=headers, floatfmt='+.2f')
else:
text = 'No significant performance differences'
-comment_on_pr.comment_on_pr(text)
+comment_on_pr.comment_on_pr('```\n%s\n```' % text)
print text