difftreelog
build mark bench jobs as PHONY
in: master
1 file changed
Makefilediffbeforeafterboth1.PHONY: _bench1_bench:2_bench:2 cargo run --release --features runtime-benchmarks -- \3 cargo run --release --features runtime-benchmarks -- \3 benchmark --pallet pallet-$(PALLET) \4 benchmark --pallet pallet-$(PALLET) \4 --wasm-execution compiled --extrinsic '*' \5 --wasm-execution compiled --extrinsic '*' \5 --template .maintain/frame-weight-template.hbs --steps=50 --repeat=20 \6 --template .maintain/frame-weight-template.hbs --steps=50 --repeat=20 \6 --output=./pallets/$(PALLET)/src/weights.rs7 --output=./pallets/$(PALLET)/src/weights.rs789.PHONY: bench-evm-migration8bench-evm-migration:10bench-evm-migration:9 make _bench PALLET=evm-migration11 make _bench PALLET=evm-migration101213.PHONY: bench11bench: bench-evm-migration14bench: bench-evm-migration15