bheisler / criterion.rs

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

Add support for reporting throughput and elements simultaneously. #722

Open vlovich opened 10 months ago

vlovich commented 10 months ago

Only hooked up for the CLI reporter for now, but it's pretty useful when doing data processing to understand both throughput variants when you're doing batch processing.

For the HTML report, this is equivalent to using Throughput::Elements although it may be useful to think about refining it to visualize both.

vlovich commented 10 months ago

@bheisler ping as requested in contribution guide

vlovich commented 8 months ago

@waywardmonkeys are you maintaining this by any chance?