Skip to content

Commit

Permalink
Disable performance labeler for Github PRs (grpc#29258)
Browse files Browse the repository at this point in the history
  • Loading branch information
drfloob committed Mar 30, 2022
1 parent d2aafef commit 3c558dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/profiling/microbenchmarks/bm_diff/bm_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def main(args):
text = note + '\n\n' + text
print('%s' % text)
check_on_pr.check_on_pr('Benchmark', '```\n%s\n```' % text)
check_on_pr.label_significance_on_pr('perf-change', significance)


if __name__ == '__main__':
Expand Down

0 comments on commit 3c558dd

Please sign in to comment.