Skip to content

Commit

Permalink
Fix typo in rclcpp_components benchmark_components (#2602)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard authored Aug 12, 2024
1 parent 6da8363 commit f961ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp_components/test/benchmark/benchmark_components.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ BENCHMARK_F(ComponentTest, create_node_instance)(benchmark::State & state)
}

// Choosing resource 0 - the other two test components were shown empirically to yield
// the same performance charactarisitics, so they shouldn't need their own benchmarks.
// the same performance characteristics, so they shouldn't need their own benchmarks.
const std::shared_ptr<rclcpp_components::NodeFactory> factory =
manager->create_component_factory(resources[0]);

Expand Down

0 comments on commit f961ca7

Please sign in to comment.