Skip to content
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

Add a benchmark for 'getJacobian' #2326

Merged
merged 1 commit into from Aug 24, 2023
Merged

Add a benchmark for 'getJacobian' #2326

merged 1 commit into from Aug 24, 2023

Conversation

marioprats
Copy link
Contributor

Description

I'd like to evaluate some future changes to getJacobian that should speed-up the computation. The first step is to measure performance as it is now. This change adds a benchmark for getJacobian. This is the current output in my system.

-----------------------------------------------------------
Benchmark                  Time             CPU   Iterations
------------------------------------------------------------
BM_MoveItJacobian        425 ns          426 ns      1585349

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (3e5af1b) 50.73% compared to head (acb8c53) 50.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2326      +/-   ##
==========================================
- Coverage   50.73%   50.72%   -0.01%     
==========================================
  Files         386      386              
  Lines       31958    31958              
==========================================
- Hits        16212    16207       -5     
- Misses      15746    15751       +5     

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tylerjw tylerjw merged commit 47d92ef into moveit:main Aug 24, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants