Fuzzer: Count step by number of interpreted statements

Co-authored-by: chriseth <chris@ethereum.org>
This commit is contained in:
Bhargava Shastry
2020-07-21 15:38:02 +02:00
co-authored by chriseth
parent f4b912fffa
commit 18fbbfa5ca
4 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ string EwasmTranslationTest::interpret()
{
InterpreterState state;
state.maxTraceSize = 10000;
state.maxSteps = 100000;
state.maxSteps = 1000000;
try
{
Interpreter::run(state, WasmDialect{}, *m_object->code);