bluealloy / revm

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

bump to newest eof eest tests pr-756 #1733

Closed rakita closed 2 weeks ago

rakita commented 2 weeks ago

Bump to this PR: https://github.com/ethereum/execution-spec-tests/pull/756

Generated by Besu. ty @shemnon

github-actions[bot] commented 2 weeks ago

Valgrind Results:

==3897== Cachegrind, a cache and branch-prediction profiler
==3897== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3897== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3897== Command: target/release/snailtracer
==3897== 
--3897-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.842363224s
==3897== 
==3897== I   refs:      427,439,056
==3897== I1  misses:          8,033
==3897== LLi misses:          2,852
==3897== I1  miss rate:        0.00%
==3897== LLi miss rate:        0.00%
==3897== 
==3897== D   refs:      203,986,871  (132,175,945 rd   + 71,810,926 wr)
==3897== D1  misses:        342,615  (    202,701 rd   +    139,914 wr)
==3897== LLd misses:        137,711  (      4,398 rd   +    133,313 wr)
==3897== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3897== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3897== 
==3897== LL refs:           350,648  (    210,734 rd   +    139,914 wr)
==3897== LL misses:         140,563  (      7,250 rd   +    133,313 wr)
==3897== LL miss rate:          0.0% (        0.0%     +        0.2%  )
shemnon commented 2 weeks ago

actually, generated by evmone. I use both and diff regularly in EEST.

rakita commented 2 weeks ago

actually, generated by evmone. I use both and diff regularly in EEST.

Ah, i see the command now, would need to get myself a similar setup