Skip to content

Commit 709c6d6

Browse files
committed
No comparisons for now
1 parent 97dd1fe commit 709c6d6

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ jobs:
6666
tool: 'pytest'
6767
output-file-path: pytest_benchmarks.json
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
69-
auto-push: true
70-
alert-threshold: '125%'
71-
comment-on-alert: true
72-
fail-on-alert: true
69+
summary-always: true
70+
# TODO: Enable tracking on gh-pages when this is public to support automated
71+
# regression alerts.
72+
alert-threshold: '200%'
73+
auto-push: false
74+
comment-on-alert: false
75+
fail-on-alert: false

0 commit comments

Comments
 (0)