Skip to content

Commit b5ddb4d

Browse files
committed
chore: disable benchmark job in CI configuration
1 parent fd44c0e commit b5ddb4d

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -107,30 +107,30 @@ jobs:
107107
exit 1
108108
fi
109109
110-
# ─── Benchmarks ──────────────────────────────────────────────────────
111-
bench:
112-
name: Benchmarks
113-
runs-on: ubuntu-latest
114-
needs: go
115-
116-
steps:
117-
- name: Checkout
118-
uses: actions/checkout@v6
119-
120-
- name: Set up Go
121-
uses: actions/setup-go@v6
122-
with:
123-
go-version: "1.25.7"
124-
cache: true
125-
cache-dependency-path: go.sum
126-
127-
- name: Download bench modules
128-
working-directory: bench
129-
run: go mod download
130-
131-
- name: Run benchmarks
132-
working-directory: bench
133-
run: go test -bench=. -benchmem -count=1 -timeout=10m ./...
110+
# ─── Benchmarks (disabled — run locally with `make bench`) ───────────
111+
# bench:
112+
# name: Benchmarks
113+
# runs-on: ubuntu-latest
114+
# needs: go
115+
#
116+
# steps:
117+
# - name: Checkout
118+
# uses: actions/checkout@v6
119+
#
120+
# - name: Set up Go
121+
# uses: actions/setup-go@v6
122+
# with:
123+
# go-version: "1.25.7"
124+
# cache: true
125+
# cache-dependency-path: go.sum
126+
#
127+
# - name: Download bench modules
128+
# working-directory: bench
129+
# run: go mod download
130+
#
131+
# - name: Run benchmarks
132+
# working-directory: bench
133+
# run: go test -bench=. -benchmem -count=1 -timeout=10m ./...
134134

135135
# ─── Docs ───────────────────────────────────────────────────────────
136136
docs:

0 commit comments

Comments
 (0)