-
Notifications
You must be signed in to change notification settings - Fork 348
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
Spam Mocha and analyze block times #4212
Comments
Looks like Mocha blocks over the past week haven't been that full so yes we need to spam it. I originally tried
but I'm observing some logs of the form
so trying this instead
|
It's kinda tough to get consistently full blocks b/c the txs land in different blocks. For example logs look like
and then there are a bunch of consecutive blocks that are all > 1 MiB but rarely > 2 MiB |
I let txsim run on Mocha over night but 2 of the 5 terminal tabs hit:
Blocks on Mocha don't come near 8 MiB so next steps are:
|
Update, I think my previous issue was that I was overwhelming one server. I got Mocha block utilization higher by spreading out txsim across multiple endpoints. I'm running against 4 GRPC endpoints:
blocks are > 4 MiB: |
Going to close this b/c
|
Context
Mocha increased to 8 MiB blocks.
Problem
We want to be confident that block times can remain ~6 seconds with full 8 MiB blocks.
Proposal
The text was updated successfully, but these errors were encountered: