From 85e8ff778bc2848978592bcaf36f77ea7ebc89f4 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Tue, 16 Nov 2021 18:01:38 +0100 Subject: [PATCH] Disable commenting on alerts to reduce noise --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 49099ccecb..cb2b8de49b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -45,7 +45,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # trigger alert comment if 1.3 times slower alert-threshold: '130%' - comment-on-alert: true + comment-on-alert: false # fail workdlow if 1.5 times slower fail-threshold: '150%' fail-on-alert: true @@ -60,7 +60,7 @@ jobs: base-benchmark-file-path: master/memory_usage.txt github-token: ${{ secrets.GITHUB_TOKEN }} alert-threshold: '102%' - comment-on-alert: true + comment-on-alert: false fail-threshold: '110%' fail-on-alert: true file-to-annotate: ${{ github.workspace }}/test/benchmarks/memory_usage.js