Skip to content

Commit

Permalink
ci: Use Rust stable to benchmark
Browse files Browse the repository at this point in the history
Nightly might have performance regressions.
  • Loading branch information
larseggert committed Sep 20, 2024
1 parent d6279bf commit ed30633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_PROFILE_RELEASE_DEBUG: true
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
TOOLCHAIN: nightly
TOOLCHAIN: stable
RUSTFLAGS: -C link-arg=-fuse-ld=lld -C link-arg=-Wl,--no-rosegment, -C force-frame-pointers=yes
PERF_OPT: record -F997 --call-graph fp -g

Expand Down

0 comments on commit ed30633

Please sign in to comment.