Skip to content

Commit

Permalink
Merge pull request #82 from paritytech/mak/json-benchmarks
Browse files Browse the repository at this point in the history
move json-file to common args
  • Loading branch information
mordamax authored Oct 11, 2022
2 parents fc5ca1d + d742ab7 commit 8326308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench-bot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
)

Expand Down

0 comments on commit 8326308

Please sign in to comment.