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 Comparison of Nightly Builds to Previous Releases #1

Open
jonaprieto opened this issue Feb 3, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jonaprieto
Copy link
Collaborator

jonaprieto commented Feb 3, 2023

We want to assess the performance of the latest nightly builds in comparison to the official releases of the software. This comparison aims to identify any potential improvements or regressions in performance and to ensure that the latest builds meet the standards of previous releases.

As part of the data, I'd expect to have in the README comparative charts like the following:

image

Regularly comparing the performance of our software to previous releases will help us to ensure that we are meeting expectations while maintaining a high level of quality.

Also, by comparing the nightly builds to previous releases, we can quickly identify and address any performance issues introduced by the latest changes and continue to improve the software.

Btw, I used this to produce the pic:

ListPlot[{.3, 0.4, .2, .6, .7} -> {"v0.2.5", "v0.2.6", "v0.2.7", 
   "v0.3", "NB-020323"}, LabelingFunction -> Above,
 Joined -> True,
 TargetUnits -> "Seconds",
 PlotTheme -> "Scientific"
 ]
@jonaprieto jonaprieto added the enhancement New feature or request label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant