1
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_staking -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
2
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_portfolio -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
3
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_grandpa -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
4
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_capital_distribution -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
5
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_utility -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
6
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_settlement -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
7
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_pips -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
8
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_external_agents -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
9
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_balances -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
10
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_treasury -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
11
- ./target/release/polymesh benchmark -s 100 -r 5 -p=pallet_rewards -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
1
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_staking -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
2
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_portfolio -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
3
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_grandpa -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
4
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_capital_distribution -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
5
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_utility -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
6
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_settlement -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
7
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_pips -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
8
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_external_agents -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
9
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_balances -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
10
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_treasury -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
11
+ ./target/release/polymesh benchmark pallet -s 100 -r 5 -p=pallet_rewards -e=* --heap-pages 4096 --db-cache 512 --execution wasm --wasm-execution compiled --output ./pallets/weights/src/ --template ./.maintain/frame-weight-template.hbs --raw >> data.txt 2>> log.txt
0 commit comments