]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Speed up benchmarks when run as part of gtest as it does not check data gbench-skip 1892/head
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>
Mon, 14 Apr 2025 10:18:06 +0000 (12:18 +0200)
commit2503fa7a483b03a7671027872f9b7130e7b9c6ef
tree07285990097ffc81e79fca5bd546406bbd524ea7
parenteb76eca8c70f1132735d05766681f7593fb91321
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