Skip to content

Commit ce4e36b

Browse files
committed
disable caching
1 parent 5c220cb commit ce4e36b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go-benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
uses: CodSpeedHQ/action@6a8e2b874c338bf81cc5e8be715ada75908d3871 # v4.3.4
3232
with:
3333
mode: walltime
34-
run: make for-all-target TARGET="benchmark"'
34+
run: make for-all-target TARGET="benchmark"'
35+
cache-instruments: false

0 commit comments

Comments
 (0)