bheisler / criterion.rs

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

[Feat request] Add `Throughput::Operations to report throughput in operations per seconds #692

Open mratsim opened 1 year ago

mratsim commented 1 year ago

In many domains throughput is reported in operations per seconds:

Currently this can be worked around by setting Throughput::Elements(1) but the display obviously uses elems/s instead of ops/s