bluealloy / revm

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

chore: Bump new logo #1735

Closed rakita closed 2 months ago

github-actions[bot] commented 2 months ago

Valgrind Results:

==3937== Cachegrind, a cache and branch-prediction profiler
==3937== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3937== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3937== Command: target/release/snailtracer
==3937== 
--3937-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.830747382s
==3937== 
==3937== I   refs:      427,439,588
==3937== I1  misses:          8,034
==3937== LLi misses:          2,853
==3937== I1  miss rate:        0.00%
==3937== LLi miss rate:        0.00%
==3937== 
==3937== D   refs:      203,986,967  (132,176,041 rd   + 71,810,926 wr)
==3937== D1  misses:        342,674  (    202,736 rd   +    139,938 wr)
==3937== LLd misses:        137,713  (      4,396 rd   +    133,317 wr)
==3937== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3937== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3937== 
==3937== LL refs:           350,708  (    210,770 rd   +    139,938 wr)
==3937== LL misses:         140,566  (      7,249 rd   +    133,317 wr)
==3937== LL miss rate:          0.0% (        0.0%     +        0.2%  )