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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃Ч [Maintenance]: Add Parallel Benchmarks #3048

Open
3 tasks done
efectn opened this issue Jun 29, 2024 · 0 comments
Open
3 tasks done

馃Ч [Maintenance]: Add Parallel Benchmarks #3048

efectn opened this issue Jun 29, 2024 · 0 comments

Comments

@efectn
Copy link
Member

efectn commented Jun 29, 2024

Maintenance Task Description

Current benchmarks are enough to see performance difference of any code changes. However they do not meet all requirements of real-world benchmarks.

Since we are running benchmarks sequantial, the benchmarks do not get affected by mutex or other concurrent blocker events. And this may cause not to see drawbacks of some code changes on benchmarks. This is why we have to add parallel benchmarks, especially for performance-intensive sections like router.

Impact on the Project

It will make code review easier to see performance impactions of mutex etc.

Additional Context (optional)

No response

Checklist:

  • I have confirmed that this maintenance task is currently not being addressed.
  • I understand that this task will be evaluated by the maintainers and prioritized accordingly.
  • I am available to provide further information if needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant