Skip to content

Commit

Permalink
chore: Repair fibonacci bench
Browse files Browse the repository at this point in the history
- dtolnay/rust-toolchain adds cargo to the GITHUB_PATH, which isn't carried to the justfile environment apparently:
  https://github.com/dtolnay/rust-toolchain/blob/be73d7920c329f220ce78e0234b8f96b7ae60248/action.yml#L66C16-L66C49
- Added PATH settings to the bench environment file to improve its usability

Closes #1001
  • Loading branch information
huitseeker committed Dec 22, 2023
1 parent 483a7b8 commit 5b2d469
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benches/bench.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# cargo config
PATH="${CARGO_HOME:-$HOME/.cargo}/bin:$PATH"

# Lurk config
LURK_PERF=max-parallel-simple
LURK_RC=100,600
Expand Down

0 comments on commit 5b2d469

Please sign in to comment.