Closed bantonsson closed 2 months ago
When adding proptest as a dev-dependency it will add libm transitively no matter what, and this has noticeable effect on our criterion benchmarks.
proptest
dev-dependency
libm
This happens even if you add proptest like this:
proptest = {version = "1.5", features = ["std"], default-features = false}
This got closed when i switched branch from master to main. I'll re-open against the main branch.
When adding
proptest
as adev-dependency
it will addlibm
transitively no matter what, and this has noticeable effect on our criterion benchmarks.This happens even if you add
proptest
like this: