charls/benchmark
Victor Derks 3d8c59fc61
Add a unit test for unsupported mixed interleave modes (#201)
CharLS doesn't support mixing interleave modes.
Add a unit test to ensure that CharLS will throw a not supported exception.
The actual checking was already done.

Note: also resolve some static analyzer warnings, reported with the latest version of ReSharper\clang-tidy.
2022-10-08 13:08:40 +02:00
..

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