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

Wind Tunnel results analysis #6

Open
ThetaSinner opened this issue Mar 11, 2024 · 3 comments
Open

Wind Tunnel results analysis #6

ThetaSinner opened this issue Mar 11, 2024 · 3 comments

Comments

@ThetaSinner
Copy link
Collaborator

ThetaSinner commented Mar 11, 2024

Wind Tunnel reports its results to InfluxDB and there are dashboards for the InfluxDB UI that give you some insight about what is happening during scenario execution. As a reporting and analysis mechanism though this is limited in value. Rather than a graph that gives an overview of all the data, we need a summary that captures key results and can be compared across versions of Holochain.

In a way that is as automated as possible we need to build a report that:

  • Presents key metrics for Holochain
  • Calculates and presents the % and absolute improvement or regression against a given previous report
  • Keeps reports separate by hardware/target environment so that, for example, two reports for HPs and HP+s are treated as different

We should publish reports alongside Holochain releases so that users get an insight into the changes they can expect. For minor version releases (e.g. 0.3.0) we should produce a diff report against the previous relevant version (e.g. 0.2.6) so that people can understand the differences when upgrading across these larger boundaries than just patch releases or weekly releases.

AC:

  • measure hard-coded key metrics
  • save in a report file
  • upload the report file
  • create a diff to previous report of same version line
  • upload the diff report
  • automate this process
@ThetaSinner ThetaSinner added this to the Wind Tunnel v1 milestone Mar 11, 2024
@ThetaSinner
Copy link
Collaborator Author

Best estimate for this issue is 1 week.

@jost-s
Copy link

jost-s commented Apr 25, 2024

Questions:

  • In what format should the report be written?
  • Where should it be stored and uploaded to?
  • How automated is first pass?

@jost-s
Copy link

jost-s commented Apr 29, 2024

There is some analysis capability in InfluxDB that we may use to query for the relevant data.

Export reports to JSON.

It would be nice for the community to be able to see performance reports at a public location.

Automate the report and diff report creation.

Take key metrics from https://hackmd.io/PeSYrCYaTeGW3Zz8ju77ug?view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready
Development

No branches or pull requests

3 participants