image-rs / image-png

PNG decoding and encoding library in pure Rust
https://docs.rs/png
Apache License 2.0
357 stars 140 forks source link

Benchmark varying sizes of IDATs and larger generated images #432

Closed fintelia closed 9 months ago

fintelia commented 10 months ago

This PR expands the range of generated noncompressed images for the benchmarks. In particular, it adds larger images that spill into the L3 cache and to RAM respectively, and varies the sizes of IDATs to be capped at 4KB, 64KB, or 2GB.

This also upgrades criterion to the last version.