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

tests(revme): statetests new format and return error #1066

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

rakita
Copy link
Member

@rakita rakita commented Feb 8, 2024

closes: #1064

Copy link
Contributor

github-actions bot commented Feb 8, 2024

Valgrind Results:

==3921== Cachegrind, a cache and branch-prediction profiler
==3921== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3921== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3921== Command: target/release/snailtracer
==3921== 
--3921-- warning: L3 cache found, using its data for the LL simulation.
Snailtracer Host+Interpreter benchmark (2.1s) ...            not enough samples
==3921== 
==3921== I   refs:      463,562,540
==3921== I1  misses:          3,450
==3921== LLi misses:          2,896
==3921== I1  miss rate:        0.00%
==3921== LLi miss rate:        0.00%
==3921== 
==3921== D   refs:      237,388,552  (160,565,088 rd   + 76,823,464 wr)
==3921== D1  misses:        323,632  (    183,808 rd   +    139,824 wr)
==3921== LLd misses:        137,543  (      4,066 rd   +    133,477 wr)
==3921== D1  miss rate:         0.1% (        0.1%     +        0.2%  )
==3921== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3921== 
==3921== LL refs:           327,082  (    187,258 rd   +    139,824 wr)
==3921== LL misses:         140,439  (      6,962 rd   +    133,477 wr)
==3921== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit a2dd2c5 into main Feb 8, 2024
21 of 25 checks passed
@DaniPopes DaniPopes deleted the statetest_new_format branch March 13, 2024 23:38
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.

Broken ethereum tests in 4.0.0
1 participant