From 1e578f62270fa86a20527110de3b566d11af9f41 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 29 Mar 2017 14:03:46 -0700 Subject: [PATCH] Formatting --- tools/profiling/microbenchmarks/bm_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py index fa4cbf252da..c794b137111 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('```%s```' % text) print text