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

[Story] - Code Analysis - Setup nanobench to assess code performance #1232

Open
5 tasks
ladislas opened this issue Dec 28, 2022 · 0 comments
Open
5 tasks

[Story] - Code Analysis - Setup nanobench to assess code performance #1232

ladislas opened this issue Dec 28, 2022 · 0 comments
Labels
01 - type: story Clear roadmap to implement a new feature, refactor code, etc.

Comments

@ladislas
Copy link
Member

Description

It's really hard to assess code performance just by watching the code run and looking at logs.

Most of the time it's necessary to use external tools.

https://github.com/martinus/nanobench is one of them, that could be used to monitor code performance/speed for critical parts of our system.

Monitoring performance fluctuations between commits is an important aspect of code quality.

Related epic/story/task:

Subtasks

  • setup nanobench
  • make functional example
  • implement CI feedback for pull requests
  • decide which part of code are critical
  • list use cases we want to monitor
@ladislas ladislas added the 01 - type: story Clear roadmap to implement a new feature, refactor code, etc. label Dec 28, 2022
@ladislas ladislas added this to the Future Release milestone Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 - type: story Clear roadmap to implement a new feature, refactor code, etc.
Projects
None yet
Development

No branches or pull requests

1 participant