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 output is simply not there. We proposed to include it but turned out this is substantial change in many tools. ethereum/tests#998
The good news is we have a tool evmone-statetest (not main branch yet) which can execute and verify these files. Later we can reuse its implementation to verify benchmark files before execution.
For now you should check if a benchmark returns EVMC_SUCCESS. You can also check the status and gas used (if the same) in every benchmark loop iteration.
The existing benchmark suite has been converted to JSON State Test format and is available in https://github.com/ipsilon/evm-benchmarks.
test/benchmarks
.StateTransitionTest
andload_state_test()
from https://github.com/ethereum/evmone/blob/master/test/statetest/statetest_loader.cpp#L198.The text was updated successfully, but these errors were encountered: