Skip to content

refactor(core): cleanup import blocks bench code #2631

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

Merged
merged 7 commits into from
May 12, 2025

Conversation

mpaulucci
Copy link
Collaborator

@mpaulucci mpaulucci commented Apr 28, 2025

Description

  • Moved import blocks benchmark from the top folder to /cmd/ethrex
  • Updated evm in benchmark to use the default one
  • Renamed generic criterion_benchmark to import_block_benchmark
  • Renamed confusing genesis-l2-ci.json to genesis-perf-ci.json since it's not really related to l2.
  • Removed deprecated flamegraph script

@mpaulucci mpaulucci requested a review from a team as a code owner April 28, 2025 19:08
Copy link

github-actions bot commented Apr 28, 2025

Lines of code report

Total lines added: 30
Total lines removed: 0
Total lines changed: 30

Detailed view
+----------------------------------------------------+-------+------+
| File                                               | Lines | Diff |
+----------------------------------------------------+-------+------+
| ethrex/cmd/ethrex/bench/import_blocks_benchmark.rs | 30    | +30  |
+----------------------------------------------------+-------+------+

@mpaulucci mpaulucci force-pushed the cleanup-import-blocks-bench branch from 061aee2 to 1b8424f Compare April 28, 2025 19:22
@mpaulucci mpaulucci changed the title fix(l1, l2): set vm default to levm in import block bench refactor(core): cleanup import blocks bench code Apr 28, 2025
@mpaulucci mpaulucci force-pushed the cleanup-import-blocks-bench branch from 1b8424f to 3df3d2a Compare April 28, 2025 19:29
@mpaulucci mpaulucci added this pull request to the merge queue May 9, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks May 9, 2025
@mpaulucci mpaulucci added this pull request to the merge queue May 12, 2025
@mpaulucci mpaulucci removed this pull request from the merge queue due to a manual request May 12, 2025
@mpaulucci mpaulucci added this pull request to the merge queue May 12, 2025
Merged via the queue into main with commit 49fd5c7 May 12, 2025
31 checks passed
@mpaulucci mpaulucci deleted the cleanup-import-blocks-bench branch May 12, 2025 10:25
fmoletta pushed a commit that referenced this pull request May 15, 2025
**Description**
- Moved import blocks benchmark from the top folder to /cmd/ethrex
- Updated evm in benchmark to use the default one
- Renamed generic `criterion_benchmark` to `import_block_benchmark`
- Renamed confusing `genesis-l2-ci.json` to `genesis-perf-ci.json` since
it's not really related to l2.
- Removed deprecated flamegraph script

---------

Co-authored-by: Javier Chatruc <jrchatruc@gmail.com>
pedrobergamini pushed a commit to pedrobergamini/ethrex that referenced this pull request Aug 24, 2025
**Description**
- Moved import blocks benchmark from the top folder to /cmd/ethrex
- Updated evm in benchmark to use the default one
- Renamed generic `criterion_benchmark` to `import_block_benchmark`
- Renamed confusing `genesis-l2-ci.json` to `genesis-perf-ci.json` since
it's not really related to l2.
- Removed deprecated flamegraph script

---------

Co-authored-by: Javier Chatruc <jrchatruc@gmail.com>
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.

3 participants