Skip to content

Commit

Permalink
ci: brush up
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Feb 11, 2023
1 parent 8c09f8e commit bd1a8da
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
benchmark:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -97,8 +97,11 @@ jobs:
auto-push: ${{ github.ref == 'refs/heads/main' }}
comment-on-alert: true
fail-on-alert: true
# There is always an error of about 5%.
# Considering this, the alert threshold is set at 30%.
# Alerts when a 130% performance degradation occurs.
#
# There is 3.6% noise (maximum score is 3.68% greater than minimum score) for 30 runs.
# This noise is a little loud but negligible in most situations.
# ref: https://github.com/mizdra/eslint-interactive/commit/b751cfdef788ac6eb6b39d2d015494123cae51c1#comments
alert-threshold: '130%'
# for test
comment-always: true
# comment-always: true

0 comments on commit bd1a8da

Please sign in to comment.