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 committed Feb 18, 2024
1 parent c54d4be commit bf3030c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ jobs:
uses: dtolnay/rust-toolchain@1.76.0

- uses: bencherdev/bencher@main
- run: wget --quiet -c "http://www.badgers-in-foil.co.uk/4d0660bd-5755-4917-9592-2e3d85736592.ts"

- name: Download test mpegts asset
run: wget --quiet -c "http://www.badgers-in-foil.co.uk/4d0660bd-5755-4917-9592-2e3d85736592.ts"

- run: |
cargo bench --bench ci_bench > perf.txt
- run: which bencher
- run: |
bencher run "cargo bench ci_bench" \
--branch "$GITHUB_REF_NAME" \
--err \
Expand Down

0 comments on commit bf3030c

Please sign in to comment.