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

validator registration benchmarking #6

Closed
metachris opened this issue Jun 24, 2022 · 2 comments
Closed

validator registration benchmarking #6

metachris opened this issue Jun 24, 2022 · 2 comments

Comments

@metachris
Copy link
Collaborator

metachris commented Jun 24, 2022

https://github.com/flashbots/boost-relay/blob/main/server/service.go#L122

For now: benchmark only the signature validation

@metachris
Copy link
Collaborator Author

Maybe we don't even want this... because the server spins up a goroutine for every request this might already use all available CPUs.

The first task is to benchmark the time it takes to decode and verify 10/100/1000 registrations, and take it from there.

@metachris metachris changed the title validator registration improvements validator registration benchmarking Jun 28, 2022
@metachris
Copy link
Collaborator Author

See flashbots/go-boost-utils#16

michaelneuder referenced this issue in michaelneuder/mev-boost-relay Mar 24, 2023
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

No branches or pull requests

1 participant