Skip to content

Commit

Permalink
feat: project restructuring Part1 (#1776)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rakita authored Sep 18, 2024
1 parent b6ebcc8 commit 3e5a307
Show file tree
Hide file tree
Showing 205 changed files with 2,793 additions and 3,125 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cachegrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Run Valgrind
run: |
cargo b -r -p revm-test --bin snailtracer
valgrind --tool=cachegrind target/release/snailtracer 2>&1 | tee cachegrind_results.txt
cargo b -r -p revme
valgrind --tool=cachegrind target/release/revme bench snailtracer 2>&1 | tee cachegrind_results.txt
- name: Valgrind results
id: valgrind_results
Expand Down
Loading

0 comments on commit 3e5a307

Please sign in to comment.