bheisler / criterion.rs

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

Remove is terminal dependency #745

Closed psvri closed 10 months ago

psvri commented 10 months ago

Hello,

In rust 1.70 IsTerminal is stabilized. This PR removes the is-terminal dependency which removes some large dependencies.

This PR does bump up the MSRV, but given that we are removing a large dependency I feel its a worthy looking into.