How do I use cargo-multivers with Criterion? #3
-
I use |
Beta Was this translation helpful? Give feedback.
Answered by
ronnychevalier
Dec 15, 2023
Replies: 1 comment 1 reply
-
You cannot use Feel free to add an issue or submit a PR to improve the support of this use case! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cfkaran2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You cannot use
cargo multivers
withcargo criterion
for the moment.The current version of
cargo multivers
only has the ability to build a binary crate from a package.Building a specific binary from a package or a building a benchmark from a package, are not supported use cases yet.
Feel free to add an issue or submit a PR to improve the support of this use case!