Skip to content

Commit

Permalink
testing retune
Browse files Browse the repository at this point in the history
  • Loading branch information
epolack committed Dec 12, 2023
1 parent 502a6a9 commit 61daf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Run benchmarks
# Remove baseline once merged. Regression tests will only work after this is merged
# in master.
run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(; baseline="HEAD")'
run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(; baseline="HEAD", retune=true)'
- name: Print judgement
run: julia -e 'using BenchmarkCI; BenchmarkCI.displayjudgement()'
env:
Expand Down

0 comments on commit 61daf9d

Please sign in to comment.