@@ -32,9 +32,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3232- A ` --discard-baseline ` flag for discarding rather than saving benchmark results.
3333- Formal support for benchmarking code compiled to web-assembly.
3434- A ` --quiet ` flag for printing just a single line per benchmark.
35+ - A ` Throughput::BytesDecimal ` option for measuring throughput in bytes but printing them using
36+ decimal units like kilobytes instead of binary units like kibibytes.
3537
3638### Fixed
37- - When using ` bench_with_input ` , the input parameter will now be passed through ` black_box ` before
39+ - When using ` bench_with_input ` , the input parameter will now be passed through ` black_box ` before
3840 passing it to the benchmark.
3941
4042## [ 0.3.6] - 2022-07-06
@@ -502,12 +504,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
502504
503505- Initial release on Crates.io.
504506
505- <<<<<<< HEAD
506- [ unreleased ] : https://github.com/bheisler/criterion.rs/compare/0.3.4...HEAD
507- =======
508-
509507[ Unreleased ] : https://github.com/bheisler/criterion.rs/compare/0.3.6...HEAD
510- >>>>>>> master
511508[ 0.1.1 ] : https://github.com/bheisler/criterion.rs/compare/0.1.0...0.1.1
512509[ 0.1.2 ] : https://github.com/bheisler/criterion.rs/compare/0.1.1...0.1.2
513510[ 0.2.0 ] : https://github.com/bheisler/criterion.rs/compare/0.1.2...0.2.0
@@ -528,4 +525,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
528525[ 0.3.3 ] : https://github.com/bheisler/criterion.rs/compare/0.3.2...0.3.3
529526[ 0.3.4 ] : https://github.com/bheisler/criterion.rs/compare/0.3.3...0.3.4
530527[ 0.3.5 ] : https://github.com/bheisler/criterion.rs/compare/0.3.4...0.3.5
531- [ 0.3.5 ] : https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6
528+ [ 0.3.5 ] : https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6
0 commit comments