Removed variant benchmark

Signed-off-by: ahcorde <ahcorde@gmail.com>
This commit is contained in:
ahcorde 2020-10-05 12:00:24 +02:00 committed by Alejandro Hernández Cordero
parent b981951677
commit bba14e9318
2 changed files with 0 additions and 251 deletions

View file

@ -94,14 +94,6 @@ if(BUILD_TESTING)
"rcutils"
)
endif()
add_performance_test(benchmark_variant test/benchmark/benchmark_variant.cpp)
if(TARGET benchmark_variant)
target_link_libraries(benchmark_variant ${PROJECT_NAME})
ament_target_dependencies(benchmark_variant
"rcutils"
)
endif()
endif()
ament_export_dependencies(ament_cmake libyaml_vendor)