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

Performance testing utility #59

Open
mmontag opened this issue May 18, 2024 · 1 comment
Open

Performance testing utility #59

mmontag opened this issue May 18, 2024 · 1 comment

Comments

@mmontag
Copy link
Contributor

mmontag commented May 18, 2024

On the topic of CPU issues and regressions, I think it would be really useful to have some kind of utility for benchmarking performance and testing for regressions.

This doesn't have to be formal test code or integrated into Github actions for now. It could be a little script or C++ file.
It just needs to render some MIDI fixtures to WAV files and spit out some perf stats comparing local changes to master.

Then we'll be in a good position to improve performance.

The advanced version of this would automatically run against pull requests and attach its output to the PR, but again, that's not really necessary.

WDYT?

@skjelten
Copy link
Owner

I am very positive to all efforts towards adding automated tests. Since the CPU usage seems to be our biggest challenge at the moment, and something we need to improve a lot, it is a good candidate for focus on the first test.

Note that this is a field where I have no practical experience myself, so I will leave it for others to suggest a path forward.

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

No branches or pull requests

2 participants