Add production profile to substrate-wasm-builder (#10747)

* Add production profile to wasm builder

* Fix profile detection

* Apply suggestions from code review

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

* 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 <oliver.tale-yazdi@parity.io>

* 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 <bkchr@users.noreply.github.com>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Parity Bot <admin@parity.io>
This commit is contained in:
Alexander Theißen
2022-01-31 15:16:26 +01:00
committed by GitHub
parent 21d5573b25
commit f3168c3fa0
35 changed files with 1943 additions and 1833 deletions
+65 -65
View File
@@ -18,11 +18,11 @@
//! Autogenerated weights for pallet_collective
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-01-17, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2022-01-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
// Executed Command:
// ./target/lto-fat-cg1/substrate
// ./target/production/substrate
// benchmark
// --chain=dev
// --steps=50
@@ -34,7 +34,7 @@
// --heap-pages=4096
// --output=./frame/collective/src/weights.rs
// --template=.maintain/frame-weight-template.hbs
// --header=LICENSE-APACHE2
// --header=HEADER-APACHE2
// --raw
#![cfg_attr(rustfmt, rustfmt_skip)]
@@ -67,12 +67,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Storage: Council Prime (r:0 w:1)
fn set_members(m: u32, n: u32, p: u32, ) -> Weight {
(0 as Weight)
// Standard Error: 7_000
.saturating_add((12_933_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 7_000
.saturating_add((81_000 as Weight).saturating_mul(n as Weight))
// Standard Error: 7_000
.saturating_add((15_645_000 as Weight).saturating_mul(p as Weight))
// Standard Error: 10_000
.saturating_add((14_493_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 10_000
.saturating_add((23_000 as Weight).saturating_mul(n as Weight))
// Standard Error: 10_000
.saturating_add((16_909_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(p as Weight)))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
@@ -80,21 +80,21 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
}
// Storage: Council Members (r:1 w:0)
fn execute(b: u32, m: u32, ) -> Weight {
(12_975_000 as Weight)
(12_790_000 as Weight)
// Standard Error: 0
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 0
.saturating_add((74_000 as Weight).saturating_mul(m as Weight))
.saturating_add((73_000 as Weight).saturating_mul(m as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
}
// Storage: Council Members (r:1 w:0)
// Storage: Council ProposalOf (r:1 w:0)
fn propose_execute(b: u32, m: u32, ) -> Weight {
(15_120_000 as Weight)
(15_087_000 as Weight)
// Standard Error: 0
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 0
.saturating_add((139_000 as Weight).saturating_mul(m as Weight))
.saturating_add((135_000 as Weight).saturating_mul(m as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
}
// Storage: Council Members (r:1 w:0)
@@ -103,22 +103,22 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Storage: Council ProposalCount (r:1 w:1)
// Storage: Council Voting (r:0 w:1)
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
(18_343_000 as Weight)
(18_269_000 as Weight)
// Standard Error: 0
.saturating_add((8_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 1_000
.saturating_add((83_000 as Weight).saturating_mul(m as Weight))
.saturating_add((77_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((211_000 as Weight).saturating_mul(p as Weight))
.saturating_add((203_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(4 as Weight))
}
// Storage: Council Members (r:1 w:0)
// Storage: Council Voting (r:1 w:1)
fn vote(m: u32, ) -> Weight {
(26_675_000 as Weight)
(26_624_000 as Weight)
// Standard Error: 2_000
.saturating_add((166_000 as Weight).saturating_mul(m as Weight))
.saturating_add((161_000 as Weight).saturating_mul(m as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
@@ -127,11 +127,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Storage: Council Proposals (r:1 w:1)
// Storage: Council ProposalOf (r:0 w:1)
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
(28_535_000 as Weight)
(26_527_000 as Weight)
// Standard Error: 1_000
.saturating_add((123_000 as Weight).saturating_mul(m as Weight))
.saturating_add((127_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((154_000 as Weight).saturating_mul(p as Weight))
.saturating_add((155_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
@@ -140,13 +140,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Storage: Council ProposalOf (r:1 w:1)
// Storage: Council Proposals (r:1 w:1)
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
(27_235_000 as Weight)
(26_352_000 as Weight)
// Standard Error: 0
.saturating_add((6_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 1_000
.saturating_add((158_000 as Weight).saturating_mul(m as Weight))
.saturating_add((154_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((201_000 as Weight).saturating_mul(p as Weight))
.saturating_add((203_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
@@ -156,11 +156,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Storage: Council Proposals (r:1 w:1)
// Storage: Council ProposalOf (r:0 w:1)
fn close_disapproved(m: u32, p: u32, ) -> Weight {
(29_502_000 as Weight)
(28_638_000 as Weight)
// Standard Error: 1_000
.saturating_add((139_000 as Weight).saturating_mul(m as Weight))
.saturating_add((133_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((163_000 as Weight).saturating_mul(p as Weight))
.saturating_add((162_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
@@ -170,13 +170,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Storage: Council ProposalOf (r:1 w:1)
// Storage: Council Proposals (r:1 w:1)
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
(28_944_000 as Weight)
(29_946_000 as Weight)
// Standard Error: 0
.saturating_add((5_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 1_000
.saturating_add((170_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((208_000 as Weight).saturating_mul(p as Weight))
// Standard Error: 2_000
.saturating_add((151_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 2_000
.saturating_add((201_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(5 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
@@ -184,9 +184,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Storage: Council Voting (r:0 w:1)
// Storage: Council ProposalOf (r:0 w:1)
fn disapprove_proposal(p: u32, ) -> Weight {
(16_215_000 as Weight)
(15_778_000 as Weight)
// Standard Error: 1_000
.saturating_add((212_000 as Weight).saturating_mul(p as Weight))
.saturating_add((206_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
@@ -200,12 +200,12 @@ impl WeightInfo for () {
// Storage: Council Prime (r:0 w:1)
fn set_members(m: u32, n: u32, p: u32, ) -> Weight {
(0 as Weight)
// Standard Error: 7_000
.saturating_add((12_933_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 7_000
.saturating_add((81_000 as Weight).saturating_mul(n as Weight))
// Standard Error: 7_000
.saturating_add((15_645_000 as Weight).saturating_mul(p as Weight))
// Standard Error: 10_000
.saturating_add((14_493_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 10_000
.saturating_add((23_000 as Weight).saturating_mul(n as Weight))
// Standard Error: 10_000
.saturating_add((16_909_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
.saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(p as Weight)))
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
@@ -213,21 +213,21 @@ impl WeightInfo for () {
}
// Storage: Council Members (r:1 w:0)
fn execute(b: u32, m: u32, ) -> Weight {
(12_975_000 as Weight)
(12_790_000 as Weight)
// Standard Error: 0
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 0
.saturating_add((74_000 as Weight).saturating_mul(m as Weight))
.saturating_add((73_000 as Weight).saturating_mul(m as Weight))
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
}
// Storage: Council Members (r:1 w:0)
// Storage: Council ProposalOf (r:1 w:0)
fn propose_execute(b: u32, m: u32, ) -> Weight {
(15_120_000 as Weight)
(15_087_000 as Weight)
// Standard Error: 0
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 0
.saturating_add((139_000 as Weight).saturating_mul(m as Weight))
.saturating_add((135_000 as Weight).saturating_mul(m as Weight))
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
}
// Storage: Council Members (r:1 w:0)
@@ -236,22 +236,22 @@ impl WeightInfo for () {
// Storage: Council ProposalCount (r:1 w:1)
// Storage: Council Voting (r:0 w:1)
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
(18_343_000 as Weight)
(18_269_000 as Weight)
// Standard Error: 0
.saturating_add((8_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 1_000
.saturating_add((83_000 as Weight).saturating_mul(m as Weight))
.saturating_add((77_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((211_000 as Weight).saturating_mul(p as Weight))
.saturating_add((203_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
.saturating_add(RocksDbWeight::get().writes(4 as Weight))
}
// Storage: Council Members (r:1 w:0)
// Storage: Council Voting (r:1 w:1)
fn vote(m: u32, ) -> Weight {
(26_675_000 as Weight)
(26_624_000 as Weight)
// Standard Error: 2_000
.saturating_add((166_000 as Weight).saturating_mul(m as Weight))
.saturating_add((161_000 as Weight).saturating_mul(m as Weight))
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
}
@@ -260,11 +260,11 @@ impl WeightInfo for () {
// Storage: Council Proposals (r:1 w:1)
// Storage: Council ProposalOf (r:0 w:1)
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
(28_535_000 as Weight)
(26_527_000 as Weight)
// Standard Error: 1_000
.saturating_add((123_000 as Weight).saturating_mul(m as Weight))
.saturating_add((127_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((154_000 as Weight).saturating_mul(p as Weight))
.saturating_add((155_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
}
@@ -273,13 +273,13 @@ impl WeightInfo for () {
// Storage: Council ProposalOf (r:1 w:1)
// Storage: Council Proposals (r:1 w:1)
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
(27_235_000 as Weight)
(26_352_000 as Weight)
// Standard Error: 0
.saturating_add((6_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 1_000
.saturating_add((158_000 as Weight).saturating_mul(m as Weight))
.saturating_add((154_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((201_000 as Weight).saturating_mul(p as Weight))
.saturating_add((203_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
}
@@ -289,11 +289,11 @@ impl WeightInfo for () {
// Storage: Council Proposals (r:1 w:1)
// Storage: Council ProposalOf (r:0 w:1)
fn close_disapproved(m: u32, p: u32, ) -> Weight {
(29_502_000 as Weight)
(28_638_000 as Weight)
// Standard Error: 1_000
.saturating_add((139_000 as Weight).saturating_mul(m as Weight))
.saturating_add((133_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((163_000 as Weight).saturating_mul(p as Weight))
.saturating_add((162_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
}
@@ -303,13 +303,13 @@ impl WeightInfo for () {
// Storage: Council ProposalOf (r:1 w:1)
// Storage: Council Proposals (r:1 w:1)
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
(28_944_000 as Weight)
(29_946_000 as Weight)
// Standard Error: 0
.saturating_add((5_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 1_000
.saturating_add((170_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((208_000 as Weight).saturating_mul(p as Weight))
// Standard Error: 2_000
.saturating_add((151_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 2_000
.saturating_add((201_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(5 as Weight))
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
}
@@ -317,9 +317,9 @@ impl WeightInfo for () {
// Storage: Council Voting (r:0 w:1)
// Storage: Council ProposalOf (r:0 w:1)
fn disapprove_proposal(p: u32, ) -> Weight {
(16_215_000 as Weight)
(15_778_000 as Weight)
// Standard Error: 1_000
.saturating_add((212_000 as Weight).saturating_mul(p as Weight))
.saturating_add((206_000 as Weight).saturating_mul(p as Weight))
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
}