Skip to content

Commit

Permalink
Remove deprecated functions benchmark tests (#122) (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
Co-authored-by: Miguel Company <[email protected]>
  • Loading branch information
Crola1702 and MiguelCompany authored Nov 25, 2024
1 parent 8a25101 commit 681df9e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 172 deletions.
5 changes: 0 additions & 5 deletions rosidl_typesupport_fastrtps_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ if(BUILD_TESTING)
${PROJECT_NAME} osrf_testing_tools_cpp::memory_tools)
endif()

add_performance_test(benchmark_string_conversions test/benchmark/benchmark_string_conversions.cpp)
if(TARGET benchmark_string_conversions)
target_link_libraries(benchmark_string_conversions ${PROJECT_NAME})
endif()

find_package(ament_cmake_pytest REQUIRED)
ament_add_pytest_test(test_cli_extension test/test_cli_extension.py)
endif()
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions rosidl_typesupport_fastrtps_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ if(BUILD_TESTING)
${PROJECT_NAME} osrf_testing_tools_cpp::memory_tools)
endif()

add_performance_test(benchmark_string_conversions test/benchmark/benchmark_string_conversions.cpp)
if(TARGET benchmark_string_conversions)
target_link_libraries(benchmark_string_conversions ${PROJECT_NAME})
endif()

find_package(ament_cmake_pytest REQUIRED)
ament_add_pytest_test(test_cli_extension test/test_cli_extension.py)
endif()
Expand Down

This file was deleted.

0 comments on commit 681df9e

Please sign in to comment.