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

feat(eof): cli eof-validation #1622

Merged
merged 3 commits into from
Jul 16, 2024
Merged

feat(eof): cli eof-validation #1622

merged 3 commits into from
Jul 16, 2024

Conversation

rakita
Copy link
Member

@rakita rakita commented Jul 16, 2024

Add support for eof-validation cli that consumes path to eof validation tests. Last suite can be found here ~/tests/eof_suite/eof_tests

Copy link
Contributor

github-actions bot commented Jul 16, 2024

Valgrind Results:

==3946== Cachegrind, a cache and branch-prediction profiler
==3946== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3946== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3946== Command: target/release/snailtracer
==3946== 
--3946-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.897802878s
==3946== 
==3946== I   refs:      427,039,678
==3946== I1  misses:          3,323
==3946== LLi misses:          2,850
==3946== I1  miss rate:        0.00%
==3946== LLi miss rate:        0.00%
==3946== 
==3946== D   refs:      204,076,846  (132,268,641 rd   + 71,808,205 wr)
==3946== D1  misses:        340,097  (    200,089 rd   +    140,008 wr)
==3946== LLd misses:        137,814  (      4,493 rd   +    133,321 wr)
==3946== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3946== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3946== 
==3946== LL refs:           343,420  (    203,412 rd   +    140,008 wr)
==3946== LL misses:         140,664  (      7,343 rd   +    133,321 wr)
==3946== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit 98ef01f into main Jul 16, 2024
26 checks passed
@github-actions github-actions bot mentioned this pull request Jul 16, 2024
@rakita rakita deleted the rakita/eofvalidation branch July 16, 2024 23:20
j75689 pushed a commit to j75689/revm that referenced this pull request Aug 1, 2024
* feat(eof): cli eof-validation

* cleanup, remove old tests

* rm eof verification test
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.

1 participant