diff --git a/Makefile b/Makefile index 856c6adc31..e920b2b077 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ evm_stubs: UniqueFungible UniqueNFT UniqueRefungible UniqueRefungibleToken Contr .PHONY: _bench _bench: - cargo run --release --features runtime-benchmarks,$(RUNTIME) -- \ + cargo run --profile production --features runtime-benchmarks,$(RUNTIME) -- \ benchmark pallet --pallet pallet-$(if $(PALLET),$(PALLET),$(error Must set PALLET)) \ --wasm-execution compiled --extrinsic '*' \ $(if $(TEMPLATE),$(TEMPLATE),--template=.maintain/frame-weight-template.hbs) --steps=50 --repeat=80 --heap-pages=4096 \