bluealloy / revm

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

chore(clippy): 1.80 rust clippy list paragraph ident #1661

Closed rakita closed 3 months ago

github-actions[bot] commented 3 months ago

Valgrind Results:

==3970== Cachegrind, a cache and branch-prediction profiler
==3970== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3970== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3970== Command: target/release/snailtracer
==3970== 
--3970-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.835610484s
==3970== 
==3970== I   refs:      427,736,420
==3970== I1  misses:          3,115
==3970== LLi misses:          2,841
==3970== I1  miss rate:        0.00%
==3970== LLi miss rate:        0.00%
==3970== 
==3970== D   refs:      204,082,563  (132,273,304 rd   + 71,809,259 wr)
==3970== D1  misses:        340,076  (    200,137 rd   +    139,939 wr)
==3970== LLd misses:        137,638  (      4,345 rd   +    133,293 wr)
==3970== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3970== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3970== 
==3970== LL refs:           343,191  (    203,252 rd   +    139,939 wr)
==3970== LL misses:         140,479  (      7,186 rd   +    133,293 wr)
==3970== LL miss rate:          0.0% (        0.0%     +        0.2%  )