From a56b796271ad41c3152ea19f8149281431d86098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Guti=C3=A9rrez?= Date: Mon, 16 Jun 2025 16:50:07 +0200 Subject: [PATCH] increased alert threshold (#2166) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pablo GutiƩrrez --- .github/workflows/kem-bench.yml | 2 +- .github/workflows/sig-bench.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kem-bench.yml b/.github/workflows/kem-bench.yml index d4532deac..16933a74f 100644 --- a/.github/workflows/kem-bench.yml +++ b/.github/workflows/kem-bench.yml @@ -117,5 +117,5 @@ jobs: auto-push: true comment-on-alert: true summary-always: true - alert-threshold: 50% + alert-threshold: 105% comment-always: true \ No newline at end of file diff --git a/.github/workflows/sig-bench.yml b/.github/workflows/sig-bench.yml index d750aa8e6..3a0099a25 100644 --- a/.github/workflows/sig-bench.yml +++ b/.github/workflows/sig-bench.yml @@ -147,5 +147,5 @@ jobs: auto-push: true comment-on-alert: true summary-always: true - alert-threshold: 50% + alert-threshold: 105% comment-always: true \ No newline at end of file