Commit 9f8b907
Add production profile to
* Add production profile to wasm builder
* Fix profile detection
* Apply suggestions from code review
Co-authored-by: Bastian Köcher <[email protected]>
* Replace panic! by println! + exit
* Default to `release` for wasm on debug builds
* Replaced unwrap by expect
* Update all weights
Rerun on the bm2 server.
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
* cargo run --quiet --profile=production --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_contracts --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/contracts/src/weights.rs --template=./.maintain/frame-weight-template.hbs
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: Parity Bot <[email protected]>substrate-wasm-builder (paritytech#10747)1 parent 49cc788 commit 9f8b907
File tree
35 files changed
+1915
-1805
lines changed- frame
- assets/src
- bags-list/src
- balances/src
- benchmarking/src
- bounties/src
- child-bounties/src
- collective/src
- contracts/src
- democracy/src
- election-provider-multi-phase/src
- elections-phragmen/src
- gilt/src
- identity/src
- im-online/src
- indices/src
- lottery/src
- membership/src
- multisig/src
- preimage/src
- proxy/src
- scheduler/src
- session/src
- staking/src
- system/src
- timestamp/src
- tips/src
- transaction-storage/src
- treasury/src
- uniques/src
- utility/src
- vesting/src
- utils/wasm-builder
- src
35 files changed
+1915
-1805
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments