Added google benchmark support + small test

This commit is contained in:
emeric
2024-01-07 15:49:30 +01:00
parent 5882e61886
commit 19b0856dac
6 changed files with 211 additions and 138 deletions
+9
View File
@@ -0,0 +1,9 @@
add_executable(bench-som
SomBench.cpp
)
target_link_libraries(bench-som PRIVATE
lmssom
benchmark
)