-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathall-in-one.sh
21 lines (21 loc) · 4.92 KB
/
all-in-one.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_babe --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_balances --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_contracts --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_democracy --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_elections_phragmen --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_grandpa --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_identity --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_im_online --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_indices --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_multisig --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_offences --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_proxy --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_scheduler --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_session --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_timestamp --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_treasury --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_utility --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/
./target/release/polkadot benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_vesting --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 ./file_header.txt --output=./runtime/westend/src/weights/