]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Speed up benchmarks when run as part of gtest as it does not check data
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 17 Mar 2025 14:09:26 +0000 (15:09 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 7 Aug 2025 11:18:35 +0000 (13:18 +0200)
commit6edb8847ae0f27226b7250c645cc39b11665af83
tree62f42176ef3909a957922b86d8549c458f339522
parentf20b0145f37132a94304e2a1e8699089ea04f8cc
Speed up benchmarks when run as part of gtest as it does not check data
for correctness, making it only run each benchmark for 1 iteration, instead
of thousands or hundreds of thousands.

Add a separate CI step to crashtest benchmarks without collecting any coverage data.

Activate benchmarks in more arches.

Disable some warnings to avoid errors in compiling google benchmark.

Remove separate benchmark CI job, now included in other jobs instead.
.github/workflows/cmake.yml
test/benchmarks/CMakeLists.txt
test/benchmarks/benchmark_slidehash.cc