evmone icon indicating copy to clipboard operation
evmone copied to clipboard

Improve `evmone-bench` execution model

Open chfast opened this issue 1 year ago • 1 comments

The evmone-bench loads benchmarks in state test format, but executes them in simplified model: just takes code of the transaction destination and don't handle any state access properly.

Use state test utils to properly execute all logic in the benchmarks.

chfast avatar Oct 03 '24 07:10 chfast

Partially covered by https://github.com/ethereum/evmone/pull/1043.

chfast avatar May 14 '25 13:05 chfast