Skip to content

Commit

Permalink
Try to fix "Failed to spawn command: No such file or directory"
Browse files Browse the repository at this point in the history
  • Loading branch information
dholroyd authored Feb 18, 2024
1 parent 81ce9ac commit e62c039
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
uses: dtolnay/[email protected]

- uses: bencherdev/bencher@main
- run: wget -c "http://www.badgers-in-foil.co.uk/4d0660bd-5755-4917-9592-2e3d85736592.ts"
- run: wget --silent -c "http://www.badgers-in-foil.co.uk/4d0660bd-5755-4917-9592-2e3d85736592.ts"
- run: |
cargo bench --bench ci_bench > perf.txt
bencher run "cargo bench ci_bench" \
--branch "$GITHUB_REF_NAME" \
--err \
--adapter rust_iai \
"cargo bench --bench ci_bench"
--file "perf.txt"

0 comments on commit e62c039

Please sign in to comment.