-
Notifications
You must be signed in to change notification settings - Fork 62
feat(l2): bench job #2663
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
feat(l2): bench job #2663
Conversation
Lines of code reportTotal lines added: Detailed view
|
Successful run: https://github.com/lambdaclass/ethrex/actions/runs/14803522566/job/41567485293 TODO:
|
Another option is to cache a block, but in that case we would be omitting part of the flow and we may not catch some bugs |
This reverts commit f3dd283.
This reverts commit 9b6f67f.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. For now its better not to use RPC and use the cached block as most networks are on Electra
**Motivation** Continously (on each push to main) prove an Ethereum Mainnet block to test and benchmark ethrex-prover. **Description** - adds job to prove an L1 block using the `bench` crate - post the gas rate (Mgas/s) into gh pages with the github benchmark action.
Motivation
Continously (on each push to main) prove an Ethereum Mainnet block to test and benchmark ethrex-prover.
Description
bench
crate