Home Zune benchmarks
Post
Cancel

Zune benchmarks

This contains a permalink to the zune library benchmarks, reports provided by criterion

Currently, benchmarks are ran on my machine, but will hopefully soon move to a cloud provider

Machine Specs

FeatureValue
Model nameAMD Ryzen 5 4500U with Radeon Graphics
CPU family23
Model96
Thread(s) per core1
Core(s) per socket6
L1d192 KiB (6 instances)
L1i192 KiB (6 instances)
L23 MiB (6 instances)
L38 MiB (2 instances)

Benchmarks

here

Last Update Time

1st April 2023

Quirks

  • spng uses zlib-ng instead of default zlib

Replicating

The command to create this is as follows

Tested on Linux

1
2
3
4
5
6
7
# Clone the repo
git clone https://github.com/etemesi254/zune-image
# cd into the repo
cd ./zune-image
# compile and run benchmark
RUSTFLAGS='-C target-cpu=native' cargo bench --workspace

We run on the highest optimization possible on one’s computer, hence the RUSTFLAGS declaration to ensure the codecs are compiled with the sweetest, most cool CPU instructions to run in your machine.

Disclaimer

The purpose of this is to show how decoders fare up against one another.

The author does say that (currently) all zune- decoders are written by him,hence he may be biased on outputs,

If you feel such may be the case, feel free to file an issue, or a pull request implementing the correct benchmarks

This post is licensed under CC BY 4.0 by the author.