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 Performance profiling #543

Open
3 tasks
cehartun opened this issue Nov 7, 2024 · 0 comments
Open
3 tasks

Add Performance profiling #543

cehartun opened this issue Nov 7, 2024 · 0 comments
Assignees

Comments

@cehartun
Copy link
Collaborator

cehartun commented Nov 7, 2024

As a developer
I want to add performance profiling to the Controller to measure the performance.

Reason (Why?)
Why do you want this feature? What goals should be achieved? Is your issue related to a problem?

We do not have values about the performance and the goal is to be able to track changes when code is adjusted. This should help solve performance issues.

Solution (What?)
Describe the suggested solution (Don't repeat the reason again)

Adding profiling via pyinstrument

Out of scope
Anything that is out of scope and shall not be implemented

Performance improvments shall be made in separate requests

Relation to other Issues
Provide additional context (link relevant issues)
#538

Acceptance criteria
Describe acceptance criteria for testing (Don't repeat reason and solution again)

  • pyinstrument is added as a library
  • a report is generated with metrics about the performance of different functions
  • the analysis should be toggable via a feature flag
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

When branches are created from issues, their pull requests are automatically linked.

2 participants