pull/10336/head
Craig Tiller 8 years ago
parent 8a26aab8a2
commit 1e578f6227
  1. 2
      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

Loading…
Cancel
Save