File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,17 +51,17 @@ jobs:
5151 - name : CI
5252 run : just ci
5353
54- - name : Run hotpath benchmark baselines
55- run : just bench-hotpath
54+ # - name: Run hotpath benchmark baselines
55+ # run: just bench-hotpath
5656
57- - name : Compare hotpath output against baseline
58- run : just bench-baseline-compare
57+ # - name: Compare hotpath output against baseline
58+ # run: just bench-baseline-compare
5959
60- - name : Upload hotpath benchmark artifacts
61- if : always()
62- uses : actions/upload-artifact@v4
63- with :
64- name : hotpath-benchmarks
65- path : |
66- target/hotpath/*.json
67- target/hotpath/summary.md
60+ # - name: Upload hotpath benchmark artifacts
61+ # if: always()
62+ # uses: actions/upload-artifact@v4
63+ # with:
64+ # name: hotpath-benchmarks
65+ # path: |
66+ # target/hotpath/*.json
67+ # target/hotpath/summary.md
You can’t perform that action at this time.
0 commit comments