]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Don't run benchmarks as part of gtest, it would only prove that the benchmarks parametrized-testing 1885/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>
Wed, 19 Mar 2025 18:43:37 +0000 (19:43 +0100)
work but not show the results. It can take a long time.

test/benchmarks/CMakeLists.txt

index 0efed968788d34eb6be1c2dd5146305a36201c53..911689f6c174adab7cf053e9a8b3f282b877dfba 100644 (file)
@@ -62,9 +62,6 @@ if(WIN32)
     target_link_libraries(benchmark_zlib shlwapi)
 endif()
 
-add_test(NAME benchmark_zlib
-    COMMAND ${CMAKE_CROSSCOMPILING_EMULATOR} $<TARGET_FILE:benchmark_zlib>)
-
 if(WITH_BENCHMARK_APPS)
     option(BUILD_ALT_BENCH "Link against alternative zlib implementation" OFF)