Add benchmark. Looks slow :/
This commit is contained in:
@@ -189,6 +189,10 @@ if(BUILD_TESTING)
|
||||
add_test(NAME versioned_map_blackbox_${hash} COMMAND driver ${TEST})
|
||||
endforeach()
|
||||
|
||||
add_executable(bench Bench.cpp)
|
||||
target_compile_options(bench PRIVATE ${TEST_FLAGS})
|
||||
target_link_libraries(bench PRIVATE ${PROJECT_NAME} nanobench)
|
||||
|
||||
# symbol visibility tests
|
||||
if(NOT CMAKE_BUILD_TYPE STREQUAL Debug)
|
||||
if(APPLE)
|
||||
|
Reference in New Issue
Block a user