From 4336485ddd567430417d4c4e7897f58003d44b3b Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Mon, 14 Mar 2022 09:47:21 +0000 Subject: [PATCH] as pointed out better to save these as files. --- scripts/benchmarks.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/benchmarks.sh b/scripts/benchmarks.sh index 5ca8d4d4601..9bf416a1bde 100755 --- a/scripts/benchmarks.sh +++ b/scripts/benchmarks.sh @@ -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