bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.43k stars 298 forks source link

deps: Require itertools 0.13 #793

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 1 month ago

Itertools API changed slightly and they deprecated group_by,so just require latest for now.

Also, remove uses of #[macro_use] and extern crate with itertools.