Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
--json switched to --json-file param in benchmarking script (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope authored Mar 14, 2022
1 parent bddb7d0 commit e535a50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ do
--extrinsic='*' \
--steps=$steps \
--repeat=$repeat \
--json \
--json-file=./bench-statemine.json \
--header=./file_header.txt \
--output=$statemineOutput

Expand All @@ -47,7 +47,7 @@ do
--extrinsic='*' \
--steps=$steps \
--repeat=$repeat \
--json \
--json-file=./bench-statemint.json \
--header=./file_header.txt \
--output=$statemintOutput

Expand All @@ -59,7 +59,7 @@ do
--extrinsic='*' \
--steps=$steps \
--repeat=$repeat \
--json \
--json-file=./bench-westmint.json \
--header=./file_header.txt \
--output=$westmintOutput
done

0 comments on commit e535a50

Please sign in to comment.