Skip to content
Open
7 changes: 4 additions & 3 deletions benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ include(addGoogleBench)
find_package(Threads)

set(SAMURAI_BENCHMARKS
benchmark_celllist_construction.cpp
benchmark_search.cpp
benchmark_set.cpp
#~ benchmark_celllist_construction.cpp
#~ benchmark_search.cpp
#~ benchmark_set.cpp
benchmark_subset.cpp
main.cpp
)

Expand Down
Loading