mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 12:31:03 +00:00
benchmark now takes a command. (#1191)
This commit is contained in:
@@ -23,7 +23,7 @@ pallets=(
|
|||||||
|
|
||||||
for p in ${pallets[@]}
|
for p in ${pallets[@]}
|
||||||
do
|
do
|
||||||
./artifacts/polkadot-collator benchmark \
|
./artifacts/polkadot-collator benchmark pallet \
|
||||||
--chain=$benhcmarkChainName \
|
--chain=$benhcmarkChainName \
|
||||||
--execution=wasm \
|
--execution=wasm \
|
||||||
--wasm-execution=compiled \
|
--wasm-execution=compiled \
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ pallets=(
|
|||||||
|
|
||||||
for p in ${pallets[@]}
|
for p in ${pallets[@]}
|
||||||
do
|
do
|
||||||
./target/production/polkadot-collator benchmark \
|
./target/production/polkadot-collator benchmark pallet \
|
||||||
--chain=$statemineChain \
|
--chain=$statemineChain \
|
||||||
--execution=wasm \
|
--execution=wasm \
|
||||||
--wasm-execution=compiled \
|
--wasm-execution=compiled \
|
||||||
@@ -39,7 +39,7 @@ do
|
|||||||
--header=./file_header.txt \
|
--header=./file_header.txt \
|
||||||
--output=$statemineOutput
|
--output=$statemineOutput
|
||||||
|
|
||||||
./target/production/polkadot-collator benchmark \
|
./target/production/polkadot-collator benchmark pallet \
|
||||||
--chain=$statemintChain \
|
--chain=$statemintChain \
|
||||||
--execution=wasm \
|
--execution=wasm \
|
||||||
--wasm-execution=compiled \
|
--wasm-execution=compiled \
|
||||||
@@ -51,7 +51,7 @@ do
|
|||||||
--header=./file_header.txt \
|
--header=./file_header.txt \
|
||||||
--output=$statemintOutput
|
--output=$statemintOutput
|
||||||
|
|
||||||
./target/production/polkadot-collator benchmark \
|
./target/production/polkadot-collator benchmark pallet \
|
||||||
--chain=$westmintChain \
|
--chain=$westmintChain \
|
||||||
--execution=wasm \
|
--execution=wasm \
|
||||||
--wasm-execution=compiled \
|
--wasm-execution=compiled \
|
||||||
|
|||||||
Reference in New Issue
Block a user