]> 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-git@circlestorm.org>
Sat, 26 Jul 2025 18:45:53 +0000 (20:45 +0200)
commit9ae43172216410c37be7a2d32734ff11877bb6ba
tree62f42176ef3909a957922b86d8549c458f339522
parentebcb120e6b22001ea8301add92b51b99b9ddf18f
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