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

New parameter for max concurrent seals #192

Merged
merged 1 commit into from
Sep 26, 2024
Merged

New parameter for max concurrent seals #192

merged 1 commit into from
Sep 26, 2024

Conversation

ZanCorDX
Copy link
Contributor

📝 Summary

Adds max_concurrent_seals to the cfg.
1 -> uses SequentialSealerBidMaker

1 -> uses ParallelSealerBidMaker(max_concurrent_seals)

💡 Motivation and Context

Needed to polish the optimal cfg for the new roothash algo.


✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

Copy link

Benchmark results for 6eb7f5f

Report: https://flashbots-rbuilder-ci-stats.s3.us-east-2.amazonaws.com/benchmark/6eb7f5f-00602cc/report/index.html

Date (UTC) 2024-09-26T14:33:42+00:00
Commit 6eb7f5fbd7358d7ee4faaff7c5205d5947ef745f
Base SHA 00602cc9b97173000afcf78047a72667a3a67cb1

Significant changes

Benchmark Mean Status
MEV-Boost SubmitBlock serialization/JSON encoding 57.47% Performance has degraded.

@ZanCorDX ZanCorDX merged commit 73629a2 into develop Sep 26, 2024
5 checks passed
@ZanCorDX ZanCorDX deleted the new-seal-cfg branch September 26, 2024 15:08
@ZanCorDX ZanCorDX restored the new-seal-cfg branch September 27, 2024 22:31
@ZanCorDX ZanCorDX deleted the new-seal-cfg branch September 27, 2024 22:37
astarinmymind pushed a commit that referenced this pull request Oct 3, 2024
## 📝 Summary

Adds max_concurrent_seals to the cfg.
1 -> uses SequentialSealerBidMaker
>1 -> uses ParallelSealerBidMaker(max_concurrent_seals)

## 💡 Motivation and Context

Needed to polish the optimal cfg for the new roothash algo.

---

## ✅ I have completed the following steps:

* [x] Run `make lint`
* [x] Run `make test`
* [ ] Added tests (if applicable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants