Skip to content

Commit

Permalink
edit GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Siel committed Sep 19, 2024
1 parent 94e7bfb commit 276bd0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup update
- name: Run benchmark
run: cargo bench | tee output.txt
run: cargo bench | tee PMcore/output.txt

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand All @@ -27,7 +27,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
# Show alert with commit comment on detecting possible performance regression
alert-threshold: '200%'
alert-threshold: '110%'
comment-on-alert: true
fail-on-alert: true
alert-comment-cc-users: '@siel'
Expand All @@ -41,7 +41,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
# Show alert with commit comment on detecting possible performance regression
alert-threshold: '200%'
alert-threshold: '110%'
summary-always: true
comment-on-alert: true
fail-on-alert: true
Expand Down

0 comments on commit 276bd0b

Please sign in to comment.