Added a sample for benchmarking

This commit is contained in:
jpekkila
2020-03-30 17:22:41 +03:00
parent cc64968b9e
commit af531c1f96
3 changed files with 126 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ if (BUILD_SAMPLES)
add_subdirectory(samples/ctest)
add_subdirectory(samples/cpptest)
add_subdirectory(samples/mpitest)
add_subdirectory(samples/benchmark)
endif()
if (BUILD_STANDALONE)