Skip to content

benches: box_blur: Replace deprecated function

Ghost User requested to merge (removed):wip/ernestask/criterion into master

Criterion 0.3 deprecated Criterion::bench_function_over_inputs, to be replaced by BenchmarkGroup. This commit replaces the deprecated call in the suggested manner.

https://bheisler.github.io/criterion.rs/book/migrating_0_2_to_0_3.html

Closes #603 (closed)

Merge request reports