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

Benchmark aggregator performances #1220

Closed
5 tasks done
jpraynaud opened this issue Sep 8, 2023 · 1 comment · Fixed by #1271
Closed
5 tasks done

Benchmark aggregator performances #1220

jpraynaud opened this issue Sep 8, 2023 · 1 comment · Fixed by #1271
Assignees
Labels
performances 🥇 Performances

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Sep 8, 2023

Why

We need to benchmark the performances of the aggregator with the stress test tool and use them to identify bottlenecks.

What

Create a benchmark tool using the stress test tool to produce statistics of performances given different number of signers and clients.

How

  • Run a series of stress tests on the aggregator over a bi-dimensional range of parameters [Nmin,Nmax]x[Mmin,Mmax] where:
    • Nmax (Nmin) is the maximum (minimum) number of signers that an aggregator can sustain without clients
    • Mmax (Mmin) is the maximum (minimum) number of clients that an aggregator can sustain without signers
  • Gather statistics over this range and prepare a spreadsheet with:
    • Visual representations (e.g. bubble chart)
    • Phase duration statistics
  • Add README to explain how to use the benchmark tool

Next

  • Identify bottlenecks zones (failure or high duration for phases)
  • Analyze bottlenecks and file issues
@jpraynaud
Copy link
Member Author

jpraynaud commented Sep 28, 2023

This is the spreadsheet used for reporting and analysis of aggregator benchmark runs: https://docs.google.com/spreadsheets/d/10ojWfDjj25GVzz3lAH9ih5ANuhbkCXf_n5k49LhoZLg

And this is an example of the visual representation of the benchmark:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performances 🥇 Performances
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant