-
Notifications
You must be signed in to change notification settings - Fork 421
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
test: Added more benchmarks for the executor #2430
base: rolling
Are you sure you want to change the base?
Conversation
Should we add the events executor to this list of benchmarks? |
6994cf3
to
851ff29
Compare
@alsora I added the events executor to the cascaded test. Its around 10x faster then the other executors... Feel free to add it to more tests. Note some benchmark tests don't make sense for the events executor, like waitset rebuild. |
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.
Hi @jmachowinski, can you rebase your branch so we can start CI again and this merged? |
Signed-off-by: Janosch Machowinski <[email protected]>
851ff29
to
5529044
Compare
rebased |
@jmachowinski I think this needs a pass on linting. |
Added additional benchmarks for the executors
@mjcarroll These are the benchmarks you requested in #2142.