tests: add manual picture loader benchmark against the real card hosts

(cherry picked from commit 588d71d3b9a8278ab98b847802908f322c1035b7)
This commit is contained in:
Lukas Brübach 2026-09-06 11:29:40 +02:00 • committed by GitHub
parent 0d2305617a
commit fe1894ebd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 711 additions and 0 deletions

View file

@ -155,3 +155,9 @@ add_subdirectory(loading_from_clipboard)
add_subdirectory(movecard_tests)
add_subdirectory(oracle)
add_subdirectory(settings)
# picture_loader_benchmark links libcockatrice_settings, which only exists when
# a client/UI-capable target is being built.
if(WITH_ORACLE OR WITH_CLIENT)
add_subdirectory(picture_loader_benchmark)
endif()