From 93cf24b0e9afc8a235d98b2e5e1ab8e161f0f74e Mon Sep 17 00:00:00 2001 From: droak Date: Wed, 6 Nov 2024 14:00:08 +0900 Subject: [PATCH] ci: change benchmark alert threshold to 130% --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f86b3302..4e4f6d9b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -40,7 +40,7 @@ jobs: tool: "benchmarkjs" github-token: ${{ secrets.GITHUB_TOKEN }} output-file-path: packages/object/benchmark-output.txt - alert-threshold: "110%" + alert-threshold: "130%" fail-on-alert: true comment-on-alert: ${{ github.event_name == 'push' }} summary-always: true