-
Notifications
You must be signed in to change notification settings - Fork 297
Use criterion
for benchmark
#609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
You'll need to bump the minimum Rust version to 1.74 in Cargo.toml and in the CI configuration. Since Cargo now supports MSRV-aware resolution. |
7d506e3
to
132d31e
Compare
@Amanieu done |
Personally, I've come to prefer divan, but it's not terribly important either way. |
@@ -82,7 +82,7 @@ jobs: | |||
steps: | |||
- uses: actions/checkout@v3 | |||
- uses: dtolnay/rust-toolchain@nightly | |||
- uses: dtolnay/rust-toolchain@1.65.0 # MSRV | |||
- uses: dtolnay/rust-toolchain@1.74.0 # MSRV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of our dev-dependencies needs 1.81. We can just raise the MSRV: since the cargo resolver now takes this into account it will no longer break people's builds.
Supercedes #243
Related to #4
Version of
rayon
was changed from^1.2
to^1.3
since it's required bycriterion
.