diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index a66fb43..f4412ef 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -3,8 +3,17 @@ name: Benchmarks on: push: branches: [main] + paths-ignore: + - 'docs/**' + - '*.md' + - '.vitepress/**' + - 'LICENSE' pull_request: branches: [main] + paths-ignore: + - 'docs/**' + - '*.md' + - 'LICENSE' workflow_dispatch: permissions: @@ -50,9 +59,7 @@ jobs: --filter "*" --exporters json --join - --job short - --iterationCount 3 - --warmupCount 1 + --job medium - name: Find benchmark result id: find-result @@ -73,7 +80,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} comment-on-alert: true - alert-threshold: '120%' + alert-threshold: '150%' fail-on-alert: false gh-pages-branch: gh-pages benchmark-data-dir-path: dev/bench