bluealloy / revm

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

release: main Readme #1555

Closed rakita closed 3 months ago

github-actions[bot] commented 3 months ago

Valgrind Results:

==3906== Cachegrind, a cache and branch-prediction profiler
==3906== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3906== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3906== Command: target/release/snailtracer
==3906== 
--3906-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.801685378s
==3906== 
==3906== I   refs:      427,041,737
==3906== I1  misses:          4,541
==3906== LLi misses:          2,786
==3906== I1  miss rate:        0.00%
==3906== LLi miss rate:        0.00%
==3906== 
==3906== D   refs:      204,077,928  (132,269,813 rd   + 71,808,115 wr)
==3906== D1  misses:        341,611  (    201,667 rd   +    139,944 wr)
==3906== LLd misses:        137,733  (      4,447 rd   +    133,286 wr)
==3906== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3906== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3906== 
==3906== LL refs:           346,152  (    206,208 rd   +    139,944 wr)
==3906== LL misses:         140,519  (      7,233 rd   +    133,286 wr)
==3906== LL miss rate:          0.0% (        0.0%     +        0.2%  )