Skip to content

Commit 3e5a307

Browse files
authored
feat: project restructuring Part1 (#1776)
* feat: project restructuring * refactor * restructuring * restructure * restructure * move revm-test bins to revme bench * rm ethersdb and revm-test * move kzg to wiring * fmt, clippy, cleanup * fix test and doc * fix kzg-rs build * Use hashbrown for revme * docs fix * fix merged change * fmt
1 parent b6ebcc8 commit 3e5a307

File tree

205 files changed

+2793
-3125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+2793
-3125
lines changed

.github/workflows/cachegrind.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
2424
- name: Run Valgrind
2525
run: |
26-
cargo b -r -p revm-test --bin snailtracer
27-
valgrind --tool=cachegrind target/release/snailtracer 2>&1 | tee cachegrind_results.txt
26+
cargo b -r -p revme
27+
valgrind --tool=cachegrind target/release/revme bench snailtracer 2>&1 | tee cachegrind_results.txt
2828
2929
- name: Valgrind results
3030
id: valgrind_results

0 commit comments

Comments
 (0)