Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix aggregator stress test #2287

Merged
merged 3 commits into from
Feb 10, 2025
Merged

Conversation

dlachaume
Copy link
Collaborator

@dlachaume dlachaume commented Feb 7, 2025

Content

This PR fixes an issue with the aggregator stress test by implementing the following changes:

  • Replace the default value for mithril-era from thales to pythagoras.
  • Adapt computed protocol messages to include the required message parts: NextAggregateVerificationKey and NextProtocolParameters.

Additionally, the default value for mithril-era in the end-to-end tests has been updated from thales to pythagoras.


Note: These modifications affect the execution time of the aggregator stress test due to the increased size of the messages that need to be signed. Since the aggregator stress test is mainly triggered by a nightly workflow, the impact should be minimal.

Before:
Number of concurrent signers: 500
Number of concurrent clients: 1000
Average execution duration: 3min30s

With the modifications:
Number of concurrent signers: 500
Number of concurrent clients: 1000
Average execution duration: 9min10s

Pre-submit checklist

  • Branch
    • Crates versions are updated (if relevant)
    • Commit sequence broadly makes sense
    • Key commits have useful messages
  • PR
    • No clippy warnings in the CI
    • Self-reviewed the diff
    • Useful pull request description
    • Reviewer requested

Issue(s)

Closes #2299

@dlachaume dlachaume changed the title [WIP] fix: use pythagoras as default era value and adapt protocol m… Fix aggregator stress test Feb 7, 2025
Copy link

github-actions bot commented Feb 7, 2025

Test Results

    4 files  ±0     56 suites  ±0   21m 34s ⏱️ +35s
1 596 tests ±0  1 596 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 900 runs  ±0  1 900 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit fadb6c8. ± Comparison against base commit 38a7584.

♻️ This comment has been updated with latest results.

@dlachaume dlachaume temporarily deployed to testing-sanchonet February 7, 2025 15:26 — with GitHub Actions Inactive
@dlachaume dlachaume self-assigned this Feb 7, 2025
@dlachaume dlachaume temporarily deployed to testing-sanchonet February 7, 2025 15:51 — with GitHub Actions Inactive
@dlachaume dlachaume force-pushed the dlachaume/fix-aggregator-stress-test branch from d9734bd to 27ae3fe Compare February 7, 2025 16:00
@dlachaume dlachaume temporarily deployed to testing-sanchonet February 7, 2025 16:11 — with GitHub Actions Inactive
@dlachaume dlachaume temporarily deployed to testing-sanchonet February 7, 2025 16:41 — with GitHub Actions Inactive
@dlachaume dlachaume force-pushed the dlachaume/fix-aggregator-stress-test branch from 08c438d to 59b7842 Compare February 10, 2025 09:31
@dlachaume dlachaume temporarily deployed to testing-sanchonet February 10, 2025 09:42 — with GitHub Actions Inactive
@dlachaume dlachaume temporarily deployed to testing-sanchonet February 10, 2025 10:28 — with GitHub Actions Inactive
@dlachaume dlachaume temporarily deployed to testing-sanchonet February 10, 2025 11:00 — with GitHub Actions Inactive
@dlachaume dlachaume force-pushed the dlachaume/fix-aggregator-stress-test branch from bd03a6e to 2657710 Compare February 10, 2025 11:23
@dlachaume dlachaume force-pushed the dlachaume/fix-aggregator-stress-test branch from 2657710 to 2a5af5b Compare February 10, 2025 11:26
@dlachaume dlachaume temporarily deployed to testing-sanchonet February 10, 2025 11:37 — with GitHub Actions Inactive
@dlachaume dlachaume marked this pull request as ready for review February 10, 2025 11:58
Copy link
Member

@jpraynaud jpraynaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

* mithril-end-to-end from `0.4.67` to `0.4.68`
@dlachaume dlachaume temporarily deployed to testing-sanchonet February 10, 2025 14:14 — with GitHub Actions Inactive
@dlachaume dlachaume merged commit 6bba7ec into main Feb 10, 2025
37 of 41 checks passed
@dlachaume dlachaume deleted the dlachaume/fix-aggregator-stress-test branch February 10, 2025 14:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aggregator stress test is failing
3 participants