image/benches
2024-09-04 14:40:13 +02:00
..
blur.rs initial implementation of fast blur 2024-09-04 14:40:13 +02:00
copy_from.rs Clippy 2024-06-28 12:01:06 +01:00
decode.rs Clippy 2024-06-28 12:01:06 +01:00
encode.rs Clippy 2024-06-28 12:01:06 +01:00
fast_blur.rs initial implementation of fast blur 2024-09-04 14:40:13 +02:00
README.md add a README to benches folder explaining how to run benchmarks 2019-05-05 19:52:51 +02:00

Getting started with benchmarking

To run the benchmarks you need a nightly rust toolchain. Then you launch it with

cargo +nightly bench --features=benchmarks