Skip to content

Commit

Permalink
Modify github action to always commit the benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
bradygm committed Nov 3, 2023
1 parent 32ecf10 commit ded09be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
comment-on-alert: true
# Mention @rhysd in the commit comment
alert-comment-cc-users: '@bradygm'
alert-threshold: 200%
# comment-always: true
alert-threshold: 150%
comment-always: true
# Upload the updated cache file for the next job by actions/cache

- name: Run unit tests
Expand Down

0 comments on commit ded09be

Please sign in to comment.