Skip to content

Commit 39c4533

Browse files
committed
--wip-- [with ci]
1 parent 36ac523 commit 39c4533

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/codspeed.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
benchmarks:
1111
name: Run benchmarks
1212
runs-on: ubuntu-latest
13-
13+
1414
services:
1515
postgres:
1616
image: postgres:10.8
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: '1.21'
32+
go-version: "1.21"
3333
id: go
3434

3535
- name: Set up Go environment paths
@@ -63,6 +63,5 @@ jobs:
6363
- name: Run CodSpeed benchmarks
6464
uses: CodSpeedHQ/action@v4
6565
with:
66-
mode: time
67-
token: ${{ secrets.CODSPEED_TOKEN }}
68-
run: go test -bench=. ./benchmarks/...
66+
mode: walltime
67+
run: go test -bench=. ./benchmarks/...

0 commit comments

Comments
 (0)