Skip to content

Commit 9c326f9

Browse files
authored
chore: udpate bash script (#800)
1 parent 1a4721f commit 9c326f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/run_benches_for_pallets.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ pallets=(
1919
pallet-web3-names
2020
parachain-staking
2121
public-credentials
22+
pallet-asset-switch
2223
)
2324

2425
// Add Peregrine-only pallets here!
2526
if [ "$runtime" = "peregrine" ]; then
26-
pallets+=(
27-
pallet-asset-switch
28-
)
27+
pallets+=()
2928
fi
3029

3130
echo "[+] Running all default weight benchmarks for $runtime --chain=$chain"

0 commit comments

Comments
 (0)