image/benches
2024-02-18 19:12:23 -08:00
..
copy_from.rs Run cargo fmt 2021-12-04 17:01:18 -05:00
decode.rs Fix webp benches 2023-08-26 23:20:29 -04:00
encode.rs Use ExtendedColorType when encoding (#2142) 2024-02-18 19:12:23 -08: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