Skip to content

Commit 1928fd8

Browse files
committed
chore(ci): update CI workflow to remove commented benchmark steps
1 parent 5c17a43 commit 1928fd8

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)