We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f317ec1 commit e70400bCopy full SHA for e70400b
1 file changed
.github/workflows/ci.yml
@@ -86,9 +86,14 @@ jobs:
86
- name: Run the benchmarks
87
uses: CodSpeedHQ/action@main
88
with:
89
- run: cargo r --release --manifest-path ../go-runner/Cargo.toml -- test -bench=BenchmarkFibonacciDarwin example -benchtime=500ms
+ run: |
90
+ echo "PATH=$PATH"
91
+ which -a go
92
+ go env GOROOT || echo "go env GOROOT exited $?"
93
+ cargo r --release --manifest-path ../go-runner/Cargo.toml -- test -bench=BenchmarkFibonacciDarwin example -benchtime=500ms
94
working-directory: example
95
mode: walltime
96
+ runner-version: branch:main
97
98
go-runner-benchmarks:
99
runs-on: codspeed-macro
0 commit comments