From 363e6fd25de83814788952931a59a41678499d07 Mon Sep 17 00:00:00 2001 From: Constantin Chaumet <16308584+Jekannadar@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:32:40 +0200 Subject: [PATCH] Update benchmark workflow to omit fails based on performance --- .github/workflows/benchmarks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index c73b346..cc23fa3 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -84,9 +84,6 @@ jobs: output-file-path: cosy-luigi-nested/benchmarks.json github-token: ${{ steps.cls-python-workflow-token.outputs.token }} auto-push: ${{ env.PUSH_TO_BENCHMARKS }} - alert-threshold: '50%' - comment-on-alert: true - fail-on-alert: true comment-always: ${{ env.COMMENT_ALWAYS }} summary-always: true gh-repository: 'github.com/cls-python/cosy-luigi-benchmarks'