We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987e93a commit 52273d1Copy full SHA for 52273d1
.github/workflows/codspeed.yml
@@ -64,4 +64,5 @@ jobs:
64
uses: CodSpeedHQ/action@v4
65
with:
66
mode: walltime
67
- run: echo "Running benchmarks..."
+ runner-version: latest
68
+ run: go test -bench=. ./benchmarks/...
0 commit comments