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