bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.55k stars 301 forks source link

Use dep syntax for enabling optional dependencies. #798

Closed waywardmonkeys closed 2 months ago

waywardmonkeys commented 2 months ago

This prevents creating implicit features and also prevents these from showing up as features that can be enabled when using cargo add criterion.

waywardmonkeys commented 2 months ago

This now also improves the configuration of async_futures to be more typical.