From 49bcc320bf58fd8b0c77e3c54f935f8d388cdd07 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Mon, 14 Oct 2024 21:37:22 +0200 Subject: [PATCH] Benchmark cleanup (#7102) --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b102a453c7..502f44e42d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,6 @@ on: pull_request: branches: [master, 11.0_release] -permissions: - # allow posting comments to pull request - pull-requests: write - concurrency: group: ci-${{ github.ref }}-1 # Cancel previous builds for pull requests only. @@ -346,10 +342,9 @@ jobs: output-file-path: tests/benchmark-output.json external-data-json-path: ./tests/benchmark-cache/benchmark-data.json github-token: ${{ secrets.GITHUB_TOKEN }} - alert-threshold: "150%" + alert-threshold: "120%" comment-always: true comment-on-alert: true - summary-always: true - name: Build playground compiler if: matrix.build_playground