fix(stresstests): update to use --funcname

This commit is contained in:
rudy
2022-03-11 11:29:29 +01:00
committed by Quentin Bourgerie
parent 6aaaeb8d3f
commit 69037cd1fa

View File

@@ -25,7 +25,7 @@ TRACE = os.path.join(TEST_PATH, 'trace')
JIT_INVOKE_MAIN = (
'--action=jit-invoke',
'--jit-funcname=main',
'--funcname=main',
'--jit-keyset-cache-path=/tmp/StresstestsCache',
)