bluealloy / revm

Rust implementation of the Ethereum Virtual Machine.
https://bluealloy.github.io/revm/
MIT License
1.61k stars 540 forks source link

fix(eof): fixture 2 tests #1550

Closed rakita closed 3 months ago

rakita commented 3 months ago
github-actions[bot] commented 3 months ago

Valgrind Results:

==3896== Cachegrind, a cache and branch-prediction profiler
==3896== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3896== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3896== Command: target/release/snailtracer
==3896== 
--3896-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.822952681s
==3896== 
==3896== I   refs:      427,041,235
==3896== I1  misses:          3,239
==3896== LLi misses:          2,798
==3896== I1  miss rate:        0.00%
==3896== LLi miss rate:        0.00%
==3896== 
==3896== D   refs:      204,077,833  (132,269,718 rd   + 71,808,115 wr)
==3896== D1  misses:        341,615  (    201,670 rd   +    139,945 wr)
==3896== LLd misses:        137,735  (      4,449 rd   +    133,286 wr)
==3896== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3896== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3896== 
==3896== LL refs:           344,854  (    204,909 rd   +    139,945 wr)
==3896== LL misses:         140,533  (      7,247 rd   +    133,286 wr)
==3896== LL miss rate:          0.0% (        0.0%     +        0.2%  )