Skip to content

Commit 3be019d

Browse files
committed
Rename benchmarks/{dbscan => clustering}
1 parent c3ebac5 commit 3be019d

13 files changed

+2
-2
lines changed

benchmarks/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else()
3030
ENDIF()
3131

3232
add_subdirectory(brute_force_vs_bvh)
33-
add_subdirectory(dbscan)
33+
add_subdirectory(clustering)
3434
add_subdirectory(execution_space_instances)
3535
if(NOT WIN32)
3636
# FIXME: for now, skip the benchmarks using Google benchmark
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ add_executable(ArborX_Test_Clustering.exe
201201
utf_main.cpp
202202
)
203203
target_link_libraries(ArborX_Test_Clustering.exe PRIVATE ArborX Boost::unit_test_framework Boost::dynamic_linking)
204-
target_include_directories(ArborX_Test_Clustering.exe PRIVATE ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/benchmarks/dbscan)
204+
target_include_directories(ArborX_Test_Clustering.exe PRIVATE ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/benchmarks/clustering)
205205
add_test(NAME ArborX_Test_Clustering COMMAND ArborX_Test_Clustering.exe)
206206

207207
# compare results with a dataset of 1000 points from mlpack

0 commit comments

Comments
 (0)