File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments