1.PHONY: _bench2_bench:3 cargo run --release --features runtime-benchmarks -- \4 benchmark --pallet pallet-$(PALLET) \5 --wasm-execution compiled --extrinsic '*' \6 --template .maintain/frame-weight-template.hbs --steps=50 --repeat=20 \7 --output=./pallets/$(PALLET)/src/weights.rs89.PHONY: bench-evm-migration10bench-evm-migration:11 make _bench PALLET=evm-migration1213.PHONY: bench-nft14bench-nft:15 make _bench PALLET=nft1617.PHONY: bench18bench: bench-evm-migration bench-nftdifftreelog
source
Makefile471 Bsourcehistory