added benchmark test suite

This commit is contained in:
2026-05-07 14:29:35 +02:00
parent 3d4a61749b
commit 5e6ba3666e
9 changed files with 261 additions and 173 deletions
+7
View File
@@ -32,10 +32,17 @@ add_executable(OrmTests
sql/StatementCacheTest.cpp
utils/auto_reset_event.cpp
utils/auto_reset_event.hpp
../utils/RecordingObserver.hpp
../utils/RecordingObserver.cpp
)
target_link_libraries(OrmTests matador-orm matador-core Catch2::Catch2WithMain)
target_include_directories(OrmTests
PRIVATE $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>/test
PRIVATE ${CMAKE_CURRENT_BINARY_DIR}
)
#target_compile_options(OrmTests PRIVATE -coverage)
#target_link_options(OrmTests PRIVATE -coverage)