-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial ament_cmake_google_benchmark package #261
Conversation
Signed-off-by: Scott K Logan <logans@cottsay.net>
PR build will fail until ament/google_benchmark_vendor#1 is fully released. Also, we need to get ament/google_benchmark_vendor into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR build will fail until ament/google_benchmark_vendor#1 is fully released.
Should this PR be held until the release has happened?
Yes. This PR will not be merged until |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beside the inline questions this LGTM.
ament_cmake_google_benchmark/cmake/ament_add_google_benchmark_test.cmake
Outdated
Show resolved
Hide resolved
Also add `google_benchmark` label. This mirrors many other ament tests, where a label is added for a category and also for the runner mechanism. Signed-off-by: Scott K Logan <logans@cottsay.net>
This reverts part of commit eb9e292. Signed-off-by: Scott K Logan <logans@cottsay.net>
c4a2c36
to
583d572
Compare
Signed-off-by: Scott K Logan <logans@cottsay.net>
Signed-off-by: Scott K Logan <logans@cottsay.net>
Requires ament/google_benchmark_vendor#1
I left the result schema conversion part of the wrapper marked with a
TODO
for now, but I'd like to make this package available right away to unblock other folks to start writing tests.