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

--json-file param is nicer. #1084

Merged
merged 1 commit into from
Mar 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 \
gilescope marked this conversation as resolved.
Show resolved Hide resolved
--header=./file_header.txt \
gilescope marked this conversation as resolved.
Show resolved Hide resolved
--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