bnb-chain / revm

MIT License
12 stars 9 forks source link

chore: fix ci issues #22

Closed forcodedancing closed 5 months ago

forcodedancing commented 5 months ago

fix ci issues

github-actions[bot] commented 5 months ago

Valgrind Results:

==5263== Cachegrind, a cache and branch-prediction profiler
==5263== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==5263== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==5263== Command: target/release/snailtracer
==5263== 
--5263-- warning: L3 cache found, using its data for the LL simulation.
==5263== brk segment overflow in thread #1: can't grow to 0x4cb4000
==5263== (see section Limitations in user manual)
==5263== NOTE: further instances of this message will not be shown
Snailtracer Host+Interpreter benchmark (5.6s) ... 1_740_784_323.000 ns/iter (1.000 R²)
==5263== 
==5263== I   refs:      1,348,417,399
==5263== I1  misses:            7,702
==5263== LLi misses:            3,059
==5263== I1  miss rate:          0.00%
==5263== LLi miss rate:          0.00%
==5263== 
==5263== D   refs:        677,296,541  (452,038,907 rd   + 225,257,634 wr)
==5263== D1  misses:        1,227,446  (    685,636 rd   +     541,810 wr)
==5263== LLd misses:          201,151  (      4,162 rd   +     196,989 wr)
==5263== D1  miss rate:           0.2% (        0.2%     +         0.2%  )
==5263== LLd miss rate:           0.0% (        0.0%     +         0.1%  )
==5263== 
==5263== LL refs:           1,235,148  (    693,338 rd   +     541,810 wr)
==5263== LL misses:           204,210  (      7,221 rd   +     196,989 wr)
==5263== LL miss rate:            0.0% (        0.0%     +         0.1%  )