".git/.scripts/commands/bench-vm/bench-vm.sh" all (#13933)

Co-authored-by: command-bot <>
This commit is contained in:
Oleg Plakida
2023-06-19 14:31:20 +01:00
committed by GitHub
parent 05592a84eb
commit 0aa79f87ca
52 changed files with 5126 additions and 4928 deletions
+151 -147
View File
@@ -18,9 +18,9 @@
//! Autogenerated weights for pallet_democracy
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-06-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `runner-e8ezs4ez-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
// Executed Command:
@@ -31,6 +31,9 @@
// --steps=50
// --repeat=20
// --pallet=pallet_democracy
// --no-storage-info
// --no-median-slopes
// --no-min-squares
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
@@ -42,9 +45,10 @@
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
use sp_std::marker::PhantomData;
use core::marker::PhantomData;
/// Weight functions needed for pallet_democracy.
pub trait WeightInfo {
@@ -93,8 +97,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `4801`
// Estimated: `18187`
// Minimum execution time: 43_810_000 picoseconds.
Weight::from_parts(44_439_000, 18187)
// Minimum execution time: 49_339_000 picoseconds.
Weight::from_parts(50_942_000, 18187)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -104,8 +108,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `3556`
// Estimated: `6695`
// Minimum execution time: 40_003_000 picoseconds.
Weight::from_parts(40_448_000, 6695)
// Minimum execution time: 43_291_000 picoseconds.
Weight::from_parts(44_856_000, 6695)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -121,8 +125,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `3470`
// Estimated: `7260`
// Minimum execution time: 54_737_000 picoseconds.
Weight::from_parts(55_154_000, 7260)
// Minimum execution time: 61_890_000 picoseconds.
Weight::from_parts(63_626_000, 7260)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -138,8 +142,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `3492`
// Estimated: `7260`
// Minimum execution time: 59_545_000 picoseconds.
Weight::from_parts(59_955_000, 7260)
// Minimum execution time: 67_802_000 picoseconds.
Weight::from_parts(69_132_000, 7260)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -153,8 +157,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `366`
// Estimated: `3666`
// Minimum execution time: 27_886_000 picoseconds.
Weight::from_parts(28_372_000, 3666)
// Minimum execution time: 25_757_000 picoseconds.
Weight::from_parts(27_226_000, 3666)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -176,8 +180,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `5910`
// Estimated: `18187`
// Minimum execution time: 99_273_000 picoseconds.
Weight::from_parts(100_398_000, 18187)
// Minimum execution time: 113_060_000 picoseconds.
Weight::from_parts(114_813_000, 18187)
.saturating_add(T::DbWeight::get().reads(8_u64))
.saturating_add(T::DbWeight::get().writes(7_u64))
}
@@ -189,8 +193,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `3416`
// Estimated: `6703`
// Minimum execution time: 14_946_000 picoseconds.
Weight::from_parts(15_114_000, 6703)
// Minimum execution time: 13_413_000 picoseconds.
Weight::from_parts(13_794_000, 6703)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -200,8 +204,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_870_000 picoseconds.
Weight::from_parts(4_083_000, 0)
// Minimum execution time: 3_213_000 picoseconds.
Weight::from_parts(3_429_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Democracy NextExternal (r:0 w:1)
@@ -210,8 +214,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_989_000 picoseconds.
Weight::from_parts(4_166_000, 0)
// Minimum execution time: 3_280_000 picoseconds.
Weight::from_parts(3_389_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Democracy NextExternal (r:1 w:1)
@@ -226,8 +230,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `286`
// Estimated: `3518`
// Minimum execution time: 29_776_000 picoseconds.
Weight::from_parts(30_186_000, 3518)
// Minimum execution time: 28_142_000 picoseconds.
Weight::from_parts(28_862_000, 3518)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -241,8 +245,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `3519`
// Estimated: `6703`
// Minimum execution time: 33_891_000 picoseconds.
Weight::from_parts(34_265_000, 6703)
// Minimum execution time: 32_395_000 picoseconds.
Weight::from_parts(33_617_000, 6703)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -258,8 +262,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `5821`
// Estimated: `18187`
// Minimum execution time: 81_510_000 picoseconds.
Weight::from_parts(82_483_000, 18187)
// Minimum execution time: 92_255_000 picoseconds.
Weight::from_parts(93_704_000, 18187)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -271,8 +275,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `271`
// Estimated: `3518`
// Minimum execution time: 21_164_000 picoseconds.
Weight::from_parts(21_624_000, 3518)
// Minimum execution time: 19_623_000 picoseconds.
Weight::from_parts(20_545_000, 3518)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -287,10 +291,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `244 + r * (86 ±0)`
// Estimated: `1489 + r * (2676 ±0)`
// Minimum execution time: 6_925_000 picoseconds.
Weight::from_parts(10_624_198, 1489)
// Standard Error: 5_780
.saturating_add(Weight::from_parts(2_934_169, 0).saturating_mul(r.into()))
// Minimum execution time: 7_032_000 picoseconds.
Weight::from_parts(7_931_421, 1489)
// Standard Error: 7_395
.saturating_add(Weight::from_parts(3_236_964, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(1_u64))
@@ -313,10 +317,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `244 + r * (86 ±0)`
// Estimated: `18187 + r * (2676 ±0)`
// Minimum execution time: 10_551_000 picoseconds.
Weight::from_parts(13_126_123, 18187)
// Standard Error: 6_391
.saturating_add(Weight::from_parts(2_952_789, 0).saturating_mul(r.into()))
// Minimum execution time: 10_524_000 picoseconds.
Weight::from_parts(10_369_064, 18187)
// Standard Error: 8_385
.saturating_add(Weight::from_parts(3_242_334, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(1_u64))
@@ -335,10 +339,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `830 + r * (108 ±0)`
// Estimated: `19800 + r * (2676 ±0)`
// Minimum execution time: 47_172_000 picoseconds.
Weight::from_parts(49_667_954, 19800)
// Standard Error: 6_129
.saturating_add(Weight::from_parts(4_230_402, 0).saturating_mul(r.into()))
// Minimum execution time: 46_106_000 picoseconds.
Weight::from_parts(48_936_654, 19800)
// Standard Error: 8_879
.saturating_add(Weight::from_parts(4_708_141, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(4_u64))
@@ -354,10 +358,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `493 + r * (108 ±0)`
// Estimated: `13530 + r * (2676 ±0)`
// Minimum execution time: 22_360_000 picoseconds.
Weight::from_parts(25_063_237, 13530)
// Standard Error: 5_326
.saturating_add(Weight::from_parts(4_163_683, 0).saturating_mul(r.into()))
// Minimum execution time: 21_078_000 picoseconds.
Weight::from_parts(22_732_737, 13530)
// Standard Error: 7_969
.saturating_add(Weight::from_parts(4_626_458, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(2_u64))
@@ -370,8 +374,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 4_047_000 picoseconds.
Weight::from_parts(4_139_000, 0)
// Minimum execution time: 3_229_000 picoseconds.
Weight::from_parts(3_415_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Democracy VotingOf (r:1 w:1)
@@ -387,10 +391,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `563`
// Estimated: `7260`
// Minimum execution time: 27_322_000 picoseconds.
Weight::from_parts(39_909_589, 7260)
// Standard Error: 2_758
.saturating_add(Weight::from_parts(29_497, 0).saturating_mul(r.into()))
// Minimum execution time: 25_735_000 picoseconds.
Weight::from_parts(41_341_468, 7260)
// Standard Error: 3_727
.saturating_add(Weight::from_parts(94_755, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -407,10 +411,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `564 + r * (22 ±0)`
// Estimated: `7260`
// Minimum execution time: 37_082_000 picoseconds.
Weight::from_parts(38_580_061, 7260)
// Standard Error: 664
.saturating_add(Weight::from_parts(62_401, 0).saturating_mul(r.into()))
// Minimum execution time: 36_233_000 picoseconds.
Weight::from_parts(39_836_017, 7260)
// Standard Error: 1_791
.saturating_add(Weight::from_parts(132_158, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -423,10 +427,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `728 + r * (26 ±0)`
// Estimated: `7260`
// Minimum execution time: 17_528_000 picoseconds.
Weight::from_parts(20_075_412, 7260)
// Standard Error: 1_072
.saturating_add(Weight::from_parts(81_734, 0).saturating_mul(r.into()))
// Minimum execution time: 16_081_000 picoseconds.
Weight::from_parts(19_624_101, 7260)
// Standard Error: 1_639
.saturating_add(Weight::from_parts(133_630, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -439,10 +443,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `728 + r * (26 ±0)`
// Estimated: `7260`
// Minimum execution time: 17_517_000 picoseconds.
Weight::from_parts(20_090_718, 7260)
// Standard Error: 1_105
.saturating_add(Weight::from_parts(82_651, 0).saturating_mul(r.into()))
// Minimum execution time: 15_634_000 picoseconds.
Weight::from_parts(19_573_407, 7260)
// Standard Error: 1_790
.saturating_add(Weight::from_parts(139_707, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -456,8 +460,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `356`
// Estimated: `3556`
// Minimum execution time: 19_234_000 picoseconds.
Weight::from_parts(19_755_000, 3556)
// Minimum execution time: 18_344_000 picoseconds.
Weight::from_parts(18_727_000, 3556)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -469,8 +473,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `286`
// Estimated: `3518`
// Minimum execution time: 17_621_000 picoseconds.
Weight::from_parts(17_861_000, 3518)
// Minimum execution time: 16_497_000 picoseconds.
Weight::from_parts(16_892_000, 3518)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -484,8 +488,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `4888`
// Estimated: `18187`
// Minimum execution time: 35_785_000 picoseconds.
Weight::from_parts(36_102_000, 18187)
// Minimum execution time: 39_517_000 picoseconds.
Weight::from_parts(40_632_000, 18187)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -497,8 +501,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `4822`
// Estimated: `18187`
// Minimum execution time: 33_493_000 picoseconds.
Weight::from_parts(33_747_000, 18187)
// Minimum execution time: 37_108_000 picoseconds.
Weight::from_parts(37_599_000, 18187)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -510,8 +514,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `3556`
// Minimum execution time: 15_557_000 picoseconds.
Weight::from_parts(15_844_000, 3556)
// Minimum execution time: 13_997_000 picoseconds.
Weight::from_parts(14_298_000, 3556)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -523,8 +527,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `302`
// Estimated: `3666`
// Minimum execution time: 19_940_000 picoseconds.
Weight::from_parts(20_301_000, 3666)
// Minimum execution time: 18_122_000 picoseconds.
Weight::from_parts(18_655_000, 3666)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -544,8 +548,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `4801`
// Estimated: `18187`
// Minimum execution time: 43_810_000 picoseconds.
Weight::from_parts(44_439_000, 18187)
// Minimum execution time: 49_339_000 picoseconds.
Weight::from_parts(50_942_000, 18187)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -555,8 +559,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `3556`
// Estimated: `6695`
// Minimum execution time: 40_003_000 picoseconds.
Weight::from_parts(40_448_000, 6695)
// Minimum execution time: 43_291_000 picoseconds.
Weight::from_parts(44_856_000, 6695)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -572,8 +576,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `3470`
// Estimated: `7260`
// Minimum execution time: 54_737_000 picoseconds.
Weight::from_parts(55_154_000, 7260)
// Minimum execution time: 61_890_000 picoseconds.
Weight::from_parts(63_626_000, 7260)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -589,8 +593,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `3492`
// Estimated: `7260`
// Minimum execution time: 59_545_000 picoseconds.
Weight::from_parts(59_955_000, 7260)
// Minimum execution time: 67_802_000 picoseconds.
Weight::from_parts(69_132_000, 7260)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -604,8 +608,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `366`
// Estimated: `3666`
// Minimum execution time: 27_886_000 picoseconds.
Weight::from_parts(28_372_000, 3666)
// Minimum execution time: 25_757_000 picoseconds.
Weight::from_parts(27_226_000, 3666)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -627,8 +631,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `5910`
// Estimated: `18187`
// Minimum execution time: 99_273_000 picoseconds.
Weight::from_parts(100_398_000, 18187)
// Minimum execution time: 113_060_000 picoseconds.
Weight::from_parts(114_813_000, 18187)
.saturating_add(RocksDbWeight::get().reads(8_u64))
.saturating_add(RocksDbWeight::get().writes(7_u64))
}
@@ -640,8 +644,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `3416`
// Estimated: `6703`
// Minimum execution time: 14_946_000 picoseconds.
Weight::from_parts(15_114_000, 6703)
// Minimum execution time: 13_413_000 picoseconds.
Weight::from_parts(13_794_000, 6703)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -651,8 +655,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_870_000 picoseconds.
Weight::from_parts(4_083_000, 0)
// Minimum execution time: 3_213_000 picoseconds.
Weight::from_parts(3_429_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Democracy NextExternal (r:0 w:1)
@@ -661,8 +665,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_989_000 picoseconds.
Weight::from_parts(4_166_000, 0)
// Minimum execution time: 3_280_000 picoseconds.
Weight::from_parts(3_389_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Democracy NextExternal (r:1 w:1)
@@ -677,8 +681,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `286`
// Estimated: `3518`
// Minimum execution time: 29_776_000 picoseconds.
Weight::from_parts(30_186_000, 3518)
// Minimum execution time: 28_142_000 picoseconds.
Weight::from_parts(28_862_000, 3518)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -692,8 +696,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `3519`
// Estimated: `6703`
// Minimum execution time: 33_891_000 picoseconds.
Weight::from_parts(34_265_000, 6703)
// Minimum execution time: 32_395_000 picoseconds.
Weight::from_parts(33_617_000, 6703)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -709,8 +713,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `5821`
// Estimated: `18187`
// Minimum execution time: 81_510_000 picoseconds.
Weight::from_parts(82_483_000, 18187)
// Minimum execution time: 92_255_000 picoseconds.
Weight::from_parts(93_704_000, 18187)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
@@ -722,8 +726,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `271`
// Estimated: `3518`
// Minimum execution time: 21_164_000 picoseconds.
Weight::from_parts(21_624_000, 3518)
// Minimum execution time: 19_623_000 picoseconds.
Weight::from_parts(20_545_000, 3518)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -738,10 +742,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `244 + r * (86 ±0)`
// Estimated: `1489 + r * (2676 ±0)`
// Minimum execution time: 6_925_000 picoseconds.
Weight::from_parts(10_624_198, 1489)
// Standard Error: 5_780
.saturating_add(Weight::from_parts(2_934_169, 0).saturating_mul(r.into()))
// Minimum execution time: 7_032_000 picoseconds.
Weight::from_parts(7_931_421, 1489)
// Standard Error: 7_395
.saturating_add(Weight::from_parts(3_236_964, 0).saturating_mul(r.into()))
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(RocksDbWeight::get().writes(1_u64))
@@ -764,10 +768,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `244 + r * (86 ±0)`
// Estimated: `18187 + r * (2676 ±0)`
// Minimum execution time: 10_551_000 picoseconds.
Weight::from_parts(13_126_123, 18187)
// Standard Error: 6_391
.saturating_add(Weight::from_parts(2_952_789, 0).saturating_mul(r.into()))
// Minimum execution time: 10_524_000 picoseconds.
Weight::from_parts(10_369_064, 18187)
// Standard Error: 8_385
.saturating_add(Weight::from_parts(3_242_334, 0).saturating_mul(r.into()))
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(RocksDbWeight::get().writes(1_u64))
@@ -786,10 +790,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `830 + r * (108 ±0)`
// Estimated: `19800 + r * (2676 ±0)`
// Minimum execution time: 47_172_000 picoseconds.
Weight::from_parts(49_667_954, 19800)
// Standard Error: 6_129
.saturating_add(Weight::from_parts(4_230_402, 0).saturating_mul(r.into()))
// Minimum execution time: 46_106_000 picoseconds.
Weight::from_parts(48_936_654, 19800)
// Standard Error: 8_879
.saturating_add(Weight::from_parts(4_708_141, 0).saturating_mul(r.into()))
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(RocksDbWeight::get().writes(4_u64))
@@ -805,10 +809,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `493 + r * (108 ±0)`
// Estimated: `13530 + r * (2676 ±0)`
// Minimum execution time: 22_360_000 picoseconds.
Weight::from_parts(25_063_237, 13530)
// Standard Error: 5_326
.saturating_add(Weight::from_parts(4_163_683, 0).saturating_mul(r.into()))
// Minimum execution time: 21_078_000 picoseconds.
Weight::from_parts(22_732_737, 13530)
// Standard Error: 7_969
.saturating_add(Weight::from_parts(4_626_458, 0).saturating_mul(r.into()))
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(RocksDbWeight::get().writes(2_u64))
@@ -821,8 +825,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 4_047_000 picoseconds.
Weight::from_parts(4_139_000, 0)
// Minimum execution time: 3_229_000 picoseconds.
Weight::from_parts(3_415_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Democracy VotingOf (r:1 w:1)
@@ -838,10 +842,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `563`
// Estimated: `7260`
// Minimum execution time: 27_322_000 picoseconds.
Weight::from_parts(39_909_589, 7260)
// Standard Error: 2_758
.saturating_add(Weight::from_parts(29_497, 0).saturating_mul(r.into()))
// Minimum execution time: 25_735_000 picoseconds.
Weight::from_parts(41_341_468, 7260)
// Standard Error: 3_727
.saturating_add(Weight::from_parts(94_755, 0).saturating_mul(r.into()))
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -858,10 +862,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `564 + r * (22 ±0)`
// Estimated: `7260`
// Minimum execution time: 37_082_000 picoseconds.
Weight::from_parts(38_580_061, 7260)
// Standard Error: 664
.saturating_add(Weight::from_parts(62_401, 0).saturating_mul(r.into()))
// Minimum execution time: 36_233_000 picoseconds.
Weight::from_parts(39_836_017, 7260)
// Standard Error: 1_791
.saturating_add(Weight::from_parts(132_158, 0).saturating_mul(r.into()))
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -874,10 +878,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `728 + r * (26 ±0)`
// Estimated: `7260`
// Minimum execution time: 17_528_000 picoseconds.
Weight::from_parts(20_075_412, 7260)
// Standard Error: 1_072
.saturating_add(Weight::from_parts(81_734, 0).saturating_mul(r.into()))
// Minimum execution time: 16_081_000 picoseconds.
Weight::from_parts(19_624_101, 7260)
// Standard Error: 1_639
.saturating_add(Weight::from_parts(133_630, 0).saturating_mul(r.into()))
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -890,10 +894,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `728 + r * (26 ±0)`
// Estimated: `7260`
// Minimum execution time: 17_517_000 picoseconds.
Weight::from_parts(20_090_718, 7260)
// Standard Error: 1_105
.saturating_add(Weight::from_parts(82_651, 0).saturating_mul(r.into()))
// Minimum execution time: 15_634_000 picoseconds.
Weight::from_parts(19_573_407, 7260)
// Standard Error: 1_790
.saturating_add(Weight::from_parts(139_707, 0).saturating_mul(r.into()))
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -907,8 +911,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `356`
// Estimated: `3556`
// Minimum execution time: 19_234_000 picoseconds.
Weight::from_parts(19_755_000, 3556)
// Minimum execution time: 18_344_000 picoseconds.
Weight::from_parts(18_727_000, 3556)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -920,8 +924,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `286`
// Estimated: `3518`
// Minimum execution time: 17_621_000 picoseconds.
Weight::from_parts(17_861_000, 3518)
// Minimum execution time: 16_497_000 picoseconds.
Weight::from_parts(16_892_000, 3518)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -935,8 +939,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `4888`
// Estimated: `18187`
// Minimum execution time: 35_785_000 picoseconds.
Weight::from_parts(36_102_000, 18187)
// Minimum execution time: 39_517_000 picoseconds.
Weight::from_parts(40_632_000, 18187)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -948,8 +952,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `4822`
// Estimated: `18187`
// Minimum execution time: 33_493_000 picoseconds.
Weight::from_parts(33_747_000, 18187)
// Minimum execution time: 37_108_000 picoseconds.
Weight::from_parts(37_599_000, 18187)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -961,8 +965,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `3556`
// Minimum execution time: 15_557_000 picoseconds.
Weight::from_parts(15_844_000, 3556)
// Minimum execution time: 13_997_000 picoseconds.
Weight::from_parts(14_298_000, 3556)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -974,8 +978,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `302`
// Estimated: `3666`
// Minimum execution time: 19_940_000 picoseconds.
Weight::from_parts(20_301_000, 3666)
// Minimum execution time: 18_122_000 picoseconds.
Weight::from_parts(18_655_000, 3666)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}