Description
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:
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"
]