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

Max TPS Mixed mission is too pessimistic #218

Open
marta-lokhova opened this issue Oct 8, 2024 · 1 comment
Open

Max TPS Mixed mission is too pessimistic #218

marta-lokhova opened this issue Oct 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working core-team Issue can be worked on by the core team

Comments

@marta-lokhova
Copy link
Contributor

it looks like currently our Max TPS Mixed Load mission is too aggressive

  • Its instruction distribution is too pessimistic, which causes ledgers to take a long time to apply (~7 seconds)
  • Its "Upload WASM" weight is too high, causing core to run into 5MB block size limitation for Soroban transactions.

We should configure the mission similarly to Classic Max TPS test, where the idea is to submit basic payment load in order to measure theoretical max TPS. For Soroban-related load tests, I think this means we can do only invoke host ops (so no wasm uploads), and tailor resource distributions to mimic payments.

@marta-lokhova marta-lokhova added bug Something isn't working core-team Issue can be worked on by the core team labels Oct 8, 2024
@bboston7
Copy link
Contributor

#220 fixes the first bullet point. I'll fix the second one once that merges.

@bboston7 bboston7 self-assigned this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core-team Issue can be worked on by the core team
Projects
None yet
Development

No branches or pull requests

2 participants