We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820eb68 commit 03fba81Copy full SHA for 03fba81
testground/benchmark/benchmark/stateless.py
@@ -46,6 +46,8 @@ def gen(
46
hostname_template=HOSTNAME_TEMPLATE,
47
options={},
48
):
49
+ if isinstance(options, str):
50
+ options = json.loads(options)
51
print("options", options)
52
validators = options.get("validators", 3)
53
fullnodes = options.get("fullnodes", 7)
0 commit comments