Skip to content

Commit

Permalink
Removed benchmark catkin that's not used
Browse files Browse the repository at this point in the history
  • Loading branch information
smauq committed Apr 19, 2023
1 parent 0cac63a commit 75d7ef4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 77 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@
[submodule "dependencies/internal/plotty"]
path = dependencies/internal/plotty
url = git@github.com:ethz-asl/plotty.git
[submodule "dependencies/3rdparty/benchmark_catkin"]
path = dependencies/3rdparty/benchmark_catkin
url = git@github.com:ethz-asl/benchmark_catkin.git
[submodule "dependencies/internal/ros-system-monitor"]
path = dependencies/internal/ros-system-monitor
url = git@github.com:ethz-asl/ros-system-monitor
Expand Down
1 change: 0 additions & 1 deletion dependencies/3rdparty/benchmark_catkin
Submodule benchmark_catkin deleted from 5018b4
9 changes: 3 additions & 6 deletions map-structure/vi-map/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,9 @@ catkin_add_gtest(
test_edge_merging test/test_edge_merging.cc)
target_link_libraries(test_edge_merging ${PROJECT_NAME})

##############
# BENCHMARKS #
##############
add_benchmark(benchmark_map_serialization test/benchmark-vi-map-serialization.cc)
target_link_libraries(benchmark_map_serialization ${PROJECT_NAME})
maplab_import_test_maps(benchmark_map_serialization)
##########
# EXPORT #
##########

cs_install()
cs_export()
1 change: 0 additions & 1 deletion map-structure/vi-map/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<depend>aslam_cv_common</depend>
<depend>aslam_cv_frames</depend>
<depend>aslam_serialization</depend>
<depend>benchmark_catkin</depend>
<depend>eigen_catkin</depend>
<depend>eigen_checks</depend>
<depend>gflags_catkin</depend>
Expand Down
66 changes: 0 additions & 66 deletions map-structure/vi-map/test/benchmark-vi-map-serialization.cc

This file was deleted.

0 comments on commit 75d7ef4

Please sign in to comment.