git.delta.rocks / unique-network / refs/commits / 7cc905244274

difftreelog

fix bench profile production

Daniel Shiposha2023-09-26parent: #cb1a9d8.patch.diff
in: master

1 file changed

modifiedMakefilediffbeforeafterboth
9090
91.PHONY: _bench91.PHONY: _bench
92_bench:92_bench:
93 cargo run --release --features runtime-benchmarks,$(RUNTIME) -- \93 cargo run --profile production --features runtime-benchmarks,$(RUNTIME) -- \
94 benchmark pallet --pallet pallet-$(if $(PALLET),$(PALLET),$(error Must set PALLET)) \94 benchmark pallet --pallet pallet-$(if $(PALLET),$(PALLET),$(error Must set PALLET)) \
95 --wasm-execution compiled --extrinsic '*' \95 --wasm-execution compiled --extrinsic '*' \
96 $(if $(TEMPLATE),$(TEMPLATE),--template=.maintain/frame-weight-template.hbs) --steps=50 --repeat=80 --heap-pages=4096 \96 $(if $(TEMPLATE),$(TEMPLATE),--template=.maintain/frame-weight-template.hbs) --steps=50 --repeat=80 --heap-pages=4096 \