Skip to content

Commit e70400b

Browse files
committed
wip: use latest runner for flamegraphs
1 parent f317ec1 commit e70400b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,14 @@ jobs:
8686
- name: Run the benchmarks
8787
uses: CodSpeedHQ/action@main
8888
with:
89-
run: cargo r --release --manifest-path ../go-runner/Cargo.toml -- test -bench=BenchmarkFibonacciDarwin example -benchtime=500ms
89+
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
9094
working-directory: example
9195
mode: walltime
96+
runner-version: branch:main
9297

9398
go-runner-benchmarks:
9499
runs-on: codspeed-macro

0 commit comments

Comments
 (0)