-
-
Notifications
You must be signed in to change notification settings - Fork 73
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 compilation performance regression tests #57
Comments
Some initial runtime performance benchmarks have been added here: #104 |
Howdy, I'd like to have a go at tackling this. It may take a little time since I'll need to learn a little about the libraries in question, and don't have a huge amount of time at the moment, but it doesn't seem super difficult. Do we have a definition of done for this issue? Is it a case of setting up the framework and adding "some" regression tests? |
Hi, thank you for helping out! 🙂 The most uncertain part is the Continuous Integration. As we don't have dedicated hardware, our regression tests will suffer from variable workloads. That will probably result in a lot of false positives/negatives. Until we find enough funding or a sponsor, we will probably need to manually run these regression tests periodically (and consequently pinpoint regressions in history) and ask suspect PRs to do the same. So no need to worry about that aspect. W.r.t. specific tests, you could:
Metrics that we'll want to benchmark are:
Overall, that might be quite some work, so feel free to only implement a subset of these in your first PR. |
Great, thanks for the clarification and tips! That's a shame re: CI, but I guess that can be fixed down the track. It all sounds like good fun and I'm excited to be involved, will try and open a WIP PR some time soon to keep the discussion going. |
Hi @ChrisPWill. How has your work on this been going? Do you need any help? |
Hi @ChrisPWill. As we haven't heard from you in a while, I'm removing you as the assignee for this issue, such that other people can also try their luck. We hope to see you back in the Mun community soon! When you do pick this issue back up, please post a message here 🙂 |
cargo test
)closes #57
. If this is your first PR, welcome 🎉 😄This could be combined with #58
The text was updated successfully, but these errors were encountered: