Skip to content

Commit 3acf91e

Browse files
committed
No persistance check
1 parent 709c6d6 commit 3acf91e

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,14 @@ jobs:
5656
# TODO: Remove this when we do not have self-hosted runners in the public repo
5757
pixi-bin-path: ~/actions-runner/.pixi/bin/pixi
5858
- name: Build and benchmark
59-
run: |
60-
pixi run install_all
61-
pixi run test_benchmarks
59+
run: pixi run install_all
60+
# TODO: Decide on a method for automated benchmark regression testing once the project
61+
# is public
62+
- name: Run benchmarks
63+
run: pixi run test_benchmarks
6264
- name: Store benchmark results
6365
uses: benchmark-action/github-action-benchmark@v1
6466
with:
6567
name: Python Benchmark with pytest-benchmark
6668
tool: 'pytest'
6769
output-file-path: pytest_benchmarks.json
68-
github-token: ${{ secrets.GITHUB_TOKEN }}
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)