You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: