charls/benchmark/README.md
Victor Derks 66a3605fd9
Add REUSE compatibility (#338)
- Follow the best practices of https://reuse.software/ to ensure BSD-3 licence is correctly applied.
- Add a badge to README.md
- Note: remove arm build as the CI pipeline is broken for this architecture
2024-12-04 12:33:36 +01:00

374 B

Benchmark

The Visual Studio project in this folder contains benchmarks to analyze different way of decoding and encoding functions.

The project expects that the Google Benchmark framework has been installed with vcpkg.
This can be done with: vcpkg install benchmark