Skip to content

Performance Comparison of Nightly Builds to Previous Releases #1

Open
@jonaprieto

Description

@jonaprieto

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions