We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ac523 commit 39c4533Copy full SHA for 39c4533
1 file changed
.github/workflows/codspeed.yml
@@ -10,7 +10,7 @@ jobs:
10
benchmarks:
11
name: Run benchmarks
12
runs-on: ubuntu-latest
13
-
+
14
services:
15
postgres:
16
image: postgres:10.8
@@ -29,7 +29,7 @@ jobs:
29
- name: Set up Go
30
uses: actions/setup-go@v5
31
with:
32
- go-version: '1.21'
+ go-version: "1.21"
33
id: go
34
35
- name: Set up Go environment paths
@@ -63,6 +63,5 @@ jobs:
63
- name: Run CodSpeed benchmarks
64
uses: CodSpeedHQ/action@v4
65
66
- mode: time
67
- token: ${{ secrets.CODSPEED_TOKEN }}
68
- run: go test -bench=. ./benchmarks/...
+ mode: walltime
+ run: go test -bench=. ./benchmarks/...
0 commit comments