Skip to content

How to test latency performance with different data size? #74

Description

@chaoli2

I notice that there are multiple message types defined with different data size. I've tried "Array1k"(default size in README), "Array4k", "Array16k", "Array60k"(why noy 64k...), "Array1m" and "Array2m" with below command or similar:

ros2 run performance_test perf_test -c ROS2 -l log -t Array4k --max_runtime 120

Above message types all work well.

But when I move forward to "Array4m", I got below error message:

ros2 run performance_test perf_test -c ROS2 -l log -t Array4m --max_runtime 120

terminate called after throwing an instance of 'std::runtime_error'
  what(): a topic with the requested name does not exist or communication mean not supported.

When I switch my test to PointCloud message type, there are not any responding when executing below command

ros2 run performance_test perf_test -c ROS2 -l log -t PointCloud1m --max_runtime 120

What command and parameter should I use when testing PointCloud message type?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions