bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.31k stars 292 forks source link

Fix Label::is_outlier() #713

Closed divergentdave closed 7 months ago

divergentdave commented 11 months ago

This fixes an enum's predicate method that was incorrectly rewritten when adopting the matches! macro. Fixing this makes the "clean sample" blue dots show up on PDF charts again.

waywardmonkeys commented 9 months ago

@divergentdave Could you rebase this forward so that the CI can pass?