[release] Prep for v0.8.29 (#2497)

* bump version and substrate

* update weights

* bump substrate

* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/

* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/

* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/

* cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/

Co-authored-by: Parity Benchmarking Bot <admin@parity.io>
This commit is contained in:
Martin Pugh
2021-02-24 20:32:34 +01:00
committed by GitHub
parent 4675a784a8
commit 5ffb8cb463
68 changed files with 1077 additions and 1071 deletions
@@ -15,8 +15,8 @@
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! Autogenerated weights for pallet_proxy
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0
//! DATE: 2020-12-09, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: []
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0
//! DATE: 2021-02-22, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: []
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128
// Executed Command:
@@ -44,77 +44,79 @@ use sp_std::marker::PhantomData;
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
fn proxy(p: u32, ) -> Weight {
(31_451_000 as Weight)
(24_208_000 as Weight)
// Standard Error: 1_000
.saturating_add((190_000 as Weight).saturating_mul(p as Weight))
.saturating_add((193_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
}
fn proxy_announced(a: u32, p: u32, ) -> Weight {
(65_914_000 as Weight)
(55_590_000 as Weight)
// Standard Error: 1_000
.saturating_add((822_000 as Weight).saturating_mul(a as Weight))
.saturating_add((660_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((183_000 as Weight).saturating_mul(p as Weight))
.saturating_add((189_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn remove_announcement(a: u32, p: u32, ) -> Weight {
(41_597_000 as Weight)
(38_120_000 as Weight)
// Standard Error: 1_000
.saturating_add((821_000 as Weight).saturating_mul(a as Weight))
.saturating_add((660_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((11_000 as Weight).saturating_mul(p as Weight))
.saturating_add((14_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn reject_announcement(a: u32, _p: u32, ) -> Weight {
(46_884_000 as Weight)
// Standard Error: 12_000
.saturating_add((886_000 as Weight).saturating_mul(a as Weight))
fn reject_announcement(a: u32, p: u32, ) -> Weight {
(38_176_000 as Weight)
// Standard Error: 1_000
.saturating_add((655_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((17_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn announce(a: u32, p: u32, ) -> Weight {
(66_635_000 as Weight)
(52_112_000 as Weight)
// Standard Error: 1_000
.saturating_add((716_000 as Weight).saturating_mul(a as Weight))
.saturating_add((665_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((188_000 as Weight).saturating_mul(p as Weight))
.saturating_add((196_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn add_proxy(p: u32, ) -> Weight {
(44_921_000 as Weight)
(36_934_000 as Weight)
// Standard Error: 1_000
.saturating_add((193_000 as Weight).saturating_mul(p as Weight))
.saturating_add((249_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn remove_proxy(p: u32, ) -> Weight {
(40_276_000 as Weight)
(36_575_000 as Weight)
// Standard Error: 1_000
.saturating_add((230_000 as Weight).saturating_mul(p as Weight))
.saturating_add((286_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn remove_proxies(p: u32, ) -> Weight {
(38_385_000 as Weight)
(35_363_000 as Weight)
// Standard Error: 1_000
.saturating_add((187_000 as Weight).saturating_mul(p as Weight))
.saturating_add((196_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn anonymous(p: u32, ) -> Weight {
(63_987_000 as Weight)
(50_383_000 as Weight)
// Standard Error: 1_000
.saturating_add((29_000 as Weight).saturating_mul(p as Weight))
.saturating_add((37_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn kill_anonymous(p: u32, ) -> Weight {
(41_015_000 as Weight)
(37_785_000 as Weight)
// Standard Error: 2_000
.saturating_add((189_000 as Weight).saturating_mul(p as Weight))
.saturating_add((193_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}