We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to benchmark the performances of the aggregator with the stress test tool and use them to identify bottlenecks.
Create a benchmark tool using the stress test tool to produce statistics of performances given different number of signers and clients.
[Nmin,Nmax]x[Mmin,Mmax]
Nmax
Nmin
Mmax
Mmin
The text was updated successfully, but these errors were encountered:
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:
Sorry, something went wrong.
jpraynaud
Successfully merging a pull request may close this issue.
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
[Nmin,Nmax]x[Mmin,Mmax]
where:Nmax
(Nmin
) is the maximum (minimum) number of signers that an aggregator can sustain without clientsMmax
(Mmin
) is the maximum (minimum) number of clients that an aggregator can sustain without signersNext
The text was updated successfully, but these errors were encountered: