mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 19:01:08 +00:00
benchmark now takes a command. (#1191)
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user