bluealloy / revm

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

chore: bump versions bcs of primitives #1631

Closed rakita closed 2 months ago

github-actions[bot] commented 2 months ago

Valgrind Results:

==3982== Cachegrind, a cache and branch-prediction profiler
==3982== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3982== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3982== Command: target/release/snailtracer
==3982== 
--3982-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.793148371s
==3982== 
==3982== I   refs:      427,042,443
==3982== I1  misses:          3,196
==3982== LLi misses:          2,838
==3982== I1  miss rate:        0.00%
==3982== LLi miss rate:        0.00%
==3982== 
==3982== D   refs:      204,077,711  (132,269,247 rd   + 71,808,464 wr)
==3982== D1  misses:        339,927  (    199,919 rd   +    140,008 wr)
==3982== LLd misses:        137,811  (      4,490 rd   +    133,321 wr)
==3982== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3982== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3982== 
==3982== LL refs:           343,123  (    203,115 rd   +    140,008 wr)
==3982== LL misses:         140,649  (      7,328 rd   +    133,321 wr)
==3982== LL miss rate:          0.0% (        0.0%     +        0.2%  )