--json switched to --json-file param in benchmarking script (#1084)

This commit is contained in:
Squirrel
2022-03-14 21:32:11 +00:00
committed by GitHub
parent 40025f46d7
commit c0231c6dc1
+3 -3
View File
@@ -35,7 +35,7 @@ do
--extrinsic='*' \
--steps=$steps \
--repeat=$repeat \
--json \
--json-file=./bench-statemine.json \
--header=./file_header.txt \
--output=$statemineOutput
@@ -47,7 +47,7 @@ do
--extrinsic='*' \
--steps=$steps \
--repeat=$repeat \
--json \
--json-file=./bench-statemint.json \
--header=./file_header.txt \
--output=$statemintOutput
@@ -59,7 +59,7 @@ do
--extrinsic='*' \
--steps=$steps \
--repeat=$repeat \
--json \
--json-file=./bench-westmint.json \
--header=./file_header.txt \
--output=$westmintOutput
done