From d742ab74ff652f9f28e19f48396c262d1912f546 Mon Sep 17 00:00:00 2001 From: Mak Date: Fri, 7 Oct 2022 22:02:36 +0100 Subject: [PATCH] move json-file to common args --- bench-bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench-bot.sh b/bench-bot.sh index 9874e59..29ab8f9 100755 --- a/bench-bot.sh +++ b/bench-bot.sh @@ -27,6 +27,7 @@ bench_pallet_common_args=( --execution=wasm --wasm-execution=compiled --heap-pages=4096 + --json-file="${ARTIFACTS_DIR}/bench.json" ) bench_pallet() { local kind="$1" @@ -122,7 +123,6 @@ bench_pallet() { "${bench_pallet_common_args[@]}" --pallet="$pallet" --chain="${runtime}-dev" - --json-file="${ARTIFACTS_DIR}/bench.json" --header=./file_header.txt )