benchmark now takes a command. (#1191)

This commit is contained in:
Squirrel
2022-04-23 21:44:19 +01:00
committed by GitHub
parent f88b06a151
commit aed6d02055
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ pallets=(
for p in ${pallets[@]}
do
./artifacts/polkadot-collator benchmark \
./artifacts/polkadot-collator benchmark pallet \
--chain=$benhcmarkChainName \
--execution=wasm \
--wasm-execution=compiled \
+3 -3
View File
@@ -27,7 +27,7 @@ pallets=(
for p in ${pallets[@]}
do
./target/production/polkadot-collator benchmark \
./target/production/polkadot-collator benchmark pallet \
--chain=$statemineChain \
--execution=wasm \
--wasm-execution=compiled \
@@ -39,7 +39,7 @@ do
--header=./file_header.txt \
--output=$statemineOutput
./target/production/polkadot-collator benchmark \
./target/production/polkadot-collator benchmark pallet \
--chain=$statemintChain \
--execution=wasm \
--wasm-execution=compiled \
@@ -51,7 +51,7 @@ do
--header=./file_header.txt \
--output=$statemintOutput
./target/production/polkadot-collator benchmark \
./target/production/polkadot-collator benchmark pallet \
--chain=$westmintChain \
--execution=wasm \
--wasm-execution=compiled \