mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
fix: update weights for RT910 (#384)
- [x] Updated weights for testnet - [x] Updated weights for stagenet - [x] Updated weights for mainnet --------- Co-authored-by: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Co-authored-by: Ahmad Kaouk <56095276+ahmadkaouk@users.noreply.github.com> Co-authored-by: Ahmad Kaouk <ahmadkaouk.93@gmail.com>
This commit is contained in:
parent
e93bbb4832
commit
66843fde0d
108 changed files with 2160 additions and 2480 deletions
3
operator/Cargo.lock
generated
3
operator/Cargo.lock
generated
|
|
@ -2722,6 +2722,7 @@ dependencies = [
|
|||
"snowbridge-outbound-queue-primitives",
|
||||
"snowbridge-outbound-queue-v2-runtime-api",
|
||||
"snowbridge-pallet-ethereum-client",
|
||||
"snowbridge-pallet-ethereum-client-fixtures",
|
||||
"snowbridge-pallet-inbound-queue-v2",
|
||||
"snowbridge-pallet-outbound-queue-v2",
|
||||
"snowbridge-pallet-system",
|
||||
|
|
@ -3016,6 +3017,7 @@ dependencies = [
|
|||
"snowbridge-outbound-queue-primitives",
|
||||
"snowbridge-outbound-queue-v2-runtime-api",
|
||||
"snowbridge-pallet-ethereum-client",
|
||||
"snowbridge-pallet-ethereum-client-fixtures",
|
||||
"snowbridge-pallet-inbound-queue-v2",
|
||||
"snowbridge-pallet-outbound-queue-v2",
|
||||
"snowbridge-pallet-system",
|
||||
|
|
@ -3167,6 +3169,7 @@ dependencies = [
|
|||
"snowbridge-outbound-queue-primitives",
|
||||
"snowbridge-outbound-queue-v2-runtime-api",
|
||||
"snowbridge-pallet-ethereum-client",
|
||||
"snowbridge-pallet-ethereum-client-fixtures",
|
||||
"snowbridge-pallet-inbound-queue-v2",
|
||||
"snowbridge-pallet-outbound-queue-v2",
|
||||
"snowbridge-pallet-system",
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ snowbridge-merkle-tree = { workspace = true }
|
|||
snowbridge-outbound-queue-primitives = { workspace = true }
|
||||
snowbridge-outbound-queue-v2-runtime-api = { workspace = true }
|
||||
snowbridge-pallet-ethereum-client = { workspace = true }
|
||||
snowbridge-pallet-ethereum-client-fixtures = { workspace = true, optional = true }
|
||||
snowbridge-pallet-inbound-queue-v2 = { workspace = true }
|
||||
snowbridge-pallet-outbound-queue-v2 = { workspace = true }
|
||||
snowbridge-pallet-system = { workspace = true }
|
||||
|
|
@ -346,6 +347,7 @@ runtime-benchmarks = [
|
|||
"polkadot-runtime-common/runtime-benchmarks",
|
||||
"snowbridge-inbound-queue-primitives/runtime-benchmarks",
|
||||
"snowbridge-pallet-ethereum-client/runtime-benchmarks",
|
||||
"snowbridge-pallet-ethereum-client-fixtures/runtime-benchmarks",
|
||||
"snowbridge-pallet-inbound-queue-v2/runtime-benchmarks",
|
||||
"snowbridge-pallet-system-v2/runtime-benchmarks",
|
||||
"snowbridge-pallet-outbound-queue-v2/runtime-benchmarks",
|
||||
|
|
|
|||
|
|
@ -1099,12 +1099,47 @@ impl snowbridge_pallet_system_v2::Config for Runtime {
|
|||
type Helper = ();
|
||||
}
|
||||
|
||||
// For tests, benchmarks and fast-runtime configurations we use the mocked fork versions
|
||||
#[cfg(any(
|
||||
feature = "std",
|
||||
feature = "fast-runtime",
|
||||
feature = "runtime-benchmarks",
|
||||
test
|
||||
// Fork versions for runtime benchmarks - must match the fixtures for BLS verification to work
|
||||
// The fixtures are generated with standard testnet fork versions
|
||||
#[cfg(feature = "runtime-benchmarks")]
|
||||
parameter_types! {
|
||||
pub const ChainForkVersions: ForkVersions = ForkVersions {
|
||||
genesis: Fork {
|
||||
version: hex_literal::hex!("00000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
altair: Fork {
|
||||
version: hex_literal::hex!("01000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
bellatrix: Fork {
|
||||
version: hex_literal::hex!("02000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
capella: Fork {
|
||||
version: hex_literal::hex!("03000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
deneb: Fork {
|
||||
version: hex_literal::hex!("04000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
electra: Fork {
|
||||
version: hex_literal::hex!("05000000"),
|
||||
epoch: 80000000000,
|
||||
},
|
||||
fulu: Fork {
|
||||
version: hex_literal::hex!("06000000"),
|
||||
epoch: 90000000000,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
// For tests, fast-runtime and std configurations we use the mocked fork versions
|
||||
// These match the fork versions used by the local Ethereum network in E2E tests
|
||||
#[cfg(all(
|
||||
any(feature = "std", feature = "fast-runtime", test),
|
||||
not(feature = "runtime-benchmarks")
|
||||
))]
|
||||
parameter_types! {
|
||||
pub const ChainForkVersions: ForkVersions = ForkVersions {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `frame_system`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -60,20 +60,20 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_082_000 picoseconds.
|
||||
Weight::from_parts(8_695_261, 0)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(503, 0).saturating_mul(b.into()))
|
||||
// Minimum execution time: 3_099_000 picoseconds.
|
||||
Weight::from_parts(12_332_577, 0)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(397, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_851_000 picoseconds.
|
||||
Weight::from_parts(8_073_000, 0)
|
||||
// Minimum execution time: 8_188_000 picoseconds.
|
||||
Weight::from_parts(8_284_000, 0)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_990, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(1_846, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
|
||||
/// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
|
||||
|
|
@ -81,8 +81,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_933_000 picoseconds.
|
||||
Weight::from_parts(5_112_000, 0)
|
||||
// Minimum execution time: 5_100_000 picoseconds.
|
||||
Weight::from_parts(5_300_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `MultiBlockMigrations::Cursor` (r:1 w:0)
|
||||
|
|
@ -93,8 +93,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `142`
|
||||
// Estimated: `67035`
|
||||
// Minimum execution time: 137_713_152_000 picoseconds.
|
||||
Weight::from_parts(141_676_111_000, 67035)
|
||||
// Minimum execution time: 136_549_639_000 picoseconds.
|
||||
Weight::from_parts(139_536_981_000, 67035)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -105,10 +105,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_050_000 picoseconds.
|
||||
Weight::from_parts(3_137_000, 0)
|
||||
// Standard Error: 3_015
|
||||
.saturating_add(Weight::from_parts(1_007_101, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_106_000 picoseconds.
|
||||
Weight::from_parts(3_226_000, 0)
|
||||
// Standard Error: 2_936
|
||||
.saturating_add(Weight::from_parts(970_297, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
||||
|
|
@ -118,10 +118,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_036_000 picoseconds.
|
||||
Weight::from_parts(3_105_000, 0)
|
||||
// Standard Error: 1_426
|
||||
.saturating_add(Weight::from_parts(714_229, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_218_000 picoseconds.
|
||||
Weight::from_parts(3_304_000, 0)
|
||||
// Standard Error: 1_209
|
||||
.saturating_add(Weight::from_parts(682_410, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
||||
|
|
@ -131,10 +131,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `131 + p * (69 ±0)`
|
||||
// Estimated: `119 + p * (70 ±0)`
|
||||
// Minimum execution time: 5_925_000 picoseconds.
|
||||
Weight::from_parts(6_047_000, 119)
|
||||
// Standard Error: 2_251
|
||||
.saturating_add(Weight::from_parts(1_454_590, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 5_989_000 picoseconds.
|
||||
Weight::from_parts(6_124_000, 119)
|
||||
// Standard Error: 1_887
|
||||
.saturating_add(Weight::from_parts(1_407_947, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
|
||||
|
|
@ -145,8 +145,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 16_683_000 picoseconds.
|
||||
Weight::from_parts(22_629_000, 0)
|
||||
// Minimum execution time: 13_466_000 picoseconds.
|
||||
Weight::from_parts(15_867_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `System::AuthorizedUpgrade` (r:1 w:1)
|
||||
|
|
@ -159,8 +159,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `164`
|
||||
// Estimated: `67035`
|
||||
// Minimum execution time: 145_476_692_000 picoseconds.
|
||||
Weight::from_parts(147_836_500_000, 67035)
|
||||
// Minimum execution time: 142_658_845_000 picoseconds.
|
||||
Weight::from_parts(145_119_524_000, 67035)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_babe`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -55,13 +55,21 @@ use sp_std::marker::PhantomData;
|
|||
/// Weights for `pallet_babe`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_babe::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `x` is `[0, 1]`.
|
||||
fn plan_config_change() -> Weight {
|
||||
// Minimum execution time approximated from previous BABE benchmarking.
|
||||
Weight::from_parts(89_358_553, 0)
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 88_988_000 picoseconds.
|
||||
Weight::from_parts(89_676_965, 0)
|
||||
}
|
||||
|
||||
fn report_equivocation(_x: u32, _y: u32) -> Weight {
|
||||
// Approximated using the old `check_equivocation_proof` measurement.
|
||||
Weight::from_parts(89_358_553, 0)
|
||||
/// The range of component `x` is `[0, 1]`.
|
||||
fn report_equivocation(_prev: u32, _equivocations: u32) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 88_988_000 picoseconds.
|
||||
Weight::from_parts(89_676_965, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_balances`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `40`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 69_816_000 picoseconds.
|
||||
Weight::from_parts(71_146_000, 3581)
|
||||
// Minimum execution time: 69_284_000 picoseconds.
|
||||
Weight::from_parts(70_544_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `40`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 56_349_000 picoseconds.
|
||||
Weight::from_parts(57_008_000, 3581)
|
||||
// Minimum execution time: 56_138_000 picoseconds.
|
||||
Weight::from_parts(56_697_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -83,8 +83,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `195`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 21_479_000 picoseconds.
|
||||
Weight::from_parts(22_088_000, 3581)
|
||||
// Minimum execution time: 21_364_000 picoseconds.
|
||||
Weight::from_parts(21_904_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -94,8 +94,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `195`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 30_762_000 picoseconds.
|
||||
Weight::from_parts(31_520_000, 3581)
|
||||
// Minimum execution time: 30_363_000 picoseconds.
|
||||
Weight::from_parts(31_275_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -105,8 +105,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `235`
|
||||
// Estimated: `6172`
|
||||
// Minimum execution time: 72_691_000 picoseconds.
|
||||
Weight::from_parts(73_739_000, 6172)
|
||||
// Minimum execution time: 72_570_000 picoseconds.
|
||||
Weight::from_parts(73_362_000, 6172)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -116,8 +116,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `40`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 69_099_000 picoseconds.
|
||||
Weight::from_parts(70_282_000, 3581)
|
||||
// Minimum execution time: 68_337_000 picoseconds.
|
||||
Weight::from_parts(69_597_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -127,8 +127,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `195`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 25_951_000 picoseconds.
|
||||
Weight::from_parts(26_536_000, 3581)
|
||||
// Minimum execution time: 25_030_000 picoseconds.
|
||||
Weight::from_parts(25_686_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -137,12 +137,12 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
/// The range of component `u` is `[1, 1000]`.
|
||||
fn upgrade_accounts(u: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `619 + u * (124 ±0)`
|
||||
// Measured: `658 + u * (124 ±0)`
|
||||
// Estimated: `990 + u * (2591 ±0)`
|
||||
// Minimum execution time: 23_168_000 picoseconds.
|
||||
Weight::from_parts(23_456_000, 990)
|
||||
// Standard Error: 13_373
|
||||
.saturating_add(Weight::from_parts(19_351_257, 0).saturating_mul(u.into()))
|
||||
// Minimum execution time: 22_880_000 picoseconds.
|
||||
Weight::from_parts(23_249_000, 990)
|
||||
// Standard Error: 12_222
|
||||
.saturating_add(Weight::from_parts(18_763_842, 0).saturating_mul(u.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2591).saturating_mul(u.into()))
|
||||
|
|
@ -151,21 +151,21 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_495_000 picoseconds.
|
||||
Weight::from_parts(8_751_000, 0)
|
||||
// Minimum execution time: 8_407_000 picoseconds.
|
||||
Weight::from_parts(8_611_000, 0)
|
||||
}
|
||||
fn burn_allow_death() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 43_529_000 picoseconds.
|
||||
Weight::from_parts(44_624_000, 0)
|
||||
// Minimum execution time: 43_802_000 picoseconds.
|
||||
Weight::from_parts(44_628_000, 0)
|
||||
}
|
||||
fn burn_keep_alive() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 30_527_000 picoseconds.
|
||||
Weight::from_parts(31_097_000, 0)
|
||||
// Minimum execution time: 30_756_000 picoseconds.
|
||||
Weight::from_parts(31_277_000, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_beefy_mmr`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_beefy_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `68`
|
||||
// Estimated: `3509`
|
||||
// Minimum execution time: 7_648_000 picoseconds.
|
||||
Weight::from_parts(7_946_000, 3509)
|
||||
// Minimum execution time: 7_674_000 picoseconds.
|
||||
Weight::from_parts(7_960_000, 3509)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Mmr::Nodes` (r:1 w:0)
|
||||
|
|
@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_beefy_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `221`
|
||||
// Estimated: `3505`
|
||||
// Minimum execution time: 6_763_000 picoseconds.
|
||||
Weight::from_parts(7_168_000, 3505)
|
||||
// Minimum execution time: 6_830_000 picoseconds.
|
||||
Weight::from_parts(7_135_000, 3505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Mmr::RootHash` (r:1 w:0)
|
||||
|
|
@ -84,10 +84,10 @@ impl<T: frame_system::Config> pallet_beefy_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `213`
|
||||
// Estimated: `1517`
|
||||
// Minimum execution time: 14_203_000 picoseconds.
|
||||
Weight::from_parts(25_109_866, 1517)
|
||||
// Standard Error: 2_614
|
||||
.saturating_add(Weight::from_parts(1_564_254, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 13_880_000 picoseconds.
|
||||
Weight::from_parts(23_110_774, 1517)
|
||||
// Standard Error: 2_322
|
||||
.saturating_add(Weight::from_parts(1_511_565, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,237 +0,0 @@
|
|||
// This file is part of DataHaven.
|
||||
|
||||
// Copyright (C) DataHaven Team.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//! Autogenerated weights for `pallet_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 42.0.0
|
||||
//! DATE: 2024-01-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `benchmark`, CPU: `Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz`
|
||||
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("stagenet")`, DB CACHE: `1024`
|
||||
|
||||
// Executed Command:
|
||||
// ./target/release/datahaven-node
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=stagenet
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_collective
|
||||
// --extrinsic=*
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --output=./runtime/stagenet/src/weights/pallet_collective.rs
|
||||
// --header=./file_header.txt
|
||||
// --template=./frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![allow(unused_parens)]
|
||||
#![allow(unused_imports)]
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use core::marker::PhantomData;
|
||||
|
||||
/// Weight functions for `pallet_collective`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (3232 ±0) + p * (3190 ±0)`
|
||||
// Estimated: `15861 + m * (1967 ±24) + p * (4332 ±24)`
|
||||
// Minimum execution time: 17_607_000 picoseconds.
|
||||
Weight::from_parts(17_932_000, 15861)
|
||||
// Standard Error: 60_220
|
||||
.saturating_add(Weight::from_parts(4_374_805, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 60_220
|
||||
.saturating_add(Weight::from_parts(7_810_417, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 1967).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 4332).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn execute(b: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103 + m * (32 ±0)`
|
||||
// Estimated: `1589 + m * (32 ±0)`
|
||||
// Minimum execution time: 16_203_000 picoseconds.
|
||||
Weight::from_parts(15_348_267, 1589)
|
||||
// Standard Error: 37
|
||||
.saturating_add(Weight::from_parts(1_766, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 382
|
||||
.saturating_add(Weight::from_parts(15_765, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
|
||||
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103 + m * (32 ±0)`
|
||||
// Estimated: `3569 + m * (32 ±0)`
|
||||
// Minimum execution time: 18_642_000 picoseconds.
|
||||
Weight::from_parts(17_708_609, 3569)
|
||||
// Standard Error: 58
|
||||
.saturating_add(Weight::from_parts(2_285, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 596
|
||||
.saturating_add(Weight::from_parts(30_454, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `393 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3785 + m * (33 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 24_179_000 picoseconds.
|
||||
Weight::from_parts(23_477_821, 3785)
|
||||
// Standard Error: 112
|
||||
.saturating_add(Weight::from_parts(3_773, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_171
|
||||
.saturating_add(Weight::from_parts(32_783, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_157
|
||||
.saturating_add(Weight::from_parts(194_388, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `842 + m * (64 ±0)`
|
||||
// Estimated: `4306 + m * (64 ±0)`
|
||||
// Minimum execution time: 22_010_000 picoseconds.
|
||||
Weight::from_parts(22_705_036, 4306)
|
||||
// Standard Error: 1_052
|
||||
.saturating_add(Weight::from_parts(65_947, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `431 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3876 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 27_543_000 picoseconds.
|
||||
Weight::from_parts(28_180_454, 3876)
|
||||
// Standard Error: 1_378
|
||||
.saturating_add(Weight::from_parts(41_100, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_344
|
||||
.saturating_add(Weight::from_parts(180_187, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `733 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `4050 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 40_373_000 picoseconds.
|
||||
Weight::from_parts(42_695_215, 4050)
|
||||
// Standard Error: 167
|
||||
.saturating_add(Weight::from_parts(3_373, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_770
|
||||
.saturating_add(Weight::from_parts(33_830, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_725
|
||||
.saturating_add(Weight::from_parts(229_371, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `451 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3896 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 30_338_000 picoseconds.
|
||||
Weight::from_parts(31_518_425, 3896)
|
||||
// Standard Error: 1_451
|
||||
.saturating_add(Weight::from_parts(36_372, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_415
|
||||
.saturating_add(Weight::from_parts(181_473, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `753 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `4070 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 42_903_000 picoseconds.
|
||||
Weight::from_parts(45_317_975, 4070)
|
||||
// Standard Error: 174
|
||||
.saturating_add(Weight::from_parts(3_559, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_840
|
||||
.saturating_add(Weight::from_parts(34_424, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_793
|
||||
.saturating_add(Weight::from_parts(234_784, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn disapprove_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `260 + p * (32 ±0)`
|
||||
// Estimated: `1745 + p * (32 ±0)`
|
||||
// Minimum execution time: 14_040_000 picoseconds.
|
||||
Weight::from_parts(15_075_443, 1745)
|
||||
// Standard Error: 1_113
|
||||
.saturating_add(Weight::from_parts(169_397, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn kill(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `380 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3825 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 25_000_000 picoseconds.
|
||||
Weight::from_parts(25_500_000, 3825)
|
||||
// Standard Error: 1_200
|
||||
.saturating_add(Weight::from_parts(35_000, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_170
|
||||
.saturating_add(Weight::from_parts(160_000, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn release_proposal_cost() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `1594`
|
||||
// Minimum execution time: 12_000_000 picoseconds.
|
||||
Weight::from_parts(12_500_000, 1594)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_collective_technical_committee`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -51,11 +51,10 @@
|
|||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use sp_std::marker::PhantomData;
|
||||
use crate::pallet_collective_technical_committee;
|
||||
|
||||
/// Weights for `pallet_collective_technical_committee`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo for WeightInfo<T> {
|
||||
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// Storage: `TechnicalCommittee::Members` (r:1 w:1)
|
||||
/// Proof: `TechnicalCommittee::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
||||
/// Storage: `TechnicalCommittee::Proposals` (r:1 w:0)
|
||||
|
|
@ -71,12 +70,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (2021 ±0) + p * (2026 ±0)`
|
||||
// Estimated: `12234 + m * (1231 ±15) + p * (3660 ±15)`
|
||||
// Minimum execution time: 16_900_000 picoseconds.
|
||||
Weight::from_parts(17_118_000, 12234)
|
||||
// Standard Error: 66_792
|
||||
.saturating_add(Weight::from_parts(4_908_581, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 66_792
|
||||
.saturating_add(Weight::from_parts(10_024_496, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 17_018_000 picoseconds.
|
||||
Weight::from_parts(17_238_000, 12234)
|
||||
// Standard Error: 65_772
|
||||
.saturating_add(Weight::from_parts(4_757_571, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 65_772
|
||||
.saturating_add(Weight::from_parts(9_935_731, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
|
|
@ -96,12 +95,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `149 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 24_626_000 picoseconds.
|
||||
Weight::from_parts(24_484_705, 3997)
|
||||
// Standard Error: 36
|
||||
.saturating_add(Weight::from_parts(1_438, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 379
|
||||
.saturating_add(Weight::from_parts(10_367, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 25_092_000 picoseconds.
|
||||
Weight::from_parts(25_177_255, 3997)
|
||||
// Standard Error: 38
|
||||
.saturating_add(Weight::from_parts(1_356, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 397
|
||||
.saturating_add(Weight::from_parts(9_395, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -119,12 +118,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `149 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 28_006_000 picoseconds.
|
||||
Weight::from_parts(27_700_414, 3997)
|
||||
// Standard Error: 37
|
||||
.saturating_add(Weight::from_parts(1_483, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 389
|
||||
.saturating_add(Weight::from_parts(14_593, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 28_391_000 picoseconds.
|
||||
Weight::from_parts(28_288_136, 3997)
|
||||
// Standard Error: 44
|
||||
.saturating_add(Weight::from_parts(1_454, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 454
|
||||
.saturating_add(Weight::from_parts(14_528, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -145,14 +144,14 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `391 + m * (20 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3785 + m * (21 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 27_932_000 picoseconds.
|
||||
Weight::from_parts(25_613_789, 3785)
|
||||
// Standard Error: 231
|
||||
.saturating_add(Weight::from_parts(5_193, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_416
|
||||
.saturating_add(Weight::from_parts(32_378, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_386
|
||||
.saturating_add(Weight::from_parts(341_654, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 27_555_000 picoseconds.
|
||||
Weight::from_parts(28_531_338, 3785)
|
||||
// Standard Error: 165
|
||||
.saturating_add(Weight::from_parts(3_988, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_729
|
||||
.saturating_add(Weight::from_parts(26_501, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_707
|
||||
.saturating_add(Weight::from_parts(321_581, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 21).saturating_mul(m.into()))
|
||||
|
|
@ -167,10 +166,10 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `866 + m * (40 ±0)`
|
||||
// Estimated: `4330 + m * (40 ±0)`
|
||||
// Minimum execution time: 34_845_000 picoseconds.
|
||||
Weight::from_parts(36_630_801, 4330)
|
||||
// Standard Error: 1_405
|
||||
.saturating_add(Weight::from_parts(31_106, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 34_127_000 picoseconds.
|
||||
Weight::from_parts(36_773_854, 4330)
|
||||
// Standard Error: 1_509
|
||||
.saturating_add(Weight::from_parts(16_496, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
|
||||
|
|
@ -189,12 +188,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `443 + m * (40 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3888 + m * (41 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 31_969_000 picoseconds.
|
||||
Weight::from_parts(30_031_544, 3888)
|
||||
// Standard Error: 2_437
|
||||
.saturating_add(Weight::from_parts(54_970, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_376
|
||||
.saturating_add(Weight::from_parts(320_957, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 32_853_000 picoseconds.
|
||||
Weight::from_parts(33_847_686, 3888)
|
||||
// Standard Error: 1_137
|
||||
.saturating_add(Weight::from_parts(29_027, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_109
|
||||
.saturating_add(Weight::from_parts(285_405, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 41).saturating_mul(m.into()))
|
||||
|
|
@ -219,14 +218,14 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `791 + b * (1 ±0) + m * (40 ±0) + p * (40 ±0)`
|
||||
// Estimated: `4108 + b * (1 ±0) + m * (42 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 53_078_000 picoseconds.
|
||||
Weight::from_parts(57_771_908, 4108)
|
||||
// Standard Error: 227
|
||||
.saturating_add(Weight::from_parts(1_396, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_406
|
||||
.saturating_add(Weight::from_parts(3_804, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_345
|
||||
.saturating_add(Weight::from_parts(359_447, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 54_559_000 picoseconds.
|
||||
Weight::from_parts(57_501_968, 4108)
|
||||
// Standard Error: 240
|
||||
.saturating_add(Weight::from_parts(3_070, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_543
|
||||
.saturating_add(Weight::from_parts(9_531, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_479
|
||||
.saturating_add(Weight::from_parts(332_757, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -249,12 +248,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `512 + m * (30 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3954 + m * (31 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 34_675_000 picoseconds.
|
||||
Weight::from_parts(33_244_442, 3954)
|
||||
// Standard Error: 1_230
|
||||
.saturating_add(Weight::from_parts(38_059, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_199
|
||||
.saturating_add(Weight::from_parts(320_318, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 35_398_000 picoseconds.
|
||||
Weight::from_parts(35_697_790, 3954)
|
||||
// Standard Error: 1_566
|
||||
.saturating_add(Weight::from_parts(27_847, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_527
|
||||
.saturating_add(Weight::from_parts(300_810, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 31).saturating_mul(m.into()))
|
||||
|
|
@ -281,14 +280,14 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `811 + b * (1 ±0) + m * (40 ±0) + p * (40 ±0)`
|
||||
// Estimated: `4128 + b * (1 ±0) + m * (42 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 56_708_000 picoseconds.
|
||||
Weight::from_parts(55_198_811, 4128)
|
||||
// Standard Error: 287
|
||||
.saturating_add(Weight::from_parts(5_534, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 3_033
|
||||
.saturating_add(Weight::from_parts(14_250, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_957
|
||||
.saturating_add(Weight::from_parts(381_709, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 56_894_000 picoseconds.
|
||||
Weight::from_parts(59_887_314, 4128)
|
||||
// Standard Error: 220
|
||||
.saturating_add(Weight::from_parts(3_057, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_328
|
||||
.saturating_add(Weight::from_parts(14_668, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_269
|
||||
.saturating_add(Weight::from_parts(335_539, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -306,10 +305,10 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `260 + p * (32 ±0)`
|
||||
// Estimated: `1745 + p * (32 ±0)`
|
||||
// Minimum execution time: 17_574_000 picoseconds.
|
||||
Weight::from_parts(18_438_215, 1745)
|
||||
// Standard Error: 1_166
|
||||
.saturating_add(Weight::from_parts(283_492, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 18_181_000 picoseconds.
|
||||
Weight::from_parts(19_410_035, 1745)
|
||||
// Standard Error: 2_700
|
||||
.saturating_add(Weight::from_parts(257_789, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
|
|
@ -328,10 +327,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1531 + p * (36 ±0)`
|
||||
// Estimated: `4930 + d * (123 ±6) + p * (37 ±0)`
|
||||
// Minimum execution time: 25_456_000 picoseconds.
|
||||
Weight::from_parts(29_690_303, 4930)
|
||||
// Standard Error: 1_401
|
||||
.saturating_add(Weight::from_parts(317_457, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 25_513_000 picoseconds.
|
||||
Weight::from_parts(29_640_288, 4930)
|
||||
// Standard Error: 85_260
|
||||
.saturating_add(Weight::from_parts(731_395, 0).saturating_mul(d.into()))
|
||||
// Standard Error: 1_320
|
||||
.saturating_add(Weight::from_parts(304_268, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 123).saturating_mul(d.into()))
|
||||
|
|
@ -345,8 +346,8 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `945`
|
||||
// Estimated: `4410`
|
||||
// Minimum execution time: 19_807_000 picoseconds.
|
||||
Weight::from_parts(20_353_000, 4410)
|
||||
// Minimum execution time: 20_222_000 picoseconds.
|
||||
Weight::from_parts(21_219_000, 4410)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_collective_treasury_council`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -51,11 +51,10 @@
|
|||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use sp_std::marker::PhantomData;
|
||||
use crate::pallet_collective_treasury_council;
|
||||
|
||||
/// Weights for `pallet_collective_treasury_council`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for WeightInfo<T> {
|
||||
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// Storage: `TreasuryCouncil::Members` (r:1 w:1)
|
||||
/// Proof: `TreasuryCouncil::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
||||
/// Storage: `TreasuryCouncil::Proposals` (r:1 w:0)
|
||||
|
|
@ -70,13 +69,13 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (425 ±0) + p * (206 ±0)`
|
||||
// Estimated: `4117 + m * (266 ±3) + p * (2556 ±1)`
|
||||
// Minimum execution time: 10_946_000 picoseconds.
|
||||
Weight::from_parts(11_257_000, 4117)
|
||||
// Standard Error: 121_239
|
||||
.saturating_add(Weight::from_parts(3_648_050, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 55_392
|
||||
.saturating_add(Weight::from_parts(4_764_584, 0).saturating_mul(p.into()))
|
||||
// Estimated: `4117 + m * (266 ±4) + p * (2556 ±2)`
|
||||
// Minimum execution time: 10_890_000 picoseconds.
|
||||
Weight::from_parts(11_374_000, 4117)
|
||||
// Standard Error: 123_054
|
||||
.saturating_add(Weight::from_parts(3_648_585, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 56_221
|
||||
.saturating_add(Weight::from_parts(4_823_866, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
|
|
@ -96,12 +95,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `181 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 23_579_000 picoseconds.
|
||||
Weight::from_parts(23_784_384, 3997)
|
||||
// Standard Error: 37
|
||||
.saturating_add(Weight::from_parts(1_530, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 4_484
|
||||
.saturating_add(Weight::from_parts(58_204, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 23_609_000 picoseconds.
|
||||
Weight::from_parts(23_974_248, 3997)
|
||||
// Standard Error: 36
|
||||
.saturating_add(Weight::from_parts(1_488, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 4_329
|
||||
.saturating_add(Weight::from_parts(49_040, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -119,12 +118,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `181 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 26_756_000 picoseconds.
|
||||
Weight::from_parts(27_123_829, 3997)
|
||||
// Standard Error: 37
|
||||
.saturating_add(Weight::from_parts(1_586, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 4_414
|
||||
.saturating_add(Weight::from_parts(65_471, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 26_583_000 picoseconds.
|
||||
Weight::from_parts(27_577_760, 3997)
|
||||
// Standard Error: 59
|
||||
.saturating_add(Weight::from_parts(1_396, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 7_112
|
||||
.saturating_add(Weight::from_parts(2_908, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -145,14 +144,14 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `127 + m * (20 ±0) + p * (55 ±0)`
|
||||
// Estimated: `3548 + m * (27 ±0) + p * (54 ±0)`
|
||||
// Minimum execution time: 26_663_000 picoseconds.
|
||||
Weight::from_parts(25_003_739, 3548)
|
||||
// Standard Error: 120
|
||||
.saturating_add(Weight::from_parts(4_013, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 16_335
|
||||
.saturating_add(Weight::from_parts(70_738, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 6_266
|
||||
.saturating_add(Weight::from_parts(553_147, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 26_521_000 picoseconds.
|
||||
Weight::from_parts(24_546_964, 3548)
|
||||
// Standard Error: 123
|
||||
.saturating_add(Weight::from_parts(4_121, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 16_844
|
||||
.saturating_add(Weight::from_parts(88_180, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 6_461
|
||||
.saturating_add(Weight::from_parts(560_616, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 27).saturating_mul(m.into()))
|
||||
|
|
@ -167,10 +166,10 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `701 + m * (40 ±0)`
|
||||
// Estimated: `4166 + m * (40 ±0)`
|
||||
// Minimum execution time: 26_544_000 picoseconds.
|
||||
Weight::from_parts(27_631_331, 4166)
|
||||
// Standard Error: 9_957
|
||||
.saturating_add(Weight::from_parts(70_078, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 26_832_000 picoseconds.
|
||||
Weight::from_parts(28_088_718, 4166)
|
||||
// Standard Error: 9_573
|
||||
.saturating_add(Weight::from_parts(29_121, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
|
||||
|
|
@ -189,12 +188,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `234 + m * (40 ±0) + p * (55 ±0)`
|
||||
// Estimated: `3696 + m * (43 ±0) + p * (55 ±0)`
|
||||
// Minimum execution time: 29_628_000 picoseconds.
|
||||
Weight::from_parts(31_113_903, 3696)
|
||||
// Standard Error: 10_516
|
||||
.saturating_add(Weight::from_parts(19_344, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_983
|
||||
.saturating_add(Weight::from_parts(356_364, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 29_608_000 picoseconds.
|
||||
Weight::from_parts(31_151_416, 3696)
|
||||
// Standard Error: 11_127
|
||||
.saturating_add(Weight::from_parts(8_743, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 3_156
|
||||
.saturating_add(Weight::from_parts(368_323, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 43).saturating_mul(m.into()))
|
||||
|
|
@ -219,12 +218,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `225 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
|
||||
// Estimated: `3997 + b * (1 ±0) + m * (29 ±1) + p * (74 ±0)`
|
||||
// Minimum execution time: 49_536_000 picoseconds.
|
||||
Weight::from_parts(51_881_010, 3997)
|
||||
// Standard Error: 125
|
||||
.saturating_add(Weight::from_parts(2_660, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 6_520
|
||||
.saturating_add(Weight::from_parts(612_694, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 49_727_000 picoseconds.
|
||||
Weight::from_parts(52_632_323, 3997)
|
||||
// Standard Error: 119
|
||||
.saturating_add(Weight::from_parts(2_710, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 6_206
|
||||
.saturating_add(Weight::from_parts(617_075, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -247,12 +246,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `284 + m * (33 ±0) + p * (55 ±0)`
|
||||
// Estimated: `3747 + m * (34 ±0) + p * (56 ±0)`
|
||||
// Minimum execution time: 32_865_000 picoseconds.
|
||||
Weight::from_parts(33_853_310, 3747)
|
||||
// Standard Error: 10_206
|
||||
.saturating_add(Weight::from_parts(43_542, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_895
|
||||
.saturating_add(Weight::from_parts(355_192, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 32_683_000 picoseconds.
|
||||
Weight::from_parts(33_618_365, 3747)
|
||||
// Standard Error: 11_326
|
||||
.saturating_add(Weight::from_parts(51_622, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 3_213
|
||||
.saturating_add(Weight::from_parts(366_780, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 34).saturating_mul(m.into()))
|
||||
|
|
@ -279,12 +278,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `245 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
|
||||
// Estimated: `3997 + b * (1 ±0) + m * (30 ±1) + p * (74 ±0)`
|
||||
// Minimum execution time: 52_510_000 picoseconds.
|
||||
Weight::from_parts(54_879_941, 3997)
|
||||
// Standard Error: 110
|
||||
.saturating_add(Weight::from_parts(2_817, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 5_771
|
||||
.saturating_add(Weight::from_parts(623_515, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 52_698_000 picoseconds.
|
||||
Weight::from_parts(53_070_814, 3997)
|
||||
// Standard Error: 222
|
||||
.saturating_add(Weight::from_parts(3_274, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 11_620
|
||||
.saturating_add(Weight::from_parts(652_161, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -302,10 +301,10 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `293 + p * (32 ±0)`
|
||||
// Estimated: `1778 + p * (32 ±0)`
|
||||
// Minimum execution time: 17_382_000 picoseconds.
|
||||
Weight::from_parts(17_730_196, 1778)
|
||||
// Standard Error: 1_895
|
||||
.saturating_add(Weight::from_parts(315_318, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 17_410_000 picoseconds.
|
||||
Weight::from_parts(17_765_646, 1778)
|
||||
// Standard Error: 1_773
|
||||
.saturating_add(Weight::from_parts(295_811, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
|
|
@ -324,10 +323,10 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1347 + p * (55 ±0)`
|
||||
// Estimated: `4814 + d * (5 ±1) + p * (55 ±0)`
|
||||
// Minimum execution time: 24_921_000 picoseconds.
|
||||
Weight::from_parts(27_933_710, 4814)
|
||||
// Standard Error: 4_364
|
||||
.saturating_add(Weight::from_parts(450_847, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 25_067_000 picoseconds.
|
||||
Weight::from_parts(27_967_968, 4814)
|
||||
// Standard Error: 4_430
|
||||
.saturating_add(Weight::from_parts(441_648, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into()))
|
||||
|
|
@ -341,8 +340,8 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `780`
|
||||
// Estimated: `4245`
|
||||
// Minimum execution time: 15_798_000 picoseconds.
|
||||
Weight::from_parts(16_563_000, 4245)
|
||||
// Minimum execution time: 16_390_000 picoseconds.
|
||||
Weight::from_parts(16_831_000, 4245)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_conviction_voting`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1963`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 88_086_000 picoseconds.
|
||||
Weight::from_parts(90_205_000, 13328)
|
||||
// Minimum execution time: 88_876_000 picoseconds.
|
||||
Weight::from_parts(91_609_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -94,8 +94,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `2264`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 113_703_000 picoseconds.
|
||||
Weight::from_parts(115_189_000, 25666)
|
||||
// Minimum execution time: 114_116_000 picoseconds.
|
||||
Weight::from_parts(116_253_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(7_u64))
|
||||
}
|
||||
|
|
@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1979`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 74_821_000 picoseconds.
|
||||
Weight::from_parts(76_696_000, 25666)
|
||||
// Minimum execution time: 74_980_000 picoseconds.
|
||||
Weight::from_parts(77_153_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -124,8 +124,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1523`
|
||||
// Estimated: `4617`
|
||||
// Minimum execution time: 29_227_000 picoseconds.
|
||||
Weight::from_parts(30_737_000, 4617)
|
||||
// Minimum execution time: 29_440_000 picoseconds.
|
||||
Weight::from_parts(30_292_000, 4617)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -148,10 +148,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1655 + r * (248 ±0)`
|
||||
// Estimated: `25666 + r * (2805 ±0)`
|
||||
// Minimum execution time: 59_056_000 picoseconds.
|
||||
Weight::from_parts(60_088_699, 25666)
|
||||
// Standard Error: 73_714
|
||||
.saturating_add(Weight::from_parts(33_636_725, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 59_151_000 picoseconds.
|
||||
Weight::from_parts(61_377_655, 25666)
|
||||
// Standard Error: 79_013
|
||||
.saturating_add(Weight::from_parts(33_098_243, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
|
|
@ -171,10 +171,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1478 + r * (248 ±0)`
|
||||
// Estimated: `25666 + r * (2805 ±0)`
|
||||
// Minimum execution time: 28_140_000 picoseconds.
|
||||
Weight::from_parts(23_795_285, 25666)
|
||||
// Standard Error: 75_355
|
||||
.saturating_add(Weight::from_parts(33_249_620, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 27_566_000 picoseconds.
|
||||
Weight::from_parts(23_325_055, 25666)
|
||||
// Standard Error: 81_300
|
||||
.saturating_add(Weight::from_parts(33_059_292, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
|
|
@ -193,8 +193,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1229`
|
||||
// Estimated: `4752`
|
||||
// Minimum execution time: 64_652_000 picoseconds.
|
||||
Weight::from_parts(66_744_000, 4752)
|
||||
// Minimum execution time: 63_676_000 picoseconds.
|
||||
Weight::from_parts(66_363_000, 4752)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_datahaven_native_transfer`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_datahaven_native_transfer::WeightInfo for W
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `467`
|
||||
// Estimated: `8763`
|
||||
// Minimum execution time: 139_862_000 picoseconds.
|
||||
Weight::from_parts(141_500_000, 8763)
|
||||
// Minimum execution time: 142_042_000 picoseconds.
|
||||
Weight::from_parts(144_477_000, 8763)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
|
|
@ -80,8 +80,8 @@ impl<T: frame_system::Config> pallet_datahaven_native_transfer::WeightInfo for W
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_106_000 picoseconds.
|
||||
Weight::from_parts(7_381_000, 0)
|
||||
// Minimum execution time: 6_920_000 picoseconds.
|
||||
Weight::from_parts(7_139_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `DataHavenNativeTransfer::Paused` (r:0 w:1)
|
||||
|
|
@ -90,8 +90,8 @@ impl<T: frame_system::Config> pallet_datahaven_native_transfer::WeightInfo for W
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_141_000 picoseconds.
|
||||
Weight::from_parts(7_264_000, 0)
|
||||
// Minimum execution time: 6_824_000 picoseconds.
|
||||
Weight::from_parts(7_028_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_evm`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -59,7 +59,7 @@ impl<T: frame_system::Config> pallet_evm::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_985_000 picoseconds.
|
||||
Weight::from_parts(3_131_000, 0)
|
||||
// Minimum execution time: 3_020_000 picoseconds.
|
||||
Weight::from_parts(3_175_000, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_external_validator_slashes`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -64,8 +64,8 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `38528`
|
||||
// Estimated: `41993`
|
||||
// Minimum execution time: 77_087_000 picoseconds.
|
||||
Weight::from_parts(1_419_677_889, 41993)
|
||||
// Minimum execution time: 75_761_000 picoseconds.
|
||||
Weight::from_parts(1_089_309_061, 41993)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -83,8 +83,8 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `492`
|
||||
// Estimated: `3957`
|
||||
// Minimum execution time: 27_775_000 picoseconds.
|
||||
Weight::from_parts(28_400_000, 3957)
|
||||
// Minimum execution time: 27_522_000 picoseconds.
|
||||
Weight::from_parts(28_619_000, 3957)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -105,10 +105,10 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `541 + s * (38 ±0)`
|
||||
// Estimated: `6044 + s * (38 ±0)`
|
||||
// Minimum execution time: 49_768_000 picoseconds.
|
||||
Weight::from_parts(51_250_814, 6044)
|
||||
// Standard Error: 419
|
||||
.saturating_add(Weight::from_parts(45_497, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 49_305_000 picoseconds.
|
||||
Weight::from_parts(50_986_997, 6044)
|
||||
// Standard Error: 531
|
||||
.saturating_add(Weight::from_parts(45_711, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 38).saturating_mul(s.into()))
|
||||
|
|
@ -119,15 +119,16 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_882_000 picoseconds.
|
||||
Weight::from_parts(4_076_000, 0)
|
||||
// Minimum execution time: 3_911_000 picoseconds.
|
||||
Weight::from_parts(4_080_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
// Additional helper used only in testing environments to exercise the
|
||||
// message-sending path. This comes from the upstream pallet benchmarks.
|
||||
|
||||
fn root_test_send_msg_to_eth() -> Weight {
|
||||
// Minimum execution time: 994_654_000 picoseconds (from original benchmarks).
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `322`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 994_654_000 picoseconds.
|
||||
Weight::from_parts(1_015_195_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_external_validators`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_299_000 picoseconds.
|
||||
Weight::from_parts(3_585_000, 0)
|
||||
// Minimum execution time: 3_297_000 picoseconds.
|
||||
Weight::from_parts(3_499_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `Session::NextKeys` (r:1 w:0)
|
||||
|
|
@ -74,10 +74,10 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `812 + b * (25 ±0)`
|
||||
// Estimated: `4257 + b * (26 ±0)`
|
||||
// Minimum execution time: 25_260_000 picoseconds.
|
||||
Weight::from_parts(28_772_291, 4257)
|
||||
// Standard Error: 2_423
|
||||
.saturating_add(Weight::from_parts(215_535, 0).saturating_mul(b.into()))
|
||||
// Minimum execution time: 24_663_000 picoseconds.
|
||||
Weight::from_parts(29_509_487, 4257)
|
||||
// Standard Error: 2_576
|
||||
.saturating_add(Weight::from_parts(159_274, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 26).saturating_mul(b.into()))
|
||||
|
|
@ -89,10 +89,10 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `252 + b * (20 ±0)`
|
||||
// Estimated: `3487`
|
||||
// Minimum execution time: 14_440_000 picoseconds.
|
||||
Weight::from_parts(15_404_854, 3487)
|
||||
// Standard Error: 2_366
|
||||
.saturating_add(Weight::from_parts(191_285, 0).saturating_mul(b.into()))
|
||||
// Minimum execution time: 14_329_000 picoseconds.
|
||||
Weight::from_parts(17_318_884, 3487)
|
||||
// Standard Error: 1_868
|
||||
.saturating_add(Weight::from_parts(89_959, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -102,8 +102,8 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 15_140_000 picoseconds.
|
||||
Weight::from_parts(15_707_000, 0)
|
||||
// Minimum execution time: 15_368_000 picoseconds.
|
||||
Weight::from_parts(15_659_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `ExternalValidators::ExternalIndex` (r:0 w:1)
|
||||
|
|
@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_178_000 picoseconds.
|
||||
Weight::from_parts(9_817_000, 0)
|
||||
// Minimum execution time: 9_105_000 picoseconds.
|
||||
Weight::from_parts(9_573_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: `ExternalValidators::CurrentEra` (r:1 w:1)
|
||||
|
|
@ -141,10 +141,10 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `286 + r * (20 ±0)`
|
||||
// Estimated: `3487`
|
||||
// Minimum execution time: 24_480_000 picoseconds.
|
||||
Weight::from_parts(26_786_445, 3487)
|
||||
// Standard Error: 1_547
|
||||
.saturating_add(Weight::from_parts(249_814, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 24_029_000 picoseconds.
|
||||
Weight::from_parts(27_249_432, 3487)
|
||||
// Standard Error: 1_417
|
||||
.saturating_add(Weight::from_parts(213_563, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_external_validators_rewards`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -55,19 +55,23 @@ use sp_std::marker::PhantomData;
|
|||
/// Weights for `pallet_external_validators_rewards`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_external_validators_rewards::WeightInfo for WeightInfo<T> {
|
||||
/// Storage: `Parameters::Parameters` (r:4 w:0)
|
||||
/// Proof: `Parameters::Parameters` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
|
||||
/// Storage: `ExternalValidatorsRewards::BlocksProducedInEra` (r:1 w:0)
|
||||
/// Proof: `ExternalValidatorsRewards::BlocksProducedInEra` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`)
|
||||
/// Storage: `ExternalValidators::ActiveEra` (r:1 w:0)
|
||||
/// Proof: `ExternalValidators::ActiveEra` (`max_values`: Some(1), `max_size`: Some(13), added: 508, mode: `MaxEncodedLen`)
|
||||
/// Storage: `ExternalValidatorsRewards::RewardPointsForEra` (r:1 w:0)
|
||||
/// Proof: `ExternalValidatorsRewards::RewardPointsForEra` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
||||
/// Storage: `Parameters::Parameters` (r:3 w:0)
|
||||
/// Proof: `Parameters::Parameters` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
|
||||
/// Storage: `System::Account` (r:2 w:2)
|
||||
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
||||
fn on_era_end() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `25433`
|
||||
// Estimated: `28898`
|
||||
// Minimum execution time: 1_677_992_000 picoseconds.
|
||||
Weight::from_parts(1_702_488_000, 28898)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
// Measured: `25697`
|
||||
// Estimated: `29162`
|
||||
// Minimum execution time: 1_878_920_000 picoseconds.
|
||||
Weight::from_parts(1_905_623_000, 29162)
|
||||
.saturating_add(T::DbWeight::get().reads(9_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_grandpa`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -55,12 +55,15 @@ use sp_std::marker::PhantomData;
|
|||
/// Weights for `pallet_grandpa`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_grandpa::WeightInfo for WeightInfo<T> {
|
||||
|
||||
|
||||
fn report_equivocation(x: u32, _y: u32) -> Weight {
|
||||
// Approximated using the old `check_equivocation_proof` measurement.
|
||||
Weight::from_parts(79_097_059, 0)
|
||||
.saturating_add(Weight::from_parts(114_240, 0).saturating_mul(x.into()))
|
||||
/// The range of component `x` is `[0, 1]`.
|
||||
fn report_equivocation(prev: u32, _equivocations: u32) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 78_547_000 picoseconds.
|
||||
Weight::from_parts(78_982_114, 0)
|
||||
// Standard Error: 28_584
|
||||
.saturating_add(Weight::from_parts(129_485, 0).saturating_mul(prev.into()))
|
||||
}
|
||||
/// Storage: `Grandpa::Stalled` (r:0 w:1)
|
||||
/// Proof: `Grandpa::Stalled` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`)
|
||||
|
|
@ -68,8 +71,8 @@ impl<T: frame_system::Config> pallet_grandpa::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_656_000 picoseconds.
|
||||
Weight::from_parts(3_885_000, 0)
|
||||
// Minimum execution time: 3_815_000 picoseconds.
|
||||
Weight::from_parts(3_947_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_message_queue`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `223`
|
||||
// Estimated: `6212`
|
||||
// Minimum execution time: 17_100_000 picoseconds.
|
||||
Weight::from_parts(17_573_000, 6212)
|
||||
// Minimum execution time: 17_140_000 picoseconds.
|
||||
Weight::from_parts(17_467_000, 6212)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `218`
|
||||
// Estimated: `6212`
|
||||
// Minimum execution time: 14_893_000 picoseconds.
|
||||
Weight::from_parts(15_382_000, 6212)
|
||||
// Minimum execution time: 15_090_000 picoseconds.
|
||||
Weight::from_parts(15_649_000, 6212)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `6`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 5_762_000 picoseconds.
|
||||
Weight::from_parts(6_071_000, 3601)
|
||||
// Minimum execution time: 5_739_000 picoseconds.
|
||||
Weight::from_parts(6_122_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -98,8 +98,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `72`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 8_288_000 picoseconds.
|
||||
Weight::from_parts(8_603_000, 36310)
|
||||
// Minimum execution time: 8_302_000 picoseconds.
|
||||
Weight::from_parts(8_534_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -109,8 +109,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `72`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 8_593_000 picoseconds.
|
||||
Weight::from_parts(8_942_000, 36310)
|
||||
// Minimum execution time: 8_493_000 picoseconds.
|
||||
Weight::from_parts(8_668_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -122,8 +122,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 85_879_000 picoseconds.
|
||||
Weight::from_parts(89_407_000, 0)
|
||||
// Minimum execution time: 83_999_000 picoseconds.
|
||||
Weight::from_parts(85_177_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
|
||||
|
|
@ -134,8 +134,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `171`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 9_587_000 picoseconds.
|
||||
Weight::from_parts(9_928_000, 3601)
|
||||
// Minimum execution time: 9_156_000 picoseconds.
|
||||
Weight::from_parts(9_699_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -147,8 +147,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `32898`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 44_360_000 picoseconds.
|
||||
Weight::from_parts(45_924_000, 36310)
|
||||
// Minimum execution time: 42_946_000 picoseconds.
|
||||
Weight::from_parts(43_640_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -160,8 +160,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `32898`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 56_092_000 picoseconds.
|
||||
Weight::from_parts(56_770_000, 36310)
|
||||
// Minimum execution time: 54_042_000 picoseconds.
|
||||
Weight::from_parts(55_077_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -173,8 +173,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `32898`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 77_431_000 picoseconds.
|
||||
Weight::from_parts(79_731_000, 36310)
|
||||
// Minimum execution time: 76_162_000 picoseconds.
|
||||
Weight::from_parts(77_120_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_mmr`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -74,10 +74,10 @@ impl<T: frame_system::Config> pallet_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `536`
|
||||
// Estimated: `9242 + x * (8 ±0)`
|
||||
// Minimum execution time: 25_646_000 picoseconds.
|
||||
Weight::from_parts(50_203_319, 9242)
|
||||
// Standard Error: 1_240
|
||||
.saturating_add(Weight::from_parts(36_294, 0).saturating_mul(x.into()))
|
||||
// Minimum execution time: 25_821_000 picoseconds.
|
||||
Weight::from_parts(49_671_170, 9242)
|
||||
// Standard Error: 1_167
|
||||
.saturating_add(Weight::from_parts(33_373, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(8_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 8).saturating_mul(x.into()))
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_multisig`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -64,10 +64,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 29_595_000 picoseconds.
|
||||
Weight::from_parts(31_092_719, 3997)
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_parts(411, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 29_250_000 picoseconds.
|
||||
Weight::from_parts(30_062_299, 3997)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(378, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: `Multisig::Multisigs` (r:1 w:1)
|
||||
|
|
@ -78,12 +78,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `218`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 60_773_000 picoseconds.
|
||||
Weight::from_parts(45_118_195, 5587)
|
||||
// Standard Error: 2_744
|
||||
.saturating_add(Weight::from_parts(179_478, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 26
|
||||
.saturating_add(Weight::from_parts(4_198, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 61_556_000 picoseconds.
|
||||
Weight::from_parts(44_925_656, 5587)
|
||||
// Standard Error: 1_796
|
||||
.saturating_add(Weight::from_parts(181_076, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 17
|
||||
.saturating_add(Weight::from_parts(4_145, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -95,12 +95,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 37_839_000 picoseconds.
|
||||
Weight::from_parts(23_369_488, 5587)
|
||||
// Standard Error: 798
|
||||
.saturating_add(Weight::from_parts(160_102, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_parts(4_161, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 37_768_000 picoseconds.
|
||||
Weight::from_parts(23_697_084, 5587)
|
||||
// Standard Error: 581
|
||||
.saturating_add(Weight::from_parts(153_423, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(4_094, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -118,12 +118,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `393 + s * (20 ±0)`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 77_689_000 picoseconds.
|
||||
Weight::from_parts(50_189_845, 5587)
|
||||
// Standard Error: 2_384
|
||||
.saturating_add(Weight::from_parts(304_446, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 23
|
||||
.saturating_add(Weight::from_parts(4_798, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 78_648_000 picoseconds.
|
||||
Weight::from_parts(53_246_661, 5587)
|
||||
// Standard Error: 3_426
|
||||
.saturating_add(Weight::from_parts(266_951, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 33
|
||||
.saturating_add(Weight::from_parts(4_528, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -134,10 +134,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `220`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 41_294_000 picoseconds.
|
||||
Weight::from_parts(43_323_431, 5587)
|
||||
// Standard Error: 1_046
|
||||
.saturating_add(Weight::from_parts(182_585, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 41_069_000 picoseconds.
|
||||
Weight::from_parts(43_464_869, 5587)
|
||||
// Standard Error: 1_805
|
||||
.saturating_add(Weight::from_parts(178_568, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -148,10 +148,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 20_705_000 picoseconds.
|
||||
Weight::from_parts(21_629_291, 5587)
|
||||
// Standard Error: 639
|
||||
.saturating_add(Weight::from_parts(161_457, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 21_162_000 picoseconds.
|
||||
Weight::from_parts(22_016_204, 5587)
|
||||
// Standard Error: 1_298
|
||||
.saturating_add(Weight::from_parts(156_239, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -162,10 +162,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `390`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 40_816_000 picoseconds.
|
||||
Weight::from_parts(43_675_089, 5587)
|
||||
// Standard Error: 1_959
|
||||
.saturating_add(Weight::from_parts(196_986, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 41_061_000 picoseconds.
|
||||
Weight::from_parts(44_330_346, 5587)
|
||||
// Standard Error: 1_704
|
||||
.saturating_add(Weight::from_parts(188_221, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_parameters`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_parameters::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3`
|
||||
// Estimated: `3517`
|
||||
// Minimum execution time: 11_602_000 picoseconds.
|
||||
Weight::from_parts(12_120_000, 3517)
|
||||
// Minimum execution time: 11_182_000 picoseconds.
|
||||
Weight::from_parts(11_590_000, 3517)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_preimage`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -68,10 +68,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 66_722_000 picoseconds.
|
||||
Weight::from_parts(67_255_000, 3754)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(2_765, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 67_955_000 picoseconds.
|
||||
Weight::from_parts(68_553_000, 3754)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(2_617, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -86,10 +86,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 20_262_000 picoseconds.
|
||||
Weight::from_parts(20_546_000, 3544)
|
||||
// Minimum execution time: 20_503_000 picoseconds.
|
||||
Weight::from_parts(20_740_000, 3544)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(2_764, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(2_598, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -104,10 +104,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 19_680_000 picoseconds.
|
||||
Weight::from_parts(20_010_000, 3544)
|
||||
// Minimum execution time: 19_756_000 picoseconds.
|
||||
Weight::from_parts(20_082_000, 3544)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(2_757, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(2_608, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -123,8 +123,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `180`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 88_036_000 picoseconds.
|
||||
Weight::from_parts(91_185_000, 3754)
|
||||
// Minimum execution time: 76_826_000 picoseconds.
|
||||
Weight::from_parts(82_711_000, 3754)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -138,8 +138,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 44_180_000 picoseconds.
|
||||
Weight::from_parts(46_218_000, 3544)
|
||||
// Minimum execution time: 36_760_000 picoseconds.
|
||||
Weight::from_parts(40_239_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -151,8 +151,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `137`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 37_542_000 picoseconds.
|
||||
Weight::from_parts(40_720_000, 3544)
|
||||
// Minimum execution time: 31_214_000 picoseconds.
|
||||
Weight::from_parts(35_005_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -164,8 +164,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 27_609_000 picoseconds.
|
||||
Weight::from_parts(29_216_000, 3544)
|
||||
// Minimum execution time: 22_157_000 picoseconds.
|
||||
Weight::from_parts(24_544_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -177,8 +177,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 30_412_000 picoseconds.
|
||||
Weight::from_parts(33_023_000, 3544)
|
||||
// Minimum execution time: 24_997_000 picoseconds.
|
||||
Weight::from_parts(29_979_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -190,8 +190,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 15_968_000 picoseconds.
|
||||
Weight::from_parts(16_912_000, 3544)
|
||||
// Minimum execution time: 15_160_000 picoseconds.
|
||||
Weight::from_parts(15_824_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -205,8 +205,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 39_792_000 picoseconds.
|
||||
Weight::from_parts(42_435_000, 3544)
|
||||
// Minimum execution time: 34_529_000 picoseconds.
|
||||
Weight::from_parts(37_547_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -218,8 +218,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 15_228_000 picoseconds.
|
||||
Weight::from_parts(16_113_000, 3544)
|
||||
// Minimum execution time: 14_153_000 picoseconds.
|
||||
Weight::from_parts(15_268_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -231,8 +231,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 15_838_000 picoseconds.
|
||||
Weight::from_parts(16_754_000, 3544)
|
||||
// Minimum execution time: 13_285_000 picoseconds.
|
||||
Weight::from_parts(13_813_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -247,12 +247,12 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
/// The range of component `n` is `[1, 1024]`.
|
||||
fn ensure_updated(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `611 + n * (203 ±0)`
|
||||
// Measured: `648 + n * (203 ±0)`
|
||||
// Estimated: `990 + n * (2764 ±0)`
|
||||
// Minimum execution time: 76_392_000 picoseconds.
|
||||
Weight::from_parts(77_042_000, 990)
|
||||
// Standard Error: 63_053
|
||||
.saturating_add(Weight::from_parts(79_048_301, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 77_511_000 picoseconds.
|
||||
Weight::from_parts(78_084_000, 990)
|
||||
// Standard Error: 69_389
|
||||
.saturating_add(Weight::from_parts(78_702_726, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2764).saturating_mul(n.into()))
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_proxy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -66,10 +66,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `228 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 26_528_000 picoseconds.
|
||||
Weight::from_parts(27_936_014, 4310)
|
||||
// Standard Error: 1_956
|
||||
.saturating_add(Weight::from_parts(37_403, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 26_037_000 picoseconds.
|
||||
Weight::from_parts(27_232_213, 4310)
|
||||
// Standard Error: 1_527
|
||||
.saturating_add(Weight::from_parts(42_134, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// 1 DB read that happen when filtering the proxy call transaction
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
|
|
@ -90,12 +90,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `480 + a * (56 ±0) + p * (25 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 56_182_000 picoseconds.
|
||||
Weight::from_parts(57_656_970, 5302)
|
||||
// Standard Error: 3_045
|
||||
.saturating_add(Weight::from_parts(239_065, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 3_147
|
||||
.saturating_add(Weight::from_parts(12_712, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 55_350_000 picoseconds.
|
||||
Weight::from_parts(57_003_962, 5302)
|
||||
// Standard Error: 4_029
|
||||
.saturating_add(Weight::from_parts(261_331, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_163
|
||||
.saturating_add(Weight::from_parts(13_673, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -109,10 +109,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `362 + a * (56 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 35_038_000 picoseconds.
|
||||
Weight::from_parts(36_143_109, 5302)
|
||||
// Standard Error: 3_046
|
||||
.saturating_add(Weight::from_parts(235_954, 0).saturating_mul(a.into()))
|
||||
// Minimum execution time: 34_362_000 picoseconds.
|
||||
Weight::from_parts(35_416_321, 5302)
|
||||
// Standard Error: 2_218
|
||||
.saturating_add(Weight::from_parts(246_259, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -126,10 +126,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `362 + a * (56 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 35_207_000 picoseconds.
|
||||
Weight::from_parts(36_430_050, 5302)
|
||||
// Standard Error: 2_175
|
||||
.saturating_add(Weight::from_parts(228_991, 0).saturating_mul(a.into()))
|
||||
// Minimum execution time: 34_564_000 picoseconds.
|
||||
Weight::from_parts(35_882_112, 5302)
|
||||
// Standard Error: 2_154
|
||||
.saturating_add(Weight::from_parts(233_994, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -141,14 +141,16 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn announce(a: u32, _p: u32, ) -> Weight {
|
||||
fn announce(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `378 + a * (56 ±0) + p * (25 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 44_905_000 picoseconds.
|
||||
Weight::from_parts(45_913_543, 5302)
|
||||
// Standard Error: 2_101
|
||||
.saturating_add(Weight::from_parts(239_702, 0).saturating_mul(a.into()))
|
||||
// Minimum execution time: 44_620_000 picoseconds.
|
||||
Weight::from_parts(45_135_074, 5302)
|
||||
// Standard Error: 4_328
|
||||
.saturating_add(Weight::from_parts(246_408, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_471
|
||||
.saturating_add(Weight::from_parts(8_602, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -159,10 +161,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 32_806_000 picoseconds.
|
||||
Weight::from_parts(34_016_427, 4310)
|
||||
// Standard Error: 1_215
|
||||
.saturating_add(Weight::from_parts(39_501, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 32_757_000 picoseconds.
|
||||
Weight::from_parts(33_645_012, 4310)
|
||||
// Standard Error: 1_277
|
||||
.saturating_add(Weight::from_parts(46_366, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -173,10 +175,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 32_974_000 picoseconds.
|
||||
Weight::from_parts(33_990_611, 4310)
|
||||
// Standard Error: 1_365
|
||||
.saturating_add(Weight::from_parts(40_751, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 32_467_000 picoseconds.
|
||||
Weight::from_parts(33_457_501, 4310)
|
||||
// Standard Error: 1_310
|
||||
.saturating_add(Weight::from_parts(42_587, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -187,10 +189,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 30_077_000 picoseconds.
|
||||
Weight::from_parts(30_988_980, 4310)
|
||||
// Standard Error: 1_323
|
||||
.saturating_add(Weight::from_parts(24_996, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 29_820_000 picoseconds.
|
||||
Weight::from_parts(30_584_239, 4310)
|
||||
// Standard Error: 1_103
|
||||
.saturating_add(Weight::from_parts(31_713, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -201,10 +203,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `194`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 35_595_000 picoseconds.
|
||||
Weight::from_parts(36_895_207, 4310)
|
||||
// Standard Error: 1_515
|
||||
.saturating_add(Weight::from_parts(20_093, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 35_153_000 picoseconds.
|
||||
Weight::from_parts(36_492_901, 4310)
|
||||
// Standard Error: 1_548
|
||||
.saturating_add(Weight::from_parts(24_192, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -215,10 +217,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `207 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 31_055_000 picoseconds.
|
||||
Weight::from_parts(32_126_692, 4310)
|
||||
// Standard Error: 1_293
|
||||
.saturating_add(Weight::from_parts(24_563, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 30_904_000 picoseconds.
|
||||
Weight::from_parts(31_797_545, 4310)
|
||||
// Standard Error: 1_306
|
||||
.saturating_add(Weight::from_parts(32_233, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_referenda`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `341`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 46_311_000 picoseconds.
|
||||
Weight::from_parts(47_755_000, 13328)
|
||||
// Minimum execution time: 46_942_000 picoseconds.
|
||||
Weight::from_parts(47_776_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -80,8 +80,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 65_349_000 picoseconds.
|
||||
Weight::from_parts(67_246_000, 25666)
|
||||
// Minimum execution time: 64_105_000 picoseconds.
|
||||
Weight::from_parts(65_844_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3375`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 84_645_000 picoseconds.
|
||||
Weight::from_parts(86_879_000, 13328)
|
||||
// Minimum execution time: 83_359_000 picoseconds.
|
||||
Weight::from_parts(85_906_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -118,8 +118,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3395`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 83_085_000 picoseconds.
|
||||
Weight::from_parts(85_729_000, 13328)
|
||||
// Minimum execution time: 83_531_000 picoseconds.
|
||||
Weight::from_parts(85_376_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 75_530_000 picoseconds.
|
||||
Weight::from_parts(77_765_000, 25666)
|
||||
// Minimum execution time: 75_057_000 picoseconds.
|
||||
Weight::from_parts(76_930_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -152,8 +152,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 73_330_000 picoseconds.
|
||||
Weight::from_parts(74_630_000, 25666)
|
||||
// Minimum execution time: 73_247_000 picoseconds.
|
||||
Weight::from_parts(74_642_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -163,8 +163,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `492`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 40_777_000 picoseconds.
|
||||
Weight::from_parts(41_949_000, 3795)
|
||||
// Minimum execution time: 40_871_000 picoseconds.
|
||||
Weight::from_parts(42_452_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -174,8 +174,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `450`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 37_774_000 picoseconds.
|
||||
Weight::from_parts(38_297_000, 3795)
|
||||
// Minimum execution time: 37_415_000 picoseconds.
|
||||
Weight::from_parts(38_740_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -189,8 +189,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 42_279_000 picoseconds.
|
||||
Weight::from_parts(43_547_000, 25666)
|
||||
// Minimum execution time: 41_872_000 picoseconds.
|
||||
Weight::from_parts(43_067_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -208,8 +208,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `946`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 126_475_000 picoseconds.
|
||||
Weight::from_parts(128_644_000, 25666)
|
||||
// Minimum execution time: 126_251_000 picoseconds.
|
||||
Weight::from_parts(128_260_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -221,8 +221,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `240`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 14_243_000 picoseconds.
|
||||
Weight::from_parts(14_801_000, 5477)
|
||||
// Minimum execution time: 14_192_000 picoseconds.
|
||||
Weight::from_parts(14_730_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -236,8 +236,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3228`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 56_109_000 picoseconds.
|
||||
Weight::from_parts(58_354_000, 13328)
|
||||
// Minimum execution time: 54_874_000 picoseconds.
|
||||
Weight::from_parts(57_256_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -251,8 +251,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3228`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 58_188_000 picoseconds.
|
||||
Weight::from_parts(61_007_000, 13328)
|
||||
// Minimum execution time: 57_224_000 picoseconds.
|
||||
Weight::from_parts(59_544_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -264,8 +264,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3053`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 31_576_000 picoseconds.
|
||||
Weight::from_parts(32_643_000, 5477)
|
||||
// Minimum execution time: 30_604_000 picoseconds.
|
||||
Weight::from_parts(31_545_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -277,8 +277,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3053`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 31_020_000 picoseconds.
|
||||
Weight::from_parts(32_339_000, 5477)
|
||||
// Minimum execution time: 30_531_000 picoseconds.
|
||||
Weight::from_parts(31_459_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -292,8 +292,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3057`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 36_398_000 picoseconds.
|
||||
Weight::from_parts(38_367_000, 5477)
|
||||
// Minimum execution time: 37_560_000 picoseconds.
|
||||
Weight::from_parts(38_831_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -307,8 +307,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3077`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 36_659_000 picoseconds.
|
||||
Weight::from_parts(38_112_000, 5477)
|
||||
// Minimum execution time: 35_842_000 picoseconds.
|
||||
Weight::from_parts(37_017_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -320,8 +320,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `387`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 27_742_000 picoseconds.
|
||||
Weight::from_parts(28_561_000, 13328)
|
||||
// Minimum execution time: 27_478_000 picoseconds.
|
||||
Weight::from_parts(28_138_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -333,8 +333,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 28_123_000 picoseconds.
|
||||
Weight::from_parts(28_930_000, 13328)
|
||||
// Minimum execution time: 28_249_000 picoseconds.
|
||||
Weight::from_parts(29_090_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -344,8 +344,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `332`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 18_431_000 picoseconds.
|
||||
Weight::from_parts(19_348_000, 3795)
|
||||
// Minimum execution time: 18_482_000 picoseconds.
|
||||
Weight::from_parts(19_075_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -359,8 +359,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 36_922_000 picoseconds.
|
||||
Weight::from_parts(37_783_000, 13328)
|
||||
// Minimum execution time: 36_350_000 picoseconds.
|
||||
Weight::from_parts(37_343_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -374,8 +374,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 38_894_000 picoseconds.
|
||||
Weight::from_parts(39_719_000, 13328)
|
||||
// Minimum execution time: 38_004_000 picoseconds.
|
||||
Weight::from_parts(39_280_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -387,8 +387,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `476`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 34_262_000 picoseconds.
|
||||
Weight::from_parts(35_549_000, 13328)
|
||||
// Minimum execution time: 33_857_000 picoseconds.
|
||||
Weight::from_parts(35_149_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -400,8 +400,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `459`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 34_168_000 picoseconds.
|
||||
Weight::from_parts(34_983_000, 13328)
|
||||
// Minimum execution time: 33_935_000 picoseconds.
|
||||
Weight::from_parts(34_841_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -413,8 +413,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `476`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 33_027_000 picoseconds.
|
||||
Weight::from_parts(33_958_000, 13328)
|
||||
// Minimum execution time: 32_317_000 picoseconds.
|
||||
Weight::from_parts(33_094_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -426,8 +426,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `480`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 31_500_000 picoseconds.
|
||||
Weight::from_parts(32_867_000, 13328)
|
||||
// Minimum execution time: 31_597_000 picoseconds.
|
||||
Weight::from_parts(32_533_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -441,8 +441,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `480`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 48_450_000 picoseconds.
|
||||
Weight::from_parts(49_349_000, 25666)
|
||||
// Minimum execution time: 47_633_000 picoseconds.
|
||||
Weight::from_parts(48_779_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -454,8 +454,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `476`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 34_687_000 picoseconds.
|
||||
Weight::from_parts(35_425_000, 13328)
|
||||
// Minimum execution time: 33_962_000 picoseconds.
|
||||
Weight::from_parts(35_282_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -471,8 +471,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `437`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 26_023_000 picoseconds.
|
||||
Weight::from_parts(26_650_000, 3795)
|
||||
// Minimum execution time: 25_504_000 picoseconds.
|
||||
Weight::from_parts(26_454_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -484,8 +484,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `409`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 21_567_000 picoseconds.
|
||||
Weight::from_parts(21_997_000, 3795)
|
||||
// Minimum execution time: 20_906_000 picoseconds.
|
||||
Weight::from_parts(21_623_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_safe_mode`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 2_824_000 picoseconds.
|
||||
Weight::from_parts(3_106_000, 1489)
|
||||
// Minimum execution time: 2_930_000 picoseconds.
|
||||
Weight::from_parts(3_142_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:1)
|
||||
|
|
@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 8_759_000 picoseconds.
|
||||
Weight::from_parts(9_177_000, 1489)
|
||||
// Minimum execution time: 8_733_000 picoseconds.
|
||||
Weight::from_parts(9_118_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 10_421_000 picoseconds.
|
||||
Weight::from_parts(10_886_000, 1489)
|
||||
// Minimum execution time: 10_347_000 picoseconds.
|
||||
Weight::from_parts(10_738_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 11_244_000 picoseconds.
|
||||
Weight::from_parts(11_753_000, 1489)
|
||||
// Minimum execution time: 11_173_000 picoseconds.
|
||||
Weight::from_parts(11_497_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -118,8 +118,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 11_280_000 picoseconds.
|
||||
Weight::from_parts(11_672_000, 1489)
|
||||
// Minimum execution time: 10_996_000 picoseconds.
|
||||
Weight::from_parts(11_364_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -138,8 +138,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `167`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 54_450_000 picoseconds.
|
||||
Weight::from_parts(55_288_000, 3754)
|
||||
// Minimum execution time: 53_992_000 picoseconds.
|
||||
Weight::from_parts(54_922_000, 3754)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -151,8 +151,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `167`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 41_716_000 picoseconds.
|
||||
Weight::from_parts(42_903_000, 3754)
|
||||
// Minimum execution time: 41_463_000 picoseconds.
|
||||
Weight::from_parts(42_724_000, 3754)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_scheduler`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `31`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 4_233_000 picoseconds.
|
||||
Weight::from_parts(4_529_000, 1489)
|
||||
// Minimum execution time: 4_364_000 picoseconds.
|
||||
Weight::from_parts(4_573_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -73,10 +73,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `78 + s * (177 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 5_128_000 picoseconds.
|
||||
Weight::from_parts(8_778_965, 13328)
|
||||
// Standard Error: 1_747
|
||||
.saturating_add(Weight::from_parts(425_539, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 5_225_000 picoseconds.
|
||||
Weight::from_parts(8_824_891, 13328)
|
||||
// Standard Error: 1_735
|
||||
.saturating_add(Weight::from_parts(430_826, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -84,8 +84,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_655_000 picoseconds.
|
||||
Weight::from_parts(4_820_000, 0)
|
||||
// Minimum execution time: 4_684_000 picoseconds.
|
||||
Weight::from_parts(4_811_000, 0)
|
||||
}
|
||||
/// Storage: `Preimage::PreimageFor` (r:1 w:1)
|
||||
/// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`)
|
||||
|
|
@ -98,10 +98,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `140 + s * (1 ±0)`
|
||||
// Estimated: `3605 + s * (1 ±0)`
|
||||
// Minimum execution time: 23_959_000 picoseconds.
|
||||
Weight::from_parts(4_128_742, 3605)
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_parts(1_679, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 24_317_000 picoseconds.
|
||||
Weight::from_parts(24_628_000, 3605)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_471, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into()))
|
||||
|
|
@ -112,16 +112,16 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_941_000 picoseconds.
|
||||
Weight::from_parts(7_151_000, 0)
|
||||
// Minimum execution time: 7_126_000 picoseconds.
|
||||
Weight::from_parts(7_369_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
fn service_task_periodic() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_617_000 picoseconds.
|
||||
Weight::from_parts(4_826_000, 0)
|
||||
// Minimum execution time: 4_636_000 picoseconds.
|
||||
Weight::from_parts(4_861_000, 0)
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
|
||||
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
||||
|
|
@ -131,16 +131,16 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 10_071_000 picoseconds.
|
||||
Weight::from_parts(10_477_000, 3997)
|
||||
// Minimum execution time: 10_201_000 picoseconds.
|
||||
Weight::from_parts(10_606_000, 3997)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_418_000 picoseconds.
|
||||
Weight::from_parts(3_514_000, 0)
|
||||
// Minimum execution time: 3_456_000 picoseconds.
|
||||
Weight::from_parts(3_629_000, 0)
|
||||
}
|
||||
/// Storage: `Scheduler::Agenda` (r:1 w:1)
|
||||
/// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(9863), added: 12338, mode: `MaxEncodedLen`)
|
||||
|
|
@ -149,10 +149,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `78 + s * (177 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 14_179_000 picoseconds.
|
||||
Weight::from_parts(17_679_999, 13328)
|
||||
// Standard Error: 1_661
|
||||
.saturating_add(Weight::from_parts(482_413, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 14_154_000 picoseconds.
|
||||
Weight::from_parts(17_780_196, 13328)
|
||||
// Standard Error: 1_806
|
||||
.saturating_add(Weight::from_parts(461_547, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -167,10 +167,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `78 + s * (177 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 20_801_000 picoseconds.
|
||||
Weight::from_parts(20_382_208, 13328)
|
||||
// Standard Error: 1_191
|
||||
.saturating_add(Weight::from_parts(739_371, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 20_854_000 picoseconds.
|
||||
Weight::from_parts(20_500_837, 13328)
|
||||
// Standard Error: 1_309
|
||||
.saturating_add(Weight::from_parts(716_439, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -183,10 +183,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `255 + s * (185 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 18_669_000 picoseconds.
|
||||
Weight::from_parts(23_637_627, 13328)
|
||||
// Standard Error: 2_983
|
||||
.saturating_add(Weight::from_parts(533_731, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 18_910_000 picoseconds.
|
||||
Weight::from_parts(24_044_050, 13328)
|
||||
// Standard Error: 3_027
|
||||
.saturating_add(Weight::from_parts(498_855, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -201,10 +201,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `281 + s * (185 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 23_923_000 picoseconds.
|
||||
Weight::from_parts(24_309_501, 13328)
|
||||
// Standard Error: 4_025
|
||||
.saturating_add(Weight::from_parts(786_062, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 24_194_000 picoseconds.
|
||||
Weight::from_parts(24_942_018, 13328)
|
||||
// Standard Error: 1_735
|
||||
.saturating_add(Weight::from_parts(748_910, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -217,10 +217,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `118`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 13_106_000 picoseconds.
|
||||
Weight::from_parts(13_447_530, 13328)
|
||||
// Standard Error: 603
|
||||
.saturating_add(Weight::from_parts(39_089, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 13_000_000 picoseconds.
|
||||
Weight::from_parts(13_499_355, 13328)
|
||||
// Standard Error: 583
|
||||
.saturating_add(Weight::from_parts(35_627, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -232,8 +232,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `8928`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 34_029_000 picoseconds.
|
||||
Weight::from_parts(34_884_000, 13328)
|
||||
// Minimum execution time: 33_216_000 picoseconds.
|
||||
Weight::from_parts(34_313_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -247,8 +247,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `9606`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 41_138_000 picoseconds.
|
||||
Weight::from_parts(42_991_000, 13328)
|
||||
// Minimum execution time: 40_693_000 picoseconds.
|
||||
Weight::from_parts(41_719_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -260,8 +260,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `8940`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 31_446_000 picoseconds.
|
||||
Weight::from_parts(32_568_000, 13328)
|
||||
// Minimum execution time: 31_413_000 picoseconds.
|
||||
Weight::from_parts(32_400_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -275,8 +275,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `9618`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 39_723_000 picoseconds.
|
||||
Weight::from_parts(40_754_000, 13328)
|
||||
// Minimum execution time: 38_962_000 picoseconds.
|
||||
Weight::from_parts(40_142_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_sudo`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 13_411_000 picoseconds.
|
||||
Weight::from_parts(13_918_000, 1505)
|
||||
// Minimum execution time: 13_607_000 picoseconds.
|
||||
Weight::from_parts(14_103_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 14_683_000 picoseconds.
|
||||
Weight::from_parts(14_981_000, 1505)
|
||||
// Minimum execution time: 14_973_000 picoseconds.
|
||||
Weight::from_parts(15_369_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Sudo::Key` (r:1 w:0)
|
||||
|
|
@ -82,8 +82,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 14_424_000 picoseconds.
|
||||
Weight::from_parts(14_998_000, 1505)
|
||||
// Minimum execution time: 14_747_000 picoseconds.
|
||||
Weight::from_parts(15_255_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Sudo::Key` (r:1 w:1)
|
||||
|
|
@ -92,8 +92,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 12_433_000 picoseconds.
|
||||
Weight::from_parts(12_938_000, 1505)
|
||||
// Minimum execution time: 12_652_000 picoseconds.
|
||||
Weight::from_parts(13_060_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -103,8 +103,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 5_674_000 picoseconds.
|
||||
Weight::from_parts(6_034_000, 1505)
|
||||
// Minimum execution time: 5_772_000 picoseconds.
|
||||
Weight::from_parts(6_038_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_timestamp`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `278`
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 11_453_000 picoseconds.
|
||||
Weight::from_parts(11_890_000, 1493)
|
||||
// Minimum execution time: 11_355_000 picoseconds.
|
||||
Weight::from_parts(12_106_000, 1493)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,7 +72,7 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `94`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_205_000 picoseconds.
|
||||
Weight::from_parts(5_527_000, 0)
|
||||
// Minimum execution time: 5_289_000 picoseconds.
|
||||
Weight::from_parts(5_464_000, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_transaction_payment`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_transaction_payment::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `403`
|
||||
// Estimated: `8763`
|
||||
// Minimum execution time: 96_734_000 picoseconds.
|
||||
Weight::from_parts(98_380_000, 8763)
|
||||
// Minimum execution time: 95_599_000 picoseconds.
|
||||
Weight::from_parts(97_011_000, 8763)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_treasury`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 15_702_000 picoseconds.
|
||||
Weight::from_parts(16_126_000, 1887)
|
||||
// Minimum execution time: 15_636_000 picoseconds.
|
||||
Weight::from_parts(16_315_000, 1887)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 8_543_000 picoseconds.
|
||||
Weight::from_parts(8_891_000, 1887)
|
||||
// Minimum execution time: 8_531_000 picoseconds.
|
||||
Weight::from_parts(8_987_000, 1887)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -92,10 +92,10 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `262 + p * (1 ±0)`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 16_871_000 picoseconds.
|
||||
Weight::from_parts(19_584_222, 3581)
|
||||
// Standard Error: 728
|
||||
.saturating_add(Weight::from_parts(64_252, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 16_618_000 picoseconds.
|
||||
Weight::from_parts(19_663_420, 3581)
|
||||
// Standard Error: 841
|
||||
.saturating_add(Weight::from_parts(60_142, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 14_430_000 picoseconds.
|
||||
Weight::from_parts(14_843_000, 1489)
|
||||
// Minimum execution time: 13_695_000 picoseconds.
|
||||
Weight::from_parts(14_136_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -120,8 +120,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `387`
|
||||
// Estimated: `6172`
|
||||
// Minimum execution time: 76_225_000 picoseconds.
|
||||
Weight::from_parts(77_471_000, 6172)
|
||||
// Minimum execution time: 74_692_000 picoseconds.
|
||||
Weight::from_parts(75_892_000, 6172)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -131,8 +131,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182`
|
||||
// Estimated: `3522`
|
||||
// Minimum execution time: 16_365_000 picoseconds.
|
||||
Weight::from_parts(16_837_000, 3522)
|
||||
// Minimum execution time: 16_078_000 picoseconds.
|
||||
Weight::from_parts(16_627_000, 3522)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -142,8 +142,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182`
|
||||
// Estimated: `3522`
|
||||
// Minimum execution time: 14_973_000 picoseconds.
|
||||
Weight::from_parts(15_584_000, 3522)
|
||||
// Minimum execution time: 14_652_000 picoseconds.
|
||||
Weight::from_parts(15_148_000, 3522)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_tx_pause`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_tx_pause::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 16_055_000 picoseconds.
|
||||
Weight::from_parts(16_589_000, 3997)
|
||||
// Minimum execution time: 15_866_000 picoseconds.
|
||||
Weight::from_parts(16_242_000, 3997)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_tx_pause::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `566`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 23_505_000 picoseconds.
|
||||
Weight::from_parts(24_054_000, 3997)
|
||||
// Minimum execution time: 22_818_000 picoseconds.
|
||||
Weight::from_parts(23_274_000, 3997)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_utility`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -64,10 +64,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 6_757_000 picoseconds.
|
||||
Weight::from_parts(14_956_939, 3997)
|
||||
// Standard Error: 3_051
|
||||
.saturating_add(Weight::from_parts(6_826_879, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_117_000 picoseconds.
|
||||
Weight::from_parts(12_046_428, 3997)
|
||||
// Standard Error: 3_231
|
||||
.saturating_add(Weight::from_parts(6_598_607, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
|
||||
|
|
@ -78,8 +78,8 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 13_357_000 picoseconds.
|
||||
Weight::from_parts(13_718_000, 3997)
|
||||
// Minimum execution time: 13_392_000 picoseconds.
|
||||
Weight::from_parts(13_754_000, 3997)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
|
||||
|
|
@ -91,18 +91,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 6_790_000 picoseconds.
|
||||
Weight::from_parts(9_310_421, 3997)
|
||||
// Standard Error: 3_176
|
||||
.saturating_add(Weight::from_parts(7_109_107, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_024_000 picoseconds.
|
||||
Weight::from_parts(16_132_143, 3997)
|
||||
// Standard Error: 2_636
|
||||
.saturating_add(Weight::from_parts(6_939_755, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_420_000 picoseconds.
|
||||
Weight::from_parts(9_863_000, 0)
|
||||
// Minimum execution time: 9_628_000 picoseconds.
|
||||
Weight::from_parts(9_865_000, 0)
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
|
||||
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
||||
|
|
@ -113,10 +113,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 6_951_000 picoseconds.
|
||||
Weight::from_parts(11_589_563, 3997)
|
||||
// Standard Error: 3_514
|
||||
.saturating_add(Weight::from_parts(6_795_543, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_092_000 picoseconds.
|
||||
Weight::from_parts(11_370_544, 3997)
|
||||
// Standard Error: 2_759
|
||||
.saturating_add(Weight::from_parts(6_595_620, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_whitelist`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `79`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 23_963_000 picoseconds.
|
||||
Weight::from_parts(24_969_000, 3544)
|
||||
// Minimum execution time: 23_637_000 picoseconds.
|
||||
Weight::from_parts(24_259_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -80,8 +80,8 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `208`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 23_730_000 picoseconds.
|
||||
Weight::from_parts(24_167_000, 3544)
|
||||
// Minimum execution time: 23_088_000 picoseconds.
|
||||
Weight::from_parts(23_964_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -98,10 +98,10 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `284 + n * (1 ±0)`
|
||||
// Estimated: `3748 + n * (1 ±0)`
|
||||
// Minimum execution time: 38_043_000 picoseconds.
|
||||
Weight::from_parts(38_629_000, 3748)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_664, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 37_405_000 picoseconds.
|
||||
Weight::from_parts(37_859_000, 3748)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(1_490, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
||||
|
|
@ -117,10 +117,10 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `208`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 28_483_000 picoseconds.
|
||||
Weight::from_parts(29_440_210, 3544)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_345, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 28_495_000 picoseconds.
|
||||
Weight::from_parts(29_144_139, 3544)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_270, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `snowbridge_pallet_inbound_queue_v2`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -69,8 +69,8 @@ impl<T: frame_system::Config> snowbridge_pallet_inbound_queue_v2::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `339`
|
||||
// Estimated: `3537`
|
||||
// Minimum execution time: 108_652_000 picoseconds.
|
||||
Weight::from_parts(110_619_000, 3537)
|
||||
// Minimum execution time: 109_626_000 picoseconds.
|
||||
Weight::from_parts(111_334_000, 3537)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `snowbridge_pallet_outbound_queue_v2`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -67,8 +67,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `1594`
|
||||
// Minimum execution time: 27_284_000 picoseconds.
|
||||
Weight::from_parts(27_941_000, 1594)
|
||||
// Minimum execution time: 26_609_000 picoseconds.
|
||||
Weight::from_parts(26_963_000, 1594)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -80,8 +80,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1195`
|
||||
// Estimated: `2680`
|
||||
// Minimum execution time: 41_414_000 picoseconds.
|
||||
Weight::from_parts(41_969_000, 2680)
|
||||
// Minimum execution time: 40_225_000 picoseconds.
|
||||
Weight::from_parts(41_223_000, 2680)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -93,8 +93,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `202`
|
||||
// Estimated: `1687`
|
||||
// Minimum execution time: 16_897_000 picoseconds.
|
||||
Weight::from_parts(17_498_000, 1687)
|
||||
// Minimum execution time: 16_551_000 picoseconds.
|
||||
Weight::from_parts(17_131_000, 1687)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -106,8 +106,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_157_000 picoseconds.
|
||||
Weight::from_parts(1_271_000, 0)
|
||||
// Minimum execution time: 1_163_000 picoseconds.
|
||||
Weight::from_parts(1_333_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: `EthereumOutboundQueueV2::Nonce` (r:1 w:1)
|
||||
|
|
@ -124,8 +124,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `180`
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 699_939_000 picoseconds.
|
||||
Weight::from_parts(714_952_000, 1493)
|
||||
// Minimum execution time: 675_668_000 picoseconds.
|
||||
Weight::from_parts(691_886_000, 1493)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(36_u64))
|
||||
}
|
||||
|
|
@ -141,8 +141,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `498`
|
||||
// Estimated: `3537`
|
||||
// Minimum execution time: 107_267_000 picoseconds.
|
||||
Weight::from_parts(108_100_000, 3537)
|
||||
// Minimum execution time: 109_539_000 picoseconds.
|
||||
Weight::from_parts(110_836_000, 3537)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `snowbridge_pallet_system`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -59,15 +59,15 @@ impl<T: frame_system::Config> snowbridge_pallet_system::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_299_000 picoseconds.
|
||||
Weight::from_parts(9_449_000, 0)
|
||||
// Minimum execution time: 8_981_000 picoseconds.
|
||||
Weight::from_parts(9_400_000, 0)
|
||||
}
|
||||
fn set_operating_mode() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_094_000 picoseconds.
|
||||
Weight::from_parts(7_263_000, 0)
|
||||
// Minimum execution time: 6_846_000 picoseconds.
|
||||
Weight::from_parts(7_083_000, 0)
|
||||
}
|
||||
/// Storage: `SnowbridgeSystem::PricingParameters` (r:0 w:1)
|
||||
/// Proof: `SnowbridgeSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`)
|
||||
|
|
@ -75,16 +75,16 @@ impl<T: frame_system::Config> snowbridge_pallet_system::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_424_000 picoseconds.
|
||||
Weight::from_parts(9_699_000, 0)
|
||||
// Minimum execution time: 9_240_000 picoseconds.
|
||||
Weight::from_parts(9_727_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
fn set_token_transfer_fees() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_805_000 picoseconds.
|
||||
Weight::from_parts(8_068_000, 0)
|
||||
// Minimum execution time: 7_367_000 picoseconds.
|
||||
Weight::from_parts(7_648_000, 0)
|
||||
}
|
||||
/// Storage: `SnowbridgeSystem::ForeignToNativeId` (r:1 w:1)
|
||||
/// Proof: `SnowbridgeSystem::ForeignToNativeId` (`max_values`: None, `max_size`: Some(650), added: 3125, mode: `MaxEncodedLen`)
|
||||
|
|
@ -94,8 +94,8 @@ impl<T: frame_system::Config> snowbridge_pallet_system::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `75`
|
||||
// Estimated: `4115`
|
||||
// Minimum execution time: 20_109_000 picoseconds.
|
||||
Weight::from_parts(21_036_000, 4115)
|
||||
// Minimum execution time: 19_799_000 picoseconds.
|
||||
Weight::from_parts(20_492_000, 4115)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `snowbridge_pallet_system_v2`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -69,8 +69,8 @@ impl<T: frame_system::Config> snowbridge_pallet_system_v2::WeightInfo for Weight
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `81`
|
||||
// Estimated: `4115`
|
||||
// Minimum execution time: 45_939_000 picoseconds.
|
||||
Weight::from_parts(47_309_000, 4115)
|
||||
// Minimum execution time: 45_795_000 picoseconds.
|
||||
Weight::from_parts(46_515_000, 4115)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -84,8 +84,8 @@ impl<T: frame_system::Config> snowbridge_pallet_system_v2::WeightInfo for Weight
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `6`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 36_524_000 picoseconds.
|
||||
Weight::from_parts(37_010_000, 3601)
|
||||
// Minimum execution time: 36_207_000 picoseconds.
|
||||
Weight::from_parts(36_763_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -99,8 +99,8 @@ impl<T: frame_system::Config> snowbridge_pallet_system_v2::WeightInfo for Weight
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `6`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 30_373_000 picoseconds.
|
||||
Weight::from_parts(31_011_000, 3601)
|
||||
// Minimum execution time: 30_064_000 picoseconds.
|
||||
Weight::from_parts(30_722_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ snowbridge-merkle-tree = { workspace = true }
|
|||
snowbridge-outbound-queue-primitives = { workspace = true }
|
||||
snowbridge-outbound-queue-v2-runtime-api = { workspace = true }
|
||||
snowbridge-pallet-ethereum-client = { workspace = true }
|
||||
snowbridge-pallet-ethereum-client-fixtures = { workspace = true, optional = true }
|
||||
snowbridge-pallet-inbound-queue-v2 = { workspace = true }
|
||||
snowbridge-pallet-outbound-queue-v2 = { workspace = true }
|
||||
snowbridge-pallet-system = { workspace = true }
|
||||
|
|
@ -346,6 +347,7 @@ runtime-benchmarks = [
|
|||
"polkadot-runtime-common/runtime-benchmarks",
|
||||
"snowbridge-inbound-queue-primitives/runtime-benchmarks",
|
||||
"snowbridge-pallet-ethereum-client/runtime-benchmarks",
|
||||
"snowbridge-pallet-ethereum-client-fixtures/runtime-benchmarks",
|
||||
"snowbridge-pallet-inbound-queue-v2/runtime-benchmarks",
|
||||
"snowbridge-pallet-system-v2/runtime-benchmarks",
|
||||
"snowbridge-pallet-outbound-queue-v2/runtime-benchmarks",
|
||||
|
|
|
|||
|
|
@ -1096,12 +1096,47 @@ impl snowbridge_pallet_system_v2::Config for Runtime {
|
|||
type Helper = ();
|
||||
}
|
||||
|
||||
// For tests, benchmarks and fast-runtime configurations we use the mocked fork versions
|
||||
#[cfg(any(
|
||||
feature = "std",
|
||||
feature = "fast-runtime",
|
||||
feature = "runtime-benchmarks",
|
||||
test
|
||||
// Fork versions for runtime benchmarks - must match the fixtures for BLS verification to work
|
||||
// The fixtures are generated with standard testnet fork versions
|
||||
#[cfg(feature = "runtime-benchmarks")]
|
||||
parameter_types! {
|
||||
pub const ChainForkVersions: ForkVersions = ForkVersions {
|
||||
genesis: Fork {
|
||||
version: hex_literal::hex!("00000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
altair: Fork {
|
||||
version: hex_literal::hex!("01000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
bellatrix: Fork {
|
||||
version: hex_literal::hex!("02000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
capella: Fork {
|
||||
version: hex_literal::hex!("03000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
deneb: Fork {
|
||||
version: hex_literal::hex!("04000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
electra: Fork {
|
||||
version: hex_literal::hex!("05000000"),
|
||||
epoch: 80000000000,
|
||||
},
|
||||
fulu: Fork {
|
||||
version: hex_literal::hex!("06000000"),
|
||||
epoch: 90000000000,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
// For tests, fast-runtime and std configurations we use the mocked fork versions
|
||||
// These match the fork versions used by the local Ethereum network in E2E tests
|
||||
#[cfg(all(
|
||||
any(feature = "std", feature = "fast-runtime", test),
|
||||
not(feature = "runtime-benchmarks")
|
||||
))]
|
||||
parameter_types! {
|
||||
pub const ChainForkVersions: ForkVersions = ForkVersions {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `frame_system`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -60,20 +60,20 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_023_000 picoseconds.
|
||||
Weight::from_parts(25_734_885, 0)
|
||||
// Minimum execution time: 3_105_000 picoseconds.
|
||||
Weight::from_parts(19_799_380, 0)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(454, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(482, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_040_000 picoseconds.
|
||||
Weight::from_parts(8_086_000, 0)
|
||||
// Minimum execution time: 7_926_000 picoseconds.
|
||||
Weight::from_parts(8_105_000, 0)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_939, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(1_930, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
|
||||
/// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
|
||||
|
|
@ -81,8 +81,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_958_000 picoseconds.
|
||||
Weight::from_parts(5_140_000, 0)
|
||||
// Minimum execution time: 4_907_000 picoseconds.
|
||||
Weight::from_parts(5_084_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `MultiBlockMigrations::Cursor` (r:1 w:0)
|
||||
|
|
@ -93,8 +93,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `142`
|
||||
// Estimated: `67035`
|
||||
// Minimum execution time: 138_762_961_000 picoseconds.
|
||||
Weight::from_parts(141_056_728_000, 67035)
|
||||
// Minimum execution time: 136_732_656_000 picoseconds.
|
||||
Weight::from_parts(139_244_377_000, 67035)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -106,9 +106,9 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_063_000 picoseconds.
|
||||
Weight::from_parts(3_168_000, 0)
|
||||
// Standard Error: 2_914
|
||||
.saturating_add(Weight::from_parts(997_098, 0).saturating_mul(i.into()))
|
||||
Weight::from_parts(3_172_000, 0)
|
||||
// Standard Error: 2_798
|
||||
.saturating_add(Weight::from_parts(958_284, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
||||
|
|
@ -118,10 +118,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_018_000 picoseconds.
|
||||
Weight::from_parts(3_123_000, 0)
|
||||
// Standard Error: 1_333
|
||||
.saturating_add(Weight::from_parts(709_905, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_150_000 picoseconds.
|
||||
Weight::from_parts(3_228_000, 0)
|
||||
// Standard Error: 1_228
|
||||
.saturating_add(Weight::from_parts(683_269, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
||||
|
|
@ -131,10 +131,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `131 + p * (69 ±0)`
|
||||
// Estimated: `119 + p * (70 ±0)`
|
||||
// Minimum execution time: 5_957_000 picoseconds.
|
||||
Weight::from_parts(6_048_000, 119)
|
||||
// Standard Error: 1_952
|
||||
.saturating_add(Weight::from_parts(1_465_168, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 5_870_000 picoseconds.
|
||||
Weight::from_parts(5_932_000, 119)
|
||||
// Standard Error: 1_772
|
||||
.saturating_add(Weight::from_parts(1_417_036, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
|
||||
|
|
@ -145,8 +145,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 21_952_000 picoseconds.
|
||||
Weight::from_parts(23_295_000, 0)
|
||||
// Minimum execution time: 16_641_000 picoseconds.
|
||||
Weight::from_parts(19_037_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `System::AuthorizedUpgrade` (r:1 w:1)
|
||||
|
|
@ -159,8 +159,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `164`
|
||||
// Estimated: `67035`
|
||||
// Minimum execution time: 144_120_718_000 picoseconds.
|
||||
Weight::from_parts(145_991_021_000, 67035)
|
||||
// Minimum execution time: 142_143_546_000 picoseconds.
|
||||
Weight::from_parts(143_414_761_000, 67035)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_babe`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -51,17 +51,24 @@
|
|||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use sp_std::marker::PhantomData;
|
||||
|
||||
/// Weights for `pallet_babe`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_babe::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `x` is `[0, 1]`.
|
||||
fn plan_config_change() -> Weight {
|
||||
// Minimum execution time approximated from previous BABE benchmarking.
|
||||
Weight::from_parts(89_692_226, 0)
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 88_988_000 picoseconds.
|
||||
Weight::from_parts(89_676_965, 0)
|
||||
}
|
||||
|
||||
fn report_equivocation(_x: u32, _y: u32) -> Weight {
|
||||
// Approximated using the old `check_equivocation_proof` measurement.
|
||||
Weight::from_parts(89_692_226, 0)
|
||||
/// The range of component `x` is `[0, 1]`.
|
||||
fn report_equivocation(_prev: u32, _equivocations: u32) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 88_988_000 picoseconds.
|
||||
Weight::from_parts(89_676_965, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_balances`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `40`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 68_827_000 picoseconds.
|
||||
Weight::from_parts(69_887_000, 3581)
|
||||
// Minimum execution time: 68_376_000 picoseconds.
|
||||
Weight::from_parts(69_248_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `40`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 55_017_000 picoseconds.
|
||||
Weight::from_parts(56_235_000, 3581)
|
||||
// Minimum execution time: 55_396_000 picoseconds.
|
||||
Weight::from_parts(56_019_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -83,8 +83,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `195`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 21_396_000 picoseconds.
|
||||
Weight::from_parts(21_937_000, 3581)
|
||||
// Minimum execution time: 21_713_000 picoseconds.
|
||||
Weight::from_parts(22_167_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -94,8 +94,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `195`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 30_698_000 picoseconds.
|
||||
Weight::from_parts(31_661_000, 3581)
|
||||
// Minimum execution time: 30_691_000 picoseconds.
|
||||
Weight::from_parts(31_315_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -105,8 +105,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `235`
|
||||
// Estimated: `6172`
|
||||
// Minimum execution time: 71_557_000 picoseconds.
|
||||
Weight::from_parts(72_601_000, 6172)
|
||||
// Minimum execution time: 71_858_000 picoseconds.
|
||||
Weight::from_parts(72_947_000, 6172)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -116,8 +116,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `40`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 68_026_000 picoseconds.
|
||||
Weight::from_parts(69_006_000, 3581)
|
||||
// Minimum execution time: 67_947_000 picoseconds.
|
||||
Weight::from_parts(68_644_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -127,8 +127,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `195`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 25_456_000 picoseconds.
|
||||
Weight::from_parts(26_125_000, 3581)
|
||||
// Minimum execution time: 25_537_000 picoseconds.
|
||||
Weight::from_parts(26_143_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -137,12 +137,12 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
/// The range of component `u` is `[1, 1000]`.
|
||||
fn upgrade_accounts(u: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `619 + u * (124 ±0)`
|
||||
// Measured: `658 + u * (124 ±0)`
|
||||
// Estimated: `990 + u * (2591 ±0)`
|
||||
// Minimum execution time: 23_282_000 picoseconds.
|
||||
Weight::from_parts(23_547_000, 990)
|
||||
// Standard Error: 16_867
|
||||
.saturating_add(Weight::from_parts(19_723_162, 0).saturating_mul(u.into()))
|
||||
// Minimum execution time: 23_234_000 picoseconds.
|
||||
Weight::from_parts(23_459_000, 990)
|
||||
// Standard Error: 12_377
|
||||
.saturating_add(Weight::from_parts(18_769_914, 0).saturating_mul(u.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2591).saturating_mul(u.into()))
|
||||
|
|
@ -151,21 +151,21 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_381_000 picoseconds.
|
||||
Weight::from_parts(8_749_000, 0)
|
||||
// Minimum execution time: 8_731_000 picoseconds.
|
||||
Weight::from_parts(8_998_000, 0)
|
||||
}
|
||||
fn burn_allow_death() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 43_314_000 picoseconds.
|
||||
Weight::from_parts(44_011_000, 0)
|
||||
// Minimum execution time: 42_914_000 picoseconds.
|
||||
Weight::from_parts(43_598_000, 0)
|
||||
}
|
||||
fn burn_keep_alive() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 30_555_000 picoseconds.
|
||||
Weight::from_parts(31_127_000, 0)
|
||||
// Minimum execution time: 30_282_000 picoseconds.
|
||||
Weight::from_parts(30_911_000, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_beefy_mmr`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_beefy_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `68`
|
||||
// Estimated: `3509`
|
||||
// Minimum execution time: 7_692_000 picoseconds.
|
||||
Weight::from_parts(7_968_000, 3509)
|
||||
// Minimum execution time: 7_794_000 picoseconds.
|
||||
Weight::from_parts(8_046_000, 3509)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Mmr::Nodes` (r:1 w:0)
|
||||
|
|
@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_beefy_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `221`
|
||||
// Estimated: `3505`
|
||||
// Minimum execution time: 6_924_000 picoseconds.
|
||||
Weight::from_parts(7_284_000, 3505)
|
||||
// Minimum execution time: 6_732_000 picoseconds.
|
||||
Weight::from_parts(7_211_000, 3505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Mmr::RootHash` (r:1 w:0)
|
||||
|
|
@ -84,10 +84,10 @@ impl<T: frame_system::Config> pallet_beefy_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `213`
|
||||
// Estimated: `1517`
|
||||
// Minimum execution time: 14_082_000 picoseconds.
|
||||
Weight::from_parts(26_457_674, 1517)
|
||||
// Standard Error: 2_759
|
||||
.saturating_add(Weight::from_parts(1_566_479, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 14_344_000 picoseconds.
|
||||
Weight::from_parts(24_620_305, 1517)
|
||||
// Standard Error: 2_621
|
||||
.saturating_add(Weight::from_parts(1_561_896, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_collective_technical_committee`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -51,11 +51,10 @@
|
|||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use sp_std::marker::PhantomData;
|
||||
use crate::pallet_collective_technical_committee;
|
||||
|
||||
/// Weights for `pallet_collective_technical_committee`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo for WeightInfo<T> {
|
||||
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// Storage: `TechnicalCommittee::Members` (r:1 w:1)
|
||||
/// Proof: `TechnicalCommittee::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
||||
/// Storage: `TechnicalCommittee::Proposals` (r:1 w:0)
|
||||
|
|
@ -70,13 +69,13 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (2021 ±0) + p * (2026 ±0)`
|
||||
// Estimated: `12234 + m * (1231 ±15) + p * (3660 ±15)`
|
||||
// Minimum execution time: 16_727_000 picoseconds.
|
||||
Weight::from_parts(17_062_000, 12234)
|
||||
// Standard Error: 66_906
|
||||
.saturating_add(Weight::from_parts(4_853_688, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 66_906
|
||||
.saturating_add(Weight::from_parts(9_937_109, 0).saturating_mul(p.into()))
|
||||
// Estimated: `12234 + m * (1231 ±14) + p * (3660 ±14)`
|
||||
// Minimum execution time: 16_625_000 picoseconds.
|
||||
Weight::from_parts(16_911_000, 12234)
|
||||
// Standard Error: 64_864
|
||||
.saturating_add(Weight::from_parts(4_746_833, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 64_864
|
||||
.saturating_add(Weight::from_parts(9_694_811, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
|
|
@ -96,12 +95,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `149 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 24_196_000 picoseconds.
|
||||
Weight::from_parts(23_849_789, 3997)
|
||||
// Standard Error: 45
|
||||
.saturating_add(Weight::from_parts(1_819, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 468
|
||||
.saturating_add(Weight::from_parts(11_169, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 24_360_000 picoseconds.
|
||||
Weight::from_parts(24_403_191, 3997)
|
||||
// Standard Error: 35
|
||||
.saturating_add(Weight::from_parts(1_433, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 370
|
||||
.saturating_add(Weight::from_parts(8_945, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -119,12 +118,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `149 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 27_787_000 picoseconds.
|
||||
Weight::from_parts(28_118_291, 3997)
|
||||
// Standard Error: 47
|
||||
.saturating_add(Weight::from_parts(1_274, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 486
|
||||
.saturating_add(Weight::from_parts(14_674, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 27_544_000 picoseconds.
|
||||
Weight::from_parts(27_315_394, 3997)
|
||||
// Standard Error: 41
|
||||
.saturating_add(Weight::from_parts(1_571, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 430
|
||||
.saturating_add(Weight::from_parts(15_942, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -145,14 +144,14 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `391 + m * (20 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3785 + m * (21 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 27_412_000 picoseconds.
|
||||
Weight::from_parts(25_170_638, 3785)
|
||||
// Standard Error: 183
|
||||
.saturating_add(Weight::from_parts(5_172, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_915
|
||||
.saturating_add(Weight::from_parts(34_786, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_891
|
||||
.saturating_add(Weight::from_parts(345_847, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 27_515_000 picoseconds.
|
||||
Weight::from_parts(27_288_163, 3785)
|
||||
// Standard Error: 154
|
||||
.saturating_add(Weight::from_parts(4_056, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_610
|
||||
.saturating_add(Weight::from_parts(32_650, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_590
|
||||
.saturating_add(Weight::from_parts(315_867, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 21).saturating_mul(m.into()))
|
||||
|
|
@ -167,10 +166,10 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `866 + m * (40 ±0)`
|
||||
// Estimated: `4330 + m * (40 ±0)`
|
||||
// Minimum execution time: 35_183_000 picoseconds.
|
||||
Weight::from_parts(37_896_917, 4330)
|
||||
// Standard Error: 1_641
|
||||
.saturating_add(Weight::from_parts(18_894, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 34_111_000 picoseconds.
|
||||
Weight::from_parts(35_693_770, 4330)
|
||||
// Standard Error: 1_349
|
||||
.saturating_add(Weight::from_parts(27_869, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
|
||||
|
|
@ -189,12 +188,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `443 + m * (40 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3888 + m * (41 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 32_328_000 picoseconds.
|
||||
Weight::from_parts(32_215_356, 3888)
|
||||
// Standard Error: 1_143
|
||||
.saturating_add(Weight::from_parts(33_100, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_114
|
||||
.saturating_add(Weight::from_parts(299_481, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 32_411_000 picoseconds.
|
||||
Weight::from_parts(31_787_582, 3888)
|
||||
// Standard Error: 1_884
|
||||
.saturating_add(Weight::from_parts(39_018, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_837
|
||||
.saturating_add(Weight::from_parts(288_279, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 41).saturating_mul(m.into()))
|
||||
|
|
@ -219,14 +218,14 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `791 + b * (1 ±0) + m * (40 ±0) + p * (40 ±0)`
|
||||
// Estimated: `4108 + b * (1 ±0) + m * (42 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 53_292_000 picoseconds.
|
||||
Weight::from_parts(52_628_454, 4108)
|
||||
// Standard Error: 218
|
||||
.saturating_add(Weight::from_parts(4_349, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_313
|
||||
.saturating_add(Weight::from_parts(23_127, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_255
|
||||
.saturating_add(Weight::from_parts(367_592, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 52_738_000 picoseconds.
|
||||
Weight::from_parts(53_211_783, 4108)
|
||||
// Standard Error: 295
|
||||
.saturating_add(Weight::from_parts(3_886, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 3_123
|
||||
.saturating_add(Weight::from_parts(25_284, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 3_044
|
||||
.saturating_add(Weight::from_parts(337_065, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -249,12 +248,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `512 + m * (30 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3954 + m * (31 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 34_750_000 picoseconds.
|
||||
Weight::from_parts(32_734_853, 3954)
|
||||
// Standard Error: 1_930
|
||||
.saturating_add(Weight::from_parts(37_556, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_882
|
||||
.saturating_add(Weight::from_parts(327_026, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 34_118_000 picoseconds.
|
||||
Weight::from_parts(34_122_434, 3954)
|
||||
// Standard Error: 2_119
|
||||
.saturating_add(Weight::from_parts(30_637, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_067
|
||||
.saturating_add(Weight::from_parts(299_902, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 31).saturating_mul(m.into()))
|
||||
|
|
@ -281,14 +280,14 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `811 + b * (1 ±0) + m * (40 ±0) + p * (40 ±0)`
|
||||
// Estimated: `4128 + b * (1 ±0) + m * (42 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 56_201_000 picoseconds.
|
||||
Weight::from_parts(54_783_387, 4128)
|
||||
// Standard Error: 273
|
||||
.saturating_add(Weight::from_parts(5_127, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_888
|
||||
.saturating_add(Weight::from_parts(31_000, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_815
|
||||
.saturating_add(Weight::from_parts(368_819, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 56_185_000 picoseconds.
|
||||
Weight::from_parts(58_557_093, 4128)
|
||||
// Standard Error: 272
|
||||
.saturating_add(Weight::from_parts(3_033, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_883
|
||||
.saturating_add(Weight::from_parts(12_945, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_811
|
||||
.saturating_add(Weight::from_parts(331_230, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -306,10 +305,10 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `260 + p * (32 ±0)`
|
||||
// Estimated: `1745 + p * (32 ±0)`
|
||||
// Minimum execution time: 17_521_000 picoseconds.
|
||||
Weight::from_parts(18_645_542, 1745)
|
||||
// Standard Error: 1_015
|
||||
.saturating_add(Weight::from_parts(267_862, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 17_282_000 picoseconds.
|
||||
Weight::from_parts(18_808_034, 1745)
|
||||
// Standard Error: 910
|
||||
.saturating_add(Weight::from_parts(249_892, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
|
|
@ -328,12 +327,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1531 + p * (36 ±0)`
|
||||
// Estimated: `4930 + d * (123 ±6) + p * (37 ±0)`
|
||||
// Minimum execution time: 25_147_000 picoseconds.
|
||||
Weight::from_parts(29_402_427, 4930)
|
||||
// Standard Error: 84_591
|
||||
.saturating_add(Weight::from_parts(231_087, 0).saturating_mul(d.into()))
|
||||
// Standard Error: 1_310
|
||||
.saturating_add(Weight::from_parts(317_823, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 25_109_000 picoseconds.
|
||||
Weight::from_parts(28_971_194, 4930)
|
||||
// Standard Error: 83_015
|
||||
.saturating_add(Weight::from_parts(688_507, 0).saturating_mul(d.into()))
|
||||
// Standard Error: 1_285
|
||||
.saturating_add(Weight::from_parts(299_135, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 123).saturating_mul(d.into()))
|
||||
|
|
@ -347,8 +346,8 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `945`
|
||||
// Estimated: `4410`
|
||||
// Minimum execution time: 20_433_000 picoseconds.
|
||||
Weight::from_parts(21_182_000, 4410)
|
||||
// Minimum execution time: 20_065_000 picoseconds.
|
||||
Weight::from_parts(20_865_000, 4410)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_collective_treasury_council`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -51,11 +51,10 @@
|
|||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use sp_std::marker::PhantomData;
|
||||
use crate::pallet_collective_treasury_council;
|
||||
|
||||
/// Weights for `pallet_collective_treasury_council`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for WeightInfo<T> {
|
||||
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// Storage: `TreasuryCouncil::Members` (r:1 w:1)
|
||||
/// Proof: `TreasuryCouncil::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
||||
/// Storage: `TreasuryCouncil::Proposals` (r:1 w:0)
|
||||
|
|
@ -70,13 +69,13 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (425 ±0) + p * (206 ±0)`
|
||||
// Estimated: `4117 + m * (266 ±4) + p * (2556 ±2)`
|
||||
// Minimum execution time: 11_184_000 picoseconds.
|
||||
Weight::from_parts(11_406_000, 4117)
|
||||
// Standard Error: 122_668
|
||||
.saturating_add(Weight::from_parts(3_699_580, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 56_045
|
||||
.saturating_add(Weight::from_parts(4_836_949, 0).saturating_mul(p.into()))
|
||||
// Estimated: `4117 + m * (266 ±3) + p * (2556 ±1)`
|
||||
// Minimum execution time: 11_396_000 picoseconds.
|
||||
Weight::from_parts(11_718_000, 4117)
|
||||
// Standard Error: 125_606
|
||||
.saturating_add(Weight::from_parts(3_734_137, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 57_387
|
||||
.saturating_add(Weight::from_parts(4_932_448, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
|
|
@ -96,12 +95,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `181 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 23_698_000 picoseconds.
|
||||
Weight::from_parts(23_959_051, 3997)
|
||||
// Standard Error: 39
|
||||
.saturating_add(Weight::from_parts(1_448, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 4_662
|
||||
.saturating_add(Weight::from_parts(59_847, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 23_945_000 picoseconds.
|
||||
Weight::from_parts(24_385_414, 3997)
|
||||
// Standard Error: 37
|
||||
.saturating_add(Weight::from_parts(1_569, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 4_394
|
||||
.saturating_add(Weight::from_parts(44_126, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -119,12 +118,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `181 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 26_898_000 picoseconds.
|
||||
Weight::from_parts(27_251_549, 3997)
|
||||
// Standard Error: 36
|
||||
.saturating_add(Weight::from_parts(1_468, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 4_357
|
||||
.saturating_add(Weight::from_parts(71_128, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 27_461_000 picoseconds.
|
||||
Weight::from_parts(27_601_990, 3997)
|
||||
// Standard Error: 42
|
||||
.saturating_add(Weight::from_parts(1_574, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 5_050
|
||||
.saturating_add(Weight::from_parts(64_806, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -145,14 +144,14 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `127 + m * (20 ±0) + p * (55 ±0)`
|
||||
// Estimated: `3548 + m * (27 ±0) + p * (54 ±0)`
|
||||
// Minimum execution time: 26_542_000 picoseconds.
|
||||
Weight::from_parts(25_091_113, 3548)
|
||||
// Standard Error: 122
|
||||
.saturating_add(Weight::from_parts(4_211, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 16_692
|
||||
.saturating_add(Weight::from_parts(59_566, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 6_403
|
||||
.saturating_add(Weight::from_parts(556_950, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 27_251_000 picoseconds.
|
||||
Weight::from_parts(24_980_513, 3548)
|
||||
// Standard Error: 119
|
||||
.saturating_add(Weight::from_parts(4_304, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 16_258
|
||||
.saturating_add(Weight::from_parts(65_152, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 6_236
|
||||
.saturating_add(Weight::from_parts(569_301, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 27).saturating_mul(m.into()))
|
||||
|
|
@ -167,10 +166,10 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `701 + m * (40 ±0)`
|
||||
// Estimated: `4166 + m * (40 ±0)`
|
||||
// Minimum execution time: 26_989_000 picoseconds.
|
||||
Weight::from_parts(28_037_427, 4166)
|
||||
// Standard Error: 9_474
|
||||
.saturating_add(Weight::from_parts(32_758, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 27_095_000 picoseconds.
|
||||
Weight::from_parts(28_569_225, 4166)
|
||||
// Standard Error: 9_583
|
||||
.saturating_add(Weight::from_parts(30_565, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
|
||||
|
|
@ -189,12 +188,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `234 + m * (40 ±0) + p * (55 ±0)`
|
||||
// Estimated: `3696 + m * (43 ±0) + p * (55 ±0)`
|
||||
// Minimum execution time: 30_134_000 picoseconds.
|
||||
Weight::from_parts(31_535_041, 3696)
|
||||
// Standard Error: 10_456
|
||||
.saturating_add(Weight::from_parts(22_840, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_966
|
||||
.saturating_add(Weight::from_parts(358_310, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 30_372_000 picoseconds.
|
||||
Weight::from_parts(31_676_515, 3696)
|
||||
// Standard Error: 10_761
|
||||
.saturating_add(Weight::from_parts(18_440, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 3_053
|
||||
.saturating_add(Weight::from_parts(381_418, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 43).saturating_mul(m.into()))
|
||||
|
|
@ -219,12 +218,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `225 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
|
||||
// Estimated: `3997 + b * (1 ±0) + m * (29 ±1) + p * (74 ±0)`
|
||||
// Minimum execution time: 49_825_000 picoseconds.
|
||||
Weight::from_parts(51_865_384, 3997)
|
||||
// Minimum execution time: 51_226_000 picoseconds.
|
||||
Weight::from_parts(53_772_672, 3997)
|
||||
// Standard Error: 129
|
||||
.saturating_add(Weight::from_parts(2_790, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 6_742
|
||||
.saturating_add(Weight::from_parts(637_653, 0).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(2_620, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 6_739
|
||||
.saturating_add(Weight::from_parts(607_888, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -247,12 +246,10 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `284 + m * (33 ±0) + p * (55 ±0)`
|
||||
// Estimated: `3747 + m * (34 ±0) + p * (56 ±0)`
|
||||
// Minimum execution time: 33_156_000 picoseconds.
|
||||
Weight::from_parts(34_127_093, 3747)
|
||||
// Standard Error: 10_282
|
||||
.saturating_add(Weight::from_parts(27_907, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_916
|
||||
.saturating_add(Weight::from_parts(376_332, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 33_571_000 picoseconds.
|
||||
Weight::from_parts(34_718_095, 3747)
|
||||
// Standard Error: 2_993
|
||||
.saturating_add(Weight::from_parts(380_374, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 34).saturating_mul(m.into()))
|
||||
|
|
@ -279,12 +276,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `245 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
|
||||
// Estimated: `3997 + b * (1 ±0) + m * (30 ±1) + p * (74 ±0)`
|
||||
// Minimum execution time: 52_893_000 picoseconds.
|
||||
Weight::from_parts(54_777_582, 3997)
|
||||
// Standard Error: 110
|
||||
.saturating_add(Weight::from_parts(2_819, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 5_755
|
||||
.saturating_add(Weight::from_parts(615_782, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 53_705_000 picoseconds.
|
||||
Weight::from_parts(57_621_366, 3997)
|
||||
// Standard Error: 121
|
||||
.saturating_add(Weight::from_parts(2_500, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 6_358
|
||||
.saturating_add(Weight::from_parts(594_135, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -302,10 +299,10 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `293 + p * (32 ±0)`
|
||||
// Estimated: `1778 + p * (32 ±0)`
|
||||
// Minimum execution time: 17_421_000 picoseconds.
|
||||
Weight::from_parts(18_011_769, 1778)
|
||||
// Standard Error: 1_945
|
||||
.saturating_add(Weight::from_parts(322_451, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 17_692_000 picoseconds.
|
||||
Weight::from_parts(18_168_527, 1778)
|
||||
// Standard Error: 1_939
|
||||
.saturating_add(Weight::from_parts(311_979, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
|
|
@ -324,10 +321,10 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1347 + p * (55 ±0)`
|
||||
// Estimated: `4814 + d * (5 ±1) + p * (55 ±0)`
|
||||
// Minimum execution time: 25_329_000 picoseconds.
|
||||
Weight::from_parts(28_923_002, 4814)
|
||||
// Standard Error: 4_773
|
||||
.saturating_add(Weight::from_parts(430_770, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 25_535_000 picoseconds.
|
||||
Weight::from_parts(28_679_983, 4814)
|
||||
// Standard Error: 4_493
|
||||
.saturating_add(Weight::from_parts(467_554, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into()))
|
||||
|
|
@ -341,8 +338,8 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `780`
|
||||
// Estimated: `4245`
|
||||
// Minimum execution time: 15_878_000 picoseconds.
|
||||
Weight::from_parts(16_642_000, 4245)
|
||||
// Minimum execution time: 16_263_000 picoseconds.
|
||||
Weight::from_parts(16_845_000, 4245)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_conviction_voting`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1963`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 92_065_000 picoseconds.
|
||||
Weight::from_parts(94_438_000, 13328)
|
||||
// Minimum execution time: 89_813_000 picoseconds.
|
||||
Weight::from_parts(91_835_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -94,8 +94,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `2264`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 118_512_000 picoseconds.
|
||||
Weight::from_parts(120_306_000, 25666)
|
||||
// Minimum execution time: 114_896_000 picoseconds.
|
||||
Weight::from_parts(117_524_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(7_u64))
|
||||
}
|
||||
|
|
@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1979`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 77_398_000 picoseconds.
|
||||
Weight::from_parts(79_567_000, 25666)
|
||||
// Minimum execution time: 75_682_000 picoseconds.
|
||||
Weight::from_parts(76_936_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -124,8 +124,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1523`
|
||||
// Estimated: `4617`
|
||||
// Minimum execution time: 30_519_000 picoseconds.
|
||||
Weight::from_parts(31_983_000, 4617)
|
||||
// Minimum execution time: 29_716_000 picoseconds.
|
||||
Weight::from_parts(31_213_000, 4617)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -148,10 +148,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1655 + r * (248 ±0)`
|
||||
// Estimated: `25666 + r * (2805 ±0)`
|
||||
// Minimum execution time: 60_379_000 picoseconds.
|
||||
Weight::from_parts(64_900_166, 25666)
|
||||
// Standard Error: 66_366
|
||||
.saturating_add(Weight::from_parts(33_790_236, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 60_120_000 picoseconds.
|
||||
Weight::from_parts(61_961_783, 25666)
|
||||
// Standard Error: 71_906
|
||||
.saturating_add(Weight::from_parts(33_876_637, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
|
|
@ -171,10 +171,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1478 + r * (248 ±0)`
|
||||
// Estimated: `25666 + r * (2805 ±0)`
|
||||
// Minimum execution time: 28_827_000 picoseconds.
|
||||
Weight::from_parts(23_641_572, 25666)
|
||||
// Standard Error: 79_722
|
||||
.saturating_add(Weight::from_parts(33_742_814, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 28_328_000 picoseconds.
|
||||
Weight::from_parts(22_165_419, 25666)
|
||||
// Standard Error: 84_081
|
||||
.saturating_add(Weight::from_parts(33_459_122, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
|
|
@ -193,8 +193,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1229`
|
||||
// Estimated: `4752`
|
||||
// Minimum execution time: 65_358_000 picoseconds.
|
||||
Weight::from_parts(66_671_000, 4752)
|
||||
// Minimum execution time: 63_631_000 picoseconds.
|
||||
Weight::from_parts(65_866_000, 4752)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_datahaven_native_transfer`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_datahaven_native_transfer::WeightInfo for W
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `467`
|
||||
// Estimated: `8763`
|
||||
// Minimum execution time: 139_773_000 picoseconds.
|
||||
Weight::from_parts(142_447_000, 8763)
|
||||
// Minimum execution time: 140_933_000 picoseconds.
|
||||
Weight::from_parts(142_617_000, 8763)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
|
|
@ -80,8 +80,8 @@ impl<T: frame_system::Config> pallet_datahaven_native_transfer::WeightInfo for W
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_810_000 picoseconds.
|
||||
Weight::from_parts(7_090_000, 0)
|
||||
// Minimum execution time: 6_827_000 picoseconds.
|
||||
Weight::from_parts(7_177_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `DataHavenNativeTransfer::Paused` (r:0 w:1)
|
||||
|
|
@ -90,8 +90,8 @@ impl<T: frame_system::Config> pallet_datahaven_native_transfer::WeightInfo for W
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_813_000 picoseconds.
|
||||
Weight::from_parts(7_032_000, 0)
|
||||
// Minimum execution time: 6_862_000 picoseconds.
|
||||
Weight::from_parts(7_153_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_evm`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -59,7 +59,7 @@ impl<T: frame_system::Config> pallet_evm::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_975_000 picoseconds.
|
||||
Weight::from_parts(3_180_000, 0)
|
||||
// Minimum execution time: 2_913_000 picoseconds.
|
||||
Weight::from_parts(3_118_000, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_external_validator_slashes`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -64,8 +64,8 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `38528`
|
||||
// Estimated: `41993`
|
||||
// Minimum execution time: 77_426_000 picoseconds.
|
||||
Weight::from_parts(1_424_565_118, 41993)
|
||||
// Minimum execution time: 76_875_000 picoseconds.
|
||||
Weight::from_parts(1_420_030_479, 41993)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -83,8 +83,8 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `492`
|
||||
// Estimated: `3957`
|
||||
// Minimum execution time: 27_891_000 picoseconds.
|
||||
Weight::from_parts(28_401_000, 3957)
|
||||
// Minimum execution time: 27_474_000 picoseconds.
|
||||
Weight::from_parts(28_221_000, 3957)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -105,10 +105,10 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `541 + s * (38 ±0)`
|
||||
// Estimated: `6044 + s * (38 ±0)`
|
||||
// Minimum execution time: 49_264_000 picoseconds.
|
||||
Weight::from_parts(50_993_461, 6044)
|
||||
// Standard Error: 407
|
||||
.saturating_add(Weight::from_parts(45_328, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 49_590_000 picoseconds.
|
||||
Weight::from_parts(51_398_332, 6044)
|
||||
// Standard Error: 483
|
||||
.saturating_add(Weight::from_parts(46_041, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 38).saturating_mul(s.into()))
|
||||
|
|
@ -119,15 +119,16 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_819_000 picoseconds.
|
||||
Weight::from_parts(4_053_000, 0)
|
||||
// Minimum execution time: 3_946_000 picoseconds.
|
||||
Weight::from_parts(4_118_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
// Additional helper used only in testing environments to exercise the
|
||||
// message-sending path. This comes from the upstream pallet benchmarks.
|
||||
|
||||
fn root_test_send_msg_to_eth() -> Weight {
|
||||
// Minimum execution time: 994_654_000 picoseconds (from original benchmarks).
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `322`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 994_654_000 picoseconds.
|
||||
Weight::from_parts(1_015_195_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_external_validators`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_365_000 picoseconds.
|
||||
Weight::from_parts(3_476_000, 0)
|
||||
// Minimum execution time: 3_321_000 picoseconds.
|
||||
Weight::from_parts(3_496_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `Session::NextKeys` (r:1 w:0)
|
||||
|
|
@ -74,10 +74,10 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `808 + b * (25 ±0)`
|
||||
// Estimated: `4262 + b * (25 ±0)`
|
||||
// Minimum execution time: 25_635_000 picoseconds.
|
||||
Weight::from_parts(29_804_828, 4262)
|
||||
// Standard Error: 2_451
|
||||
.saturating_add(Weight::from_parts(214_975, 0).saturating_mul(b.into()))
|
||||
// Minimum execution time: 25_519_000 picoseconds.
|
||||
Weight::from_parts(30_230_094, 4262)
|
||||
// Standard Error: 2_391
|
||||
.saturating_add(Weight::from_parts(154_667, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 25).saturating_mul(b.into()))
|
||||
|
|
@ -89,10 +89,10 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `252 + b * (20 ±0)`
|
||||
// Estimated: `3487`
|
||||
// Minimum execution time: 14_097_000 picoseconds.
|
||||
Weight::from_parts(16_200_557, 3487)
|
||||
// Standard Error: 1_486
|
||||
.saturating_add(Weight::from_parts(154_789, 0).saturating_mul(b.into()))
|
||||
// Minimum execution time: 13_911_000 picoseconds.
|
||||
Weight::from_parts(17_315_048, 3487)
|
||||
// Standard Error: 1_892
|
||||
.saturating_add(Weight::from_parts(98_389, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -102,8 +102,8 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 15_295_000 picoseconds.
|
||||
Weight::from_parts(16_185_000, 0)
|
||||
// Minimum execution time: 15_167_000 picoseconds.
|
||||
Weight::from_parts(16_048_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `ExternalValidators::ExternalIndex` (r:0 w:1)
|
||||
|
|
@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_140_000 picoseconds.
|
||||
Weight::from_parts(9_681_000, 0)
|
||||
// Minimum execution time: 9_375_000 picoseconds.
|
||||
Weight::from_parts(9_987_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: `ExternalValidators::CurrentEra` (r:1 w:1)
|
||||
|
|
@ -141,10 +141,10 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `286 + r * (20 ±0)`
|
||||
// Estimated: `3487`
|
||||
// Minimum execution time: 24_119_000 picoseconds.
|
||||
Weight::from_parts(26_466_735, 3487)
|
||||
// Standard Error: 1_672
|
||||
.saturating_add(Weight::from_parts(259_066, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 24_307_000 picoseconds.
|
||||
Weight::from_parts(27_552_908, 3487)
|
||||
// Standard Error: 1_698
|
||||
.saturating_add(Weight::from_parts(221_124, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_external_validators_rewards`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -55,25 +55,23 @@ use sp_std::marker::PhantomData;
|
|||
/// Weights for `pallet_external_validators_rewards`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_external_validators_rewards::WeightInfo for WeightInfo<T> {
|
||||
/// Storage: `Parameters::Parameters` (r:4 w:0)
|
||||
/// Proof: `Parameters::Parameters` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
|
||||
/// Storage: `ExternalValidatorsRewards::BlocksProducedInEra` (r:1 w:0)
|
||||
/// Proof: `ExternalValidatorsRewards::BlocksProducedInEra` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`)
|
||||
/// Storage: `ExternalValidators::ActiveEra` (r:1 w:0)
|
||||
/// Proof: `ExternalValidators::ActiveEra` (`max_values`: Some(1), `max_size`: Some(13), added: 508, mode: `MaxEncodedLen`)
|
||||
/// Storage: `ExternalValidatorsRewards::RewardPointsForEra` (r:1 w:0)
|
||||
/// Proof: `ExternalValidatorsRewards::RewardPointsForEra` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
||||
/// Storage: `Parameters::Parameters` (r:5 w:0)
|
||||
/// Proof: `Parameters::Parameters` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
|
||||
/// Storage: `System::Account` (r:2 w:2)
|
||||
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
||||
/// Storage: `MessageQueue::BookStateFor` (r:1 w:1)
|
||||
/// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`)
|
||||
/// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
|
||||
/// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`)
|
||||
/// Storage: `MessageQueue::Pages` (r:0 w:1)
|
||||
/// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(32845), added: 35320, mode: `MaxEncodedLen`)
|
||||
fn on_era_end() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `25439`
|
||||
// Estimated: `28904`
|
||||
// Minimum execution time: 1_718_470_000 picoseconds.
|
||||
Weight::from_parts(1_749_571_000, 28904)
|
||||
.saturating_add(T::DbWeight::get().reads(10_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
// Measured: `25697`
|
||||
// Estimated: `29162`
|
||||
// Minimum execution time: 1_855_466_000 picoseconds.
|
||||
Weight::from_parts(1_894_953_000, 29162)
|
||||
.saturating_add(T::DbWeight::get().reads(9_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,11 +55,15 @@ use sp_std::marker::PhantomData;
|
|||
/// Weights for `pallet_grandpa`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_grandpa::WeightInfo for WeightInfo<T> {
|
||||
|
||||
|
||||
fn report_equivocation(_x: u32, _y: u32) -> Weight {
|
||||
// Approximated using the old `check_equivocation_proof` measurement.
|
||||
Weight::from_parts(84_768_395, 0)
|
||||
/// The range of component `x` is `[0, 1]`.
|
||||
fn report_equivocation(prev: u32, _equivocations: u32) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 78_547_000 picoseconds.
|
||||
Weight::from_parts(78_982_114, 0)
|
||||
// Standard Error: 28_584
|
||||
.saturating_add(Weight::from_parts(129_485, 0).saturating_mul(prev.into()))
|
||||
}
|
||||
/// Storage: `Grandpa::Stalled` (r:0 w:1)
|
||||
/// Proof: `Grandpa::Stalled` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`)
|
||||
|
|
@ -67,8 +71,8 @@ impl<T: frame_system::Config> pallet_grandpa::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_667_000 picoseconds.
|
||||
Weight::from_parts(3_838_000, 0)
|
||||
// Minimum execution time: 3_815_000 picoseconds.
|
||||
Weight::from_parts(3_947_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_message_queue`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `223`
|
||||
// Estimated: `6212`
|
||||
// Minimum execution time: 17_213_000 picoseconds.
|
||||
Weight::from_parts(17_668_000, 6212)
|
||||
// Minimum execution time: 16_965_000 picoseconds.
|
||||
Weight::from_parts(17_440_000, 6212)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `218`
|
||||
// Estimated: `6212`
|
||||
// Minimum execution time: 14_885_000 picoseconds.
|
||||
Weight::from_parts(15_343_000, 6212)
|
||||
// Minimum execution time: 14_943_000 picoseconds.
|
||||
Weight::from_parts(15_659_000, 6212)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `6`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 5_962_000 picoseconds.
|
||||
Weight::from_parts(6_044_000, 3601)
|
||||
// Minimum execution time: 5_784_000 picoseconds.
|
||||
Weight::from_parts(5_957_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -98,8 +98,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `72`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 8_424_000 picoseconds.
|
||||
Weight::from_parts(8_770_000, 36310)
|
||||
// Minimum execution time: 8_331_000 picoseconds.
|
||||
Weight::from_parts(8_601_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -109,8 +109,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `72`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 8_614_000 picoseconds.
|
||||
Weight::from_parts(8_827_000, 36310)
|
||||
// Minimum execution time: 8_505_000 picoseconds.
|
||||
Weight::from_parts(8_721_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -122,8 +122,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 85_704_000 picoseconds.
|
||||
Weight::from_parts(88_322_000, 0)
|
||||
// Minimum execution time: 87_138_000 picoseconds.
|
||||
Weight::from_parts(89_019_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
|
||||
|
|
@ -134,8 +134,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `171`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 9_475_000 picoseconds.
|
||||
Weight::from_parts(9_787_000, 3601)
|
||||
// Minimum execution time: 9_360_000 picoseconds.
|
||||
Weight::from_parts(9_834_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -147,8 +147,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `32898`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 43_851_000 picoseconds.
|
||||
Weight::from_parts(45_733_000, 36310)
|
||||
// Minimum execution time: 44_144_000 picoseconds.
|
||||
Weight::from_parts(46_269_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -160,8 +160,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `32898`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 54_326_000 picoseconds.
|
||||
Weight::from_parts(55_910_000, 36310)
|
||||
// Minimum execution time: 55_878_000 picoseconds.
|
||||
Weight::from_parts(57_160_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -173,8 +173,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `32898`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 76_275_000 picoseconds.
|
||||
Weight::from_parts(78_740_000, 36310)
|
||||
// Minimum execution time: 78_069_000 picoseconds.
|
||||
Weight::from_parts(80_246_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_mmr`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -74,10 +74,10 @@ impl<T: frame_system::Config> pallet_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `536`
|
||||
// Estimated: `9242 + x * (8 ±0)`
|
||||
// Minimum execution time: 25_517_000 picoseconds.
|
||||
Weight::from_parts(50_303_674, 9242)
|
||||
// Standard Error: 1_220
|
||||
.saturating_add(Weight::from_parts(34_763, 0).saturating_mul(x.into()))
|
||||
// Minimum execution time: 26_161_000 picoseconds.
|
||||
Weight::from_parts(50_367_329, 9242)
|
||||
// Standard Error: 1_207
|
||||
.saturating_add(Weight::from_parts(33_762, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(8_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 8).saturating_mul(x.into()))
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_multisig`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -64,10 +64,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 31_084_000 picoseconds.
|
||||
Weight::from_parts(32_993_793, 3997)
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_parts(379, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 29_321_000 picoseconds.
|
||||
Weight::from_parts(30_390_958, 3997)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(436, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: `Multisig::Multisigs` (r:1 w:1)
|
||||
|
|
@ -78,12 +78,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `218`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 62_061_000 picoseconds.
|
||||
Weight::from_parts(44_879_091, 5587)
|
||||
// Standard Error: 2_813
|
||||
.saturating_add(Weight::from_parts(202_376, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 27
|
||||
.saturating_add(Weight::from_parts(4_262, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 62_032_000 picoseconds.
|
||||
Weight::from_parts(46_845_696, 5587)
|
||||
// Standard Error: 2_236
|
||||
.saturating_add(Weight::from_parts(168_903, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 21
|
||||
.saturating_add(Weight::from_parts(4_147, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -95,12 +95,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 39_874_000 picoseconds.
|
||||
Weight::from_parts(22_884_503, 5587)
|
||||
// Standard Error: 1_032
|
||||
.saturating_add(Weight::from_parts(178_702, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_parts(4_217, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 37_785_000 picoseconds.
|
||||
Weight::from_parts(23_725_807, 5587)
|
||||
// Standard Error: 913
|
||||
.saturating_add(Weight::from_parts(153_754, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_parts(4_160, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -118,12 +118,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `393 + s * (20 ±0)`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 78_562_000 picoseconds.
|
||||
Weight::from_parts(51_491_532, 5587)
|
||||
// Standard Error: 2_333
|
||||
.saturating_add(Weight::from_parts(318_420, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 22
|
||||
.saturating_add(Weight::from_parts(4_743, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 77_668_000 picoseconds.
|
||||
Weight::from_parts(55_371_376, 5587)
|
||||
// Standard Error: 3_247
|
||||
.saturating_add(Weight::from_parts(252_437, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 31
|
||||
.saturating_add(Weight::from_parts(4_452, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -134,10 +134,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `220`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 41_714_000 picoseconds.
|
||||
Weight::from_parts(43_774_625, 5587)
|
||||
// Standard Error: 1_129
|
||||
.saturating_add(Weight::from_parts(193_493, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 41_987_000 picoseconds.
|
||||
Weight::from_parts(43_754_538, 5587)
|
||||
// Standard Error: 1_022
|
||||
.saturating_add(Weight::from_parts(182_175, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -148,10 +148,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 21_388_000 picoseconds.
|
||||
Weight::from_parts(21_931_614, 5587)
|
||||
// Standard Error: 745
|
||||
.saturating_add(Weight::from_parts(168_360, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 21_259_000 picoseconds.
|
||||
Weight::from_parts(21_965_093, 5587)
|
||||
// Standard Error: 679
|
||||
.saturating_add(Weight::from_parts(155_811, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -162,10 +162,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `390`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 41_410_000 picoseconds.
|
||||
Weight::from_parts(44_461_034, 5587)
|
||||
// Standard Error: 1_679
|
||||
.saturating_add(Weight::from_parts(194_164, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 41_582_000 picoseconds.
|
||||
Weight::from_parts(44_495_968, 5587)
|
||||
// Standard Error: 3_026
|
||||
.saturating_add(Weight::from_parts(190_856, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_parameters`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_parameters::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3`
|
||||
// Estimated: `3517`
|
||||
// Minimum execution time: 11_523_000 picoseconds.
|
||||
Weight::from_parts(12_124_000, 3517)
|
||||
// Minimum execution time: 11_254_000 picoseconds.
|
||||
Weight::from_parts(11_753_000, 3517)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_preimage`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -68,10 +68,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 67_844_000 picoseconds.
|
||||
Weight::from_parts(68_467_000, 3754)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(2_724, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 67_227_000 picoseconds.
|
||||
Weight::from_parts(68_222_000, 3754)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(2_677, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -86,10 +86,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 20_520_000 picoseconds.
|
||||
Weight::from_parts(20_760_000, 3544)
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_parts(2_742, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 20_498_000 picoseconds.
|
||||
Weight::from_parts(20_996_000, 3544)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(2_668, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -104,10 +104,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 19_813_000 picoseconds.
|
||||
Weight::from_parts(19_987_000, 3544)
|
||||
// Minimum execution time: 20_039_000 picoseconds.
|
||||
Weight::from_parts(20_377_000, 3544)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(2_701, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(2_680, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -123,8 +123,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `180`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 85_747_000 picoseconds.
|
||||
Weight::from_parts(89_916_000, 3754)
|
||||
// Minimum execution time: 81_136_000 picoseconds.
|
||||
Weight::from_parts(86_539_000, 3754)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -138,8 +138,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 41_860_000 picoseconds.
|
||||
Weight::from_parts(45_321_000, 3544)
|
||||
// Minimum execution time: 35_514_000 picoseconds.
|
||||
Weight::from_parts(39_456_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -151,8 +151,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `137`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 34_643_000 picoseconds.
|
||||
Weight::from_parts(37_317_000, 3544)
|
||||
// Minimum execution time: 30_179_000 picoseconds.
|
||||
Weight::from_parts(36_807_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -164,8 +164,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 27_263_000 picoseconds.
|
||||
Weight::from_parts(30_396_000, 3544)
|
||||
// Minimum execution time: 24_064_000 picoseconds.
|
||||
Weight::from_parts(25_335_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -177,8 +177,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 33_235_000 picoseconds.
|
||||
Weight::from_parts(35_428_000, 3544)
|
||||
// Minimum execution time: 21_430_000 picoseconds.
|
||||
Weight::from_parts(26_324_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -190,8 +190,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 16_142_000 picoseconds.
|
||||
Weight::from_parts(17_268_000, 3544)
|
||||
// Minimum execution time: 13_910_000 picoseconds.
|
||||
Weight::from_parts(14_811_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -205,8 +205,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 40_132_000 picoseconds.
|
||||
Weight::from_parts(43_421_000, 3544)
|
||||
// Minimum execution time: 31_709_000 picoseconds.
|
||||
Weight::from_parts(34_427_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -218,8 +218,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 15_804_000 picoseconds.
|
||||
Weight::from_parts(16_640_000, 3544)
|
||||
// Minimum execution time: 14_843_000 picoseconds.
|
||||
Weight::from_parts(15_874_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -231,8 +231,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 15_596_000 picoseconds.
|
||||
Weight::from_parts(16_452_000, 3544)
|
||||
// Minimum execution time: 14_215_000 picoseconds.
|
||||
Weight::from_parts(14_954_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -247,12 +247,12 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
/// The range of component `n` is `[1, 1024]`.
|
||||
fn ensure_updated(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `611 + n * (203 ±0)`
|
||||
// Measured: `648 + n * (203 ±0)`
|
||||
// Estimated: `990 + n * (2764 ±0)`
|
||||
// Minimum execution time: 78_642_000 picoseconds.
|
||||
Weight::from_parts(79_548_000, 990)
|
||||
// Standard Error: 63_878
|
||||
.saturating_add(Weight::from_parts(80_832_985, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 77_456_000 picoseconds.
|
||||
Weight::from_parts(78_336_000, 990)
|
||||
// Standard Error: 67_652
|
||||
.saturating_add(Weight::from_parts(78_656_943, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2764).saturating_mul(n.into()))
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_proxy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -66,10 +66,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `228 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 26_461_000 picoseconds.
|
||||
Weight::from_parts(27_301_274, 4310)
|
||||
// Standard Error: 1_876
|
||||
.saturating_add(Weight::from_parts(46_082, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 27_044_000 picoseconds.
|
||||
Weight::from_parts(27_911_292, 4310)
|
||||
// Standard Error: 1_622
|
||||
.saturating_add(Weight::from_parts(49_308, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// 1 DB read that happen when filtering the proxy call transaction
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
|
|
@ -90,12 +90,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `480 + a * (56 ±0) + p * (25 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 56_407_000 picoseconds.
|
||||
Weight::from_parts(57_642_250, 5302)
|
||||
// Standard Error: 2_676
|
||||
.saturating_add(Weight::from_parts(243_876, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 2_765
|
||||
.saturating_add(Weight::from_parts(12_074, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 57_880_000 picoseconds.
|
||||
Weight::from_parts(59_011_948, 5302)
|
||||
// Standard Error: 3_445
|
||||
.saturating_add(Weight::from_parts(258_796, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 3_559
|
||||
.saturating_add(Weight::from_parts(22_962, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -109,10 +109,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `362 + a * (56 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 34_688_000 picoseconds.
|
||||
Weight::from_parts(35_930_455, 5302)
|
||||
// Standard Error: 2_215
|
||||
.saturating_add(Weight::from_parts(236_809, 0).saturating_mul(a.into()))
|
||||
// Minimum execution time: 35_927_000 picoseconds.
|
||||
Weight::from_parts(37_422_749, 5302)
|
||||
// Standard Error: 2_332
|
||||
.saturating_add(Weight::from_parts(250_068, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -126,10 +126,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `362 + a * (56 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 34_633_000 picoseconds.
|
||||
Weight::from_parts(36_005_941, 5302)
|
||||
// Standard Error: 2_133
|
||||
.saturating_add(Weight::from_parts(237_818, 0).saturating_mul(a.into()))
|
||||
// Minimum execution time: 36_250_000 picoseconds.
|
||||
Weight::from_parts(37_179_583, 5302)
|
||||
// Standard Error: 2_298
|
||||
.saturating_add(Weight::from_parts(248_750, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -145,12 +145,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `378 + a * (56 ±0) + p * (25 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 44_853_000 picoseconds.
|
||||
Weight::from_parts(45_417_614, 5302)
|
||||
// Standard Error: 2_347
|
||||
.saturating_add(Weight::from_parts(243_617, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 2_424
|
||||
.saturating_add(Weight::from_parts(11_577, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 45_699_000 picoseconds.
|
||||
Weight::from_parts(46_470_755, 5302)
|
||||
// Standard Error: 3_504
|
||||
.saturating_add(Weight::from_parts(248_030, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 3_620
|
||||
.saturating_add(Weight::from_parts(12_234, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -161,10 +161,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 33_293_000 picoseconds.
|
||||
Weight::from_parts(34_104_351, 4310)
|
||||
// Standard Error: 1_294
|
||||
.saturating_add(Weight::from_parts(41_463, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 33_426_000 picoseconds.
|
||||
Weight::from_parts(34_572_959, 4310)
|
||||
// Standard Error: 1_379
|
||||
.saturating_add(Weight::from_parts(46_699, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -175,10 +175,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 32_832_000 picoseconds.
|
||||
Weight::from_parts(33_675_935, 4310)
|
||||
// Standard Error: 1_258
|
||||
.saturating_add(Weight::from_parts(44_978, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 33_479_000 picoseconds.
|
||||
Weight::from_parts(34_794_629, 4310)
|
||||
// Standard Error: 1_434
|
||||
.saturating_add(Weight::from_parts(49_922, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -189,10 +189,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 29_721_000 picoseconds.
|
||||
Weight::from_parts(30_865_399, 4310)
|
||||
// Standard Error: 1_328
|
||||
.saturating_add(Weight::from_parts(25_278, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 30_549_000 picoseconds.
|
||||
Weight::from_parts(31_704_003, 4310)
|
||||
// Standard Error: 1_295
|
||||
.saturating_add(Weight::from_parts(25_860, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -203,10 +203,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `194`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 35_930_000 picoseconds.
|
||||
Weight::from_parts(36_976_251, 4310)
|
||||
// Standard Error: 1_416
|
||||
.saturating_add(Weight::from_parts(17_709, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 36_219_000 picoseconds.
|
||||
Weight::from_parts(37_500_614, 4310)
|
||||
// Standard Error: 1_579
|
||||
.saturating_add(Weight::from_parts(27_593, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -217,10 +217,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `207 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 31_019_000 picoseconds.
|
||||
Weight::from_parts(31_914_711, 4310)
|
||||
// Standard Error: 1_204
|
||||
.saturating_add(Weight::from_parts(29_319, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 31_531_000 picoseconds.
|
||||
Weight::from_parts(32_607_358, 4310)
|
||||
// Standard Error: 1_257
|
||||
.saturating_add(Weight::from_parts(33_494, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_referenda`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `341`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 46_846_000 picoseconds.
|
||||
Weight::from_parts(48_324_000, 13328)
|
||||
// Minimum execution time: 47_663_000 picoseconds.
|
||||
Weight::from_parts(49_002_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -80,8 +80,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 64_612_000 picoseconds.
|
||||
Weight::from_parts(66_033_000, 25666)
|
||||
// Minimum execution time: 64_570_000 picoseconds.
|
||||
Weight::from_parts(65_868_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3375`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 83_313_000 picoseconds.
|
||||
Weight::from_parts(86_266_000, 13328)
|
||||
// Minimum execution time: 83_419_000 picoseconds.
|
||||
Weight::from_parts(85_156_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -118,8 +118,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3395`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 83_736_000 picoseconds.
|
||||
Weight::from_parts(85_049_000, 13328)
|
||||
// Minimum execution time: 82_328_000 picoseconds.
|
||||
Weight::from_parts(84_483_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 75_199_000 picoseconds.
|
||||
Weight::from_parts(77_349_000, 25666)
|
||||
// Minimum execution time: 75_337_000 picoseconds.
|
||||
Weight::from_parts(77_289_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -152,8 +152,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 72_966_000 picoseconds.
|
||||
Weight::from_parts(74_753_000, 25666)
|
||||
// Minimum execution time: 72_551_000 picoseconds.
|
||||
Weight::from_parts(74_527_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -163,8 +163,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `492`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 40_343_000 picoseconds.
|
||||
Weight::from_parts(42_121_000, 3795)
|
||||
// Minimum execution time: 42_024_000 picoseconds.
|
||||
Weight::from_parts(43_242_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -174,8 +174,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `450`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 38_391_000 picoseconds.
|
||||
Weight::from_parts(39_066_000, 3795)
|
||||
// Minimum execution time: 38_680_000 picoseconds.
|
||||
Weight::from_parts(39_590_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -189,8 +189,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 41_738_000 picoseconds.
|
||||
Weight::from_parts(43_006_000, 25666)
|
||||
// Minimum execution time: 41_832_000 picoseconds.
|
||||
Weight::from_parts(42_922_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -208,8 +208,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `946`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 126_968_000 picoseconds.
|
||||
Weight::from_parts(129_138_000, 25666)
|
||||
// Minimum execution time: 130_193_000 picoseconds.
|
||||
Weight::from_parts(132_421_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -221,8 +221,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `240`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 14_152_000 picoseconds.
|
||||
Weight::from_parts(14_694_000, 5477)
|
||||
// Minimum execution time: 14_393_000 picoseconds.
|
||||
Weight::from_parts(14_789_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -236,8 +236,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3228`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 55_252_000 picoseconds.
|
||||
Weight::from_parts(58_050_000, 13328)
|
||||
// Minimum execution time: 55_888_000 picoseconds.
|
||||
Weight::from_parts(56_966_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -251,8 +251,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3228`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 58_060_000 picoseconds.
|
||||
Weight::from_parts(60_282_000, 13328)
|
||||
// Minimum execution time: 58_146_000 picoseconds.
|
||||
Weight::from_parts(59_372_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -264,8 +264,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3053`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 30_515_000 picoseconds.
|
||||
Weight::from_parts(32_489_000, 5477)
|
||||
// Minimum execution time: 29_737_000 picoseconds.
|
||||
Weight::from_parts(31_024_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -277,8 +277,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3053`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 30_235_000 picoseconds.
|
||||
Weight::from_parts(31_509_000, 5477)
|
||||
// Minimum execution time: 29_541_000 picoseconds.
|
||||
Weight::from_parts(31_117_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -292,8 +292,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3057`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 36_433_000 picoseconds.
|
||||
Weight::from_parts(38_477_000, 5477)
|
||||
// Minimum execution time: 36_123_000 picoseconds.
|
||||
Weight::from_parts(37_361_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -307,8 +307,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3077`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 36_059_000 picoseconds.
|
||||
Weight::from_parts(37_397_000, 5477)
|
||||
// Minimum execution time: 35_219_000 picoseconds.
|
||||
Weight::from_parts(36_749_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -320,8 +320,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `387`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 27_842_000 picoseconds.
|
||||
Weight::from_parts(28_499_000, 13328)
|
||||
// Minimum execution time: 27_482_000 picoseconds.
|
||||
Weight::from_parts(28_706_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -333,8 +333,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 27_915_000 picoseconds.
|
||||
Weight::from_parts(28_522_000, 13328)
|
||||
// Minimum execution time: 27_961_000 picoseconds.
|
||||
Weight::from_parts(28_895_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -344,8 +344,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `332`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 18_363_000 picoseconds.
|
||||
Weight::from_parts(18_803_000, 3795)
|
||||
// Minimum execution time: 18_445_000 picoseconds.
|
||||
Weight::from_parts(18_973_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -359,8 +359,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 36_700_000 picoseconds.
|
||||
Weight::from_parts(37_932_000, 13328)
|
||||
// Minimum execution time: 37_171_000 picoseconds.
|
||||
Weight::from_parts(37_637_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -374,8 +374,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 38_505_000 picoseconds.
|
||||
Weight::from_parts(39_474_000, 13328)
|
||||
// Minimum execution time: 38_846_000 picoseconds.
|
||||
Weight::from_parts(39_814_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -387,8 +387,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `476`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 34_403_000 picoseconds.
|
||||
Weight::from_parts(35_136_000, 13328)
|
||||
// Minimum execution time: 34_643_000 picoseconds.
|
||||
Weight::from_parts(35_664_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -400,8 +400,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `459`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 33_757_000 picoseconds.
|
||||
Weight::from_parts(34_648_000, 13328)
|
||||
// Minimum execution time: 34_165_000 picoseconds.
|
||||
Weight::from_parts(34_711_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -413,8 +413,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `476`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 32_493_000 picoseconds.
|
||||
Weight::from_parts(33_361_000, 13328)
|
||||
// Minimum execution time: 32_303_000 picoseconds.
|
||||
Weight::from_parts(33_358_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -426,8 +426,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `480`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 31_749_000 picoseconds.
|
||||
Weight::from_parts(32_767_000, 13328)
|
||||
// Minimum execution time: 32_148_000 picoseconds.
|
||||
Weight::from_parts(33_280_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -441,8 +441,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `480`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 48_641_000 picoseconds.
|
||||
Weight::from_parts(49_704_000, 25666)
|
||||
// Minimum execution time: 48_357_000 picoseconds.
|
||||
Weight::from_parts(49_702_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -454,8 +454,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `476`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 34_419_000 picoseconds.
|
||||
Weight::from_parts(35_421_000, 13328)
|
||||
// Minimum execution time: 34_804_000 picoseconds.
|
||||
Weight::from_parts(35_668_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -471,8 +471,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `437`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 25_615_000 picoseconds.
|
||||
Weight::from_parts(26_438_000, 3795)
|
||||
// Minimum execution time: 26_295_000 picoseconds.
|
||||
Weight::from_parts(27_057_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -484,8 +484,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `409`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 21_042_000 picoseconds.
|
||||
Weight::from_parts(21_588_000, 3795)
|
||||
// Minimum execution time: 21_150_000 picoseconds.
|
||||
Weight::from_parts(22_081_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_safe_mode`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 2_889_000 picoseconds.
|
||||
Weight::from_parts(3_046_000, 1489)
|
||||
// Minimum execution time: 2_915_000 picoseconds.
|
||||
Weight::from_parts(3_026_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:1)
|
||||
|
|
@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 8_757_000 picoseconds.
|
||||
Weight::from_parts(9_037_000, 1489)
|
||||
// Minimum execution time: 8_695_000 picoseconds.
|
||||
Weight::from_parts(8_981_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 10_374_000 picoseconds.
|
||||
Weight::from_parts(10_748_000, 1489)
|
||||
// Minimum execution time: 10_285_000 picoseconds.
|
||||
Weight::from_parts(10_867_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 11_177_000 picoseconds.
|
||||
Weight::from_parts(11_462_000, 1489)
|
||||
// Minimum execution time: 11_141_000 picoseconds.
|
||||
Weight::from_parts(11_705_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -118,8 +118,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 10_805_000 picoseconds.
|
||||
Weight::from_parts(11_357_000, 1489)
|
||||
// Minimum execution time: 10_926_000 picoseconds.
|
||||
Weight::from_parts(11_368_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -138,8 +138,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `167`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 53_958_000 picoseconds.
|
||||
Weight::from_parts(54_909_000, 3754)
|
||||
// Minimum execution time: 54_360_000 picoseconds.
|
||||
Weight::from_parts(56_010_000, 3754)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -151,8 +151,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `167`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 42_031_000 picoseconds.
|
||||
Weight::from_parts(42_613_000, 3754)
|
||||
// Minimum execution time: 41_695_000 picoseconds.
|
||||
Weight::from_parts(42_880_000, 3754)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_scheduler`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `31`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 4_235_000 picoseconds.
|
||||
Weight::from_parts(4_510_000, 1489)
|
||||
// Minimum execution time: 4_338_000 picoseconds.
|
||||
Weight::from_parts(4_630_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -73,10 +73,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `78 + s * (177 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 5_095_000 picoseconds.
|
||||
Weight::from_parts(8_751_638, 13328)
|
||||
// Standard Error: 1_711
|
||||
.saturating_add(Weight::from_parts(432_088, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 4_985_000 picoseconds.
|
||||
Weight::from_parts(8_782_750, 13328)
|
||||
// Standard Error: 1_767
|
||||
.saturating_add(Weight::from_parts(428_844, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -84,8 +84,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_610_000 picoseconds.
|
||||
Weight::from_parts(4_786_000, 0)
|
||||
// Minimum execution time: 4_816_000 picoseconds.
|
||||
Weight::from_parts(4_955_000, 0)
|
||||
}
|
||||
/// Storage: `Preimage::PreimageFor` (r:1 w:1)
|
||||
/// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`)
|
||||
|
|
@ -98,10 +98,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `140 + s * (1 ±0)`
|
||||
// Estimated: `3605 + s * (1 ±0)`
|
||||
// Minimum execution time: 23_610_000 picoseconds.
|
||||
Weight::from_parts(23_980_000, 3605)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_593, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 23_601_000 picoseconds.
|
||||
Weight::from_parts(23_998_000, 3605)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_581, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into()))
|
||||
|
|
@ -112,16 +112,16 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_020_000 picoseconds.
|
||||
Weight::from_parts(7_210_000, 0)
|
||||
// Minimum execution time: 7_041_000 picoseconds.
|
||||
Weight::from_parts(7_195_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
fn service_task_periodic() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_602_000 picoseconds.
|
||||
Weight::from_parts(4_769_000, 0)
|
||||
// Minimum execution time: 4_726_000 picoseconds.
|
||||
Weight::from_parts(4_956_000, 0)
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
|
||||
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
||||
|
|
@ -131,16 +131,16 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 10_372_000 picoseconds.
|
||||
Weight::from_parts(10_691_000, 3997)
|
||||
// Minimum execution time: 10_206_000 picoseconds.
|
||||
Weight::from_parts(10_583_000, 3997)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_453_000 picoseconds.
|
||||
Weight::from_parts(3_615_000, 0)
|
||||
// Minimum execution time: 3_287_000 picoseconds.
|
||||
Weight::from_parts(3_440_000, 0)
|
||||
}
|
||||
/// Storage: `Scheduler::Agenda` (r:1 w:1)
|
||||
/// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(9863), added: 12338, mode: `MaxEncodedLen`)
|
||||
|
|
@ -149,10 +149,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `78 + s * (177 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 14_048_000 picoseconds.
|
||||
Weight::from_parts(17_290_201, 13328)
|
||||
// Standard Error: 1_611
|
||||
.saturating_add(Weight::from_parts(486_061, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 14_288_000 picoseconds.
|
||||
Weight::from_parts(17_898_063, 13328)
|
||||
// Standard Error: 1_730
|
||||
.saturating_add(Weight::from_parts(470_154, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -167,10 +167,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `78 + s * (177 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 20_956_000 picoseconds.
|
||||
Weight::from_parts(20_210_619, 13328)
|
||||
// Standard Error: 2_946
|
||||
.saturating_add(Weight::from_parts(744_057, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 21_181_000 picoseconds.
|
||||
Weight::from_parts(20_631_066, 13328)
|
||||
// Standard Error: 1_116
|
||||
.saturating_add(Weight::from_parts(723_587, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -183,10 +183,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `255 + s * (185 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 18_931_000 picoseconds.
|
||||
Weight::from_parts(23_604_058, 13328)
|
||||
// Standard Error: 2_813
|
||||
.saturating_add(Weight::from_parts(529_839, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 18_979_000 picoseconds.
|
||||
Weight::from_parts(24_017_649, 13328)
|
||||
// Standard Error: 2_890
|
||||
.saturating_add(Weight::from_parts(517_911, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -201,10 +201,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `281 + s * (185 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 24_423_000 picoseconds.
|
||||
Weight::from_parts(24_616_860, 13328)
|
||||
// Standard Error: 1_788
|
||||
.saturating_add(Weight::from_parts(769_774, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 24_175_000 picoseconds.
|
||||
Weight::from_parts(24_838_171, 13328)
|
||||
// Standard Error: 1_492
|
||||
.saturating_add(Weight::from_parts(757_870, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -217,10 +217,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `118`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 12_794_000 picoseconds.
|
||||
Weight::from_parts(13_360_362, 13328)
|
||||
// Standard Error: 547
|
||||
.saturating_add(Weight::from_parts(37_448, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 13_155_000 picoseconds.
|
||||
Weight::from_parts(13_474_771, 13328)
|
||||
// Standard Error: 491
|
||||
.saturating_add(Weight::from_parts(34_382, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -232,8 +232,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `8928`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 33_168_000 picoseconds.
|
||||
Weight::from_parts(34_058_000, 13328)
|
||||
// Minimum execution time: 33_052_000 picoseconds.
|
||||
Weight::from_parts(34_111_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -247,8 +247,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `9606`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 41_031_000 picoseconds.
|
||||
Weight::from_parts(42_479_000, 13328)
|
||||
// Minimum execution time: 41_703_000 picoseconds.
|
||||
Weight::from_parts(43_007_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -260,8 +260,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `8940`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 31_351_000 picoseconds.
|
||||
Weight::from_parts(32_408_000, 13328)
|
||||
// Minimum execution time: 31_859_000 picoseconds.
|
||||
Weight::from_parts(32_751_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -275,8 +275,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `9618`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 39_311_000 picoseconds.
|
||||
Weight::from_parts(40_513_000, 13328)
|
||||
// Minimum execution time: 39_711_000 picoseconds.
|
||||
Weight::from_parts(40_746_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_sudo`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 13_213_000 picoseconds.
|
||||
Weight::from_parts(13_786_000, 1505)
|
||||
// Minimum execution time: 13_553_000 picoseconds.
|
||||
Weight::from_parts(14_133_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 14_410_000 picoseconds.
|
||||
Weight::from_parts(14_969_000, 1505)
|
||||
// Minimum execution time: 14_614_000 picoseconds.
|
||||
Weight::from_parts(15_317_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Sudo::Key` (r:1 w:0)
|
||||
|
|
@ -82,8 +82,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 14_385_000 picoseconds.
|
||||
Weight::from_parts(15_007_000, 1505)
|
||||
// Minimum execution time: 14_696_000 picoseconds.
|
||||
Weight::from_parts(15_144_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Sudo::Key` (r:1 w:1)
|
||||
|
|
@ -92,8 +92,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 12_250_000 picoseconds.
|
||||
Weight::from_parts(12_729_000, 1505)
|
||||
// Minimum execution time: 12_538_000 picoseconds.
|
||||
Weight::from_parts(13_077_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -103,8 +103,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 5_681_000 picoseconds.
|
||||
Weight::from_parts(5_923_000, 1505)
|
||||
// Minimum execution time: 5_767_000 picoseconds.
|
||||
Weight::from_parts(6_012_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_timestamp`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `278`
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 11_440_000 picoseconds.
|
||||
Weight::from_parts(11_787_000, 1493)
|
||||
// Minimum execution time: 11_591_000 picoseconds.
|
||||
Weight::from_parts(12_120_000, 1493)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,7 +72,7 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `94`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_240_000 picoseconds.
|
||||
Weight::from_parts(5_439_000, 0)
|
||||
// Minimum execution time: 5_261_000 picoseconds.
|
||||
Weight::from_parts(5_466_000, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_transaction_payment`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_transaction_payment::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `403`
|
||||
// Estimated: `8763`
|
||||
// Minimum execution time: 99_193_000 picoseconds.
|
||||
Weight::from_parts(100_392_000, 8763)
|
||||
// Minimum execution time: 98_147_000 picoseconds.
|
||||
Weight::from_parts(99_279_000, 8763)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_treasury`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 15_590_000 picoseconds.
|
||||
Weight::from_parts(16_205_000, 1887)
|
||||
// Minimum execution time: 15_759_000 picoseconds.
|
||||
Weight::from_parts(16_122_000, 1887)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 8_542_000 picoseconds.
|
||||
Weight::from_parts(8_803_000, 1887)
|
||||
// Minimum execution time: 8_604_000 picoseconds.
|
||||
Weight::from_parts(8_944_000, 1887)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -92,10 +92,10 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `262 + p * (1 ±0)`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 16_850_000 picoseconds.
|
||||
Weight::from_parts(19_424_679, 3581)
|
||||
// Standard Error: 716
|
||||
.saturating_add(Weight::from_parts(61_872, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 16_972_000 picoseconds.
|
||||
Weight::from_parts(19_851_536, 3581)
|
||||
// Standard Error: 811
|
||||
.saturating_add(Weight::from_parts(61_203, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 13_849_000 picoseconds.
|
||||
Weight::from_parts(14_501_000, 1489)
|
||||
// Minimum execution time: 14_065_000 picoseconds.
|
||||
Weight::from_parts(14_604_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -120,8 +120,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `387`
|
||||
// Estimated: `6172`
|
||||
// Minimum execution time: 75_637_000 picoseconds.
|
||||
Weight::from_parts(76_324_000, 6172)
|
||||
// Minimum execution time: 76_282_000 picoseconds.
|
||||
Weight::from_parts(77_474_000, 6172)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -131,8 +131,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182`
|
||||
// Estimated: `3522`
|
||||
// Minimum execution time: 16_125_000 picoseconds.
|
||||
Weight::from_parts(16_314_000, 3522)
|
||||
// Minimum execution time: 16_267_000 picoseconds.
|
||||
Weight::from_parts(16_768_000, 3522)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -142,8 +142,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182`
|
||||
// Estimated: `3522`
|
||||
// Minimum execution time: 14_745_000 picoseconds.
|
||||
Weight::from_parts(15_228_000, 3522)
|
||||
// Minimum execution time: 14_915_000 picoseconds.
|
||||
Weight::from_parts(15_594_000, 3522)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_tx_pause`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_tx_pause::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 15_570_000 picoseconds.
|
||||
Weight::from_parts(16_015_000, 3997)
|
||||
// Minimum execution time: 15_680_000 picoseconds.
|
||||
Weight::from_parts(16_122_000, 3997)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_tx_pause::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `566`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 22_671_000 picoseconds.
|
||||
Weight::from_parts(23_433_000, 3997)
|
||||
// Minimum execution time: 22_780_000 picoseconds.
|
||||
Weight::from_parts(23_390_000, 3997)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_utility`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -64,10 +64,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 6_962_000 picoseconds.
|
||||
Weight::from_parts(10_949_120, 3997)
|
||||
// Standard Error: 3_246
|
||||
.saturating_add(Weight::from_parts(6_855_519, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_082_000 picoseconds.
|
||||
Weight::from_parts(6_302_600, 3997)
|
||||
// Standard Error: 2_808
|
||||
.saturating_add(Weight::from_parts(6_821_489, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
|
||||
|
|
@ -78,8 +78,8 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 13_212_000 picoseconds.
|
||||
Weight::from_parts(13_698_000, 3997)
|
||||
// Minimum execution time: 13_628_000 picoseconds.
|
||||
Weight::from_parts(13_856_000, 3997)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
|
||||
|
|
@ -91,18 +91,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 6_961_000 picoseconds.
|
||||
Weight::from_parts(4_628_520, 3997)
|
||||
// Standard Error: 2_930
|
||||
.saturating_add(Weight::from_parts(7_273_013, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 6_887_000 picoseconds.
|
||||
Weight::from_parts(5_015_777, 3997)
|
||||
// Standard Error: 3_205
|
||||
.saturating_add(Weight::from_parts(7_113_738, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_437_000 picoseconds.
|
||||
Weight::from_parts(9_626_000, 0)
|
||||
// Minimum execution time: 9_484_000 picoseconds.
|
||||
Weight::from_parts(9_897_000, 0)
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
|
||||
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
||||
|
|
@ -113,10 +113,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 6_798_000 picoseconds.
|
||||
Weight::from_parts(4_409_497, 3997)
|
||||
// Standard Error: 3_043
|
||||
.saturating_add(Weight::from_parts(6_853_454, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 6_982_000 picoseconds.
|
||||
Weight::from_parts(2_717_283, 3997)
|
||||
// Standard Error: 2_549
|
||||
.saturating_add(Weight::from_parts(6_810_676, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_whitelist`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `79`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 23_774_000 picoseconds.
|
||||
Weight::from_parts(24_402_000, 3544)
|
||||
// Minimum execution time: 24_316_000 picoseconds.
|
||||
Weight::from_parts(24_756_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -80,8 +80,8 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `208`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 23_288_000 picoseconds.
|
||||
Weight::from_parts(23_908_000, 3544)
|
||||
// Minimum execution time: 23_177_000 picoseconds.
|
||||
Weight::from_parts(23_921_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -98,10 +98,10 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `284 + n * (1 ±0)`
|
||||
// Estimated: `3748 + n * (1 ±0)`
|
||||
// Minimum execution time: 37_724_000 picoseconds.
|
||||
Weight::from_parts(38_034_000, 3748)
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_parts(1_829, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 38_247_000 picoseconds.
|
||||
Weight::from_parts(38_728_000, 3748)
|
||||
// Standard Error: 17
|
||||
.saturating_add(Weight::from_parts(1_889, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
||||
|
|
@ -117,10 +117,10 @@ impl<T: frame_system::Config> pallet_whitelist::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `208`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 28_211_000 picoseconds.
|
||||
Weight::from_parts(28_965_974, 3544)
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_parts(1_335, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 28_691_000 picoseconds.
|
||||
Weight::from_parts(29_411_888, 3544)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_344, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `snowbridge_pallet_inbound_queue_v2`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -69,8 +69,8 @@ impl<T: frame_system::Config> snowbridge_pallet_inbound_queue_v2::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `339`
|
||||
// Estimated: `3537`
|
||||
// Minimum execution time: 109_248_000 picoseconds.
|
||||
Weight::from_parts(110_288_000, 3537)
|
||||
// Minimum execution time: 109_946_000 picoseconds.
|
||||
Weight::from_parts(112_630_000, 3537)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `snowbridge_pallet_outbound_queue_v2`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -67,8 +67,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `1594`
|
||||
// Minimum execution time: 27_185_000 picoseconds.
|
||||
Weight::from_parts(27_786_000, 1594)
|
||||
// Minimum execution time: 26_814_000 picoseconds.
|
||||
Weight::from_parts(27_398_000, 1594)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -80,8 +80,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1195`
|
||||
// Estimated: `2680`
|
||||
// Minimum execution time: 40_040_000 picoseconds.
|
||||
Weight::from_parts(40_763_000, 2680)
|
||||
// Minimum execution time: 40_095_000 picoseconds.
|
||||
Weight::from_parts(40_943_000, 2680)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -93,8 +93,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `202`
|
||||
// Estimated: `1687`
|
||||
// Minimum execution time: 16_565_000 picoseconds.
|
||||
Weight::from_parts(16_970_000, 1687)
|
||||
// Minimum execution time: 16_303_000 picoseconds.
|
||||
Weight::from_parts(16_944_000, 1687)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -106,8 +106,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_092_000 picoseconds.
|
||||
Weight::from_parts(1_252_000, 0)
|
||||
// Minimum execution time: 1_129_000 picoseconds.
|
||||
Weight::from_parts(1_236_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: `EthereumOutboundQueueV2::Nonce` (r:1 w:1)
|
||||
|
|
@ -124,8 +124,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `180`
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 690_304_000 picoseconds.
|
||||
Weight::from_parts(703_929_000, 1493)
|
||||
// Minimum execution time: 690_846_000 picoseconds.
|
||||
Weight::from_parts(705_960_000, 1493)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(36_u64))
|
||||
}
|
||||
|
|
@ -141,8 +141,8 @@ impl<T: frame_system::Config> snowbridge_pallet_outbound_queue_v2::WeightInfo fo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `498`
|
||||
// Estimated: `3537`
|
||||
// Minimum execution time: 108_123_000 picoseconds.
|
||||
Weight::from_parts(109_555_000, 3537)
|
||||
// Minimum execution time: 108_241_000 picoseconds.
|
||||
Weight::from_parts(110_020_000, 3537)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `snowbridge_pallet_system`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -59,15 +59,15 @@ impl<T: frame_system::Config> snowbridge_pallet_system::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_105_000 picoseconds.
|
||||
Weight::from_parts(9_488_000, 0)
|
||||
// Minimum execution time: 9_042_000 picoseconds.
|
||||
Weight::from_parts(9_520_000, 0)
|
||||
}
|
||||
fn set_operating_mode() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_050_000 picoseconds.
|
||||
Weight::from_parts(7_379_000, 0)
|
||||
// Minimum execution time: 6_819_000 picoseconds.
|
||||
Weight::from_parts(7_080_000, 0)
|
||||
}
|
||||
/// Storage: `SnowbridgeSystem::PricingParameters` (r:0 w:1)
|
||||
/// Proof: `SnowbridgeSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`)
|
||||
|
|
@ -75,16 +75,16 @@ impl<T: frame_system::Config> snowbridge_pallet_system::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_508_000 picoseconds.
|
||||
Weight::from_parts(9_825_000, 0)
|
||||
// Minimum execution time: 9_389_000 picoseconds.
|
||||
Weight::from_parts(9_709_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
fn set_token_transfer_fees() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_732_000 picoseconds.
|
||||
Weight::from_parts(8_070_000, 0)
|
||||
// Minimum execution time: 7_646_000 picoseconds.
|
||||
Weight::from_parts(7_882_000, 0)
|
||||
}
|
||||
/// Storage: `SnowbridgeSystem::ForeignToNativeId` (r:1 w:1)
|
||||
/// Proof: `SnowbridgeSystem::ForeignToNativeId` (`max_values`: None, `max_size`: Some(650), added: 3125, mode: `MaxEncodedLen`)
|
||||
|
|
@ -94,8 +94,8 @@ impl<T: frame_system::Config> snowbridge_pallet_system::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `75`
|
||||
// Estimated: `4115`
|
||||
// Minimum execution time: 20_519_000 picoseconds.
|
||||
Weight::from_parts(20_986_000, 4115)
|
||||
// Minimum execution time: 20_036_000 picoseconds.
|
||||
Weight::from_parts(20_566_000, 4115)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `snowbridge_pallet_system_v2`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -69,8 +69,8 @@ impl<T: frame_system::Config> snowbridge_pallet_system_v2::WeightInfo for Weight
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `81`
|
||||
// Estimated: `4115`
|
||||
// Minimum execution time: 45_577_000 picoseconds.
|
||||
Weight::from_parts(46_411_000, 4115)
|
||||
// Minimum execution time: 45_780_000 picoseconds.
|
||||
Weight::from_parts(46_911_000, 4115)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -84,8 +84,8 @@ impl<T: frame_system::Config> snowbridge_pallet_system_v2::WeightInfo for Weight
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `6`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 36_233_000 picoseconds.
|
||||
Weight::from_parts(36_571_000, 3601)
|
||||
// Minimum execution time: 36_440_000 picoseconds.
|
||||
Weight::from_parts(37_213_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -99,8 +99,8 @@ impl<T: frame_system::Config> snowbridge_pallet_system_v2::WeightInfo for Weight
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `6`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 29_947_000 picoseconds.
|
||||
Weight::from_parts(30_845_000, 3601)
|
||||
// Minimum execution time: 30_190_000 picoseconds.
|
||||
Weight::from_parts(30_775_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ snowbridge-merkle-tree = { workspace = true }
|
|||
snowbridge-outbound-queue-primitives = { workspace = true }
|
||||
snowbridge-outbound-queue-v2-runtime-api = { workspace = true }
|
||||
snowbridge-pallet-ethereum-client = { workspace = true }
|
||||
snowbridge-pallet-ethereum-client-fixtures = { workspace = true, optional = true }
|
||||
snowbridge-pallet-inbound-queue-v2 = { workspace = true }
|
||||
snowbridge-pallet-outbound-queue-v2 = { workspace = true }
|
||||
snowbridge-pallet-system = { workspace = true }
|
||||
|
|
@ -342,6 +343,7 @@ runtime-benchmarks = [
|
|||
"polkadot-runtime-common/runtime-benchmarks",
|
||||
"snowbridge-inbound-queue-primitives/runtime-benchmarks",
|
||||
"snowbridge-pallet-ethereum-client/runtime-benchmarks",
|
||||
"snowbridge-pallet-ethereum-client-fixtures/runtime-benchmarks",
|
||||
"snowbridge-pallet-inbound-queue-v2/runtime-benchmarks",
|
||||
"snowbridge-pallet-system-v2/runtime-benchmarks",
|
||||
"snowbridge-pallet-outbound-queue-v2/runtime-benchmarks",
|
||||
|
|
|
|||
|
|
@ -1099,12 +1099,47 @@ impl snowbridge_pallet_system_v2::Config for Runtime {
|
|||
type Helper = ();
|
||||
}
|
||||
|
||||
// For tests, benchmarks and fast-runtime configurations we use the mocked fork versions
|
||||
#[cfg(any(
|
||||
feature = "std",
|
||||
feature = "fast-runtime",
|
||||
feature = "runtime-benchmarks",
|
||||
test
|
||||
// Fork versions for runtime benchmarks - must match the fixtures for BLS verification to work
|
||||
// The fixtures are generated with standard testnet fork versions
|
||||
#[cfg(feature = "runtime-benchmarks")]
|
||||
parameter_types! {
|
||||
pub const ChainForkVersions: ForkVersions = ForkVersions {
|
||||
genesis: Fork {
|
||||
version: hex_literal::hex!("00000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
altair: Fork {
|
||||
version: hex_literal::hex!("01000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
bellatrix: Fork {
|
||||
version: hex_literal::hex!("02000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
capella: Fork {
|
||||
version: hex_literal::hex!("03000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
deneb: Fork {
|
||||
version: hex_literal::hex!("04000000"),
|
||||
epoch: 0,
|
||||
},
|
||||
electra: Fork {
|
||||
version: hex_literal::hex!("05000000"),
|
||||
epoch: 80000000000,
|
||||
},
|
||||
fulu: Fork {
|
||||
version: hex_literal::hex!("06000000"),
|
||||
epoch: 90000000000,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
// For tests, fast-runtime and std configurations we use the mocked fork versions
|
||||
// These match the fork versions used by the local Ethereum network in E2E tests
|
||||
#[cfg(all(
|
||||
any(feature = "std", feature = "fast-runtime", test),
|
||||
not(feature = "runtime-benchmarks")
|
||||
))]
|
||||
parameter_types! {
|
||||
pub const ChainForkVersions: ForkVersions = ForkVersions {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `frame_system`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -60,20 +60,20 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_006_000 picoseconds.
|
||||
Weight::from_parts(14_515_706, 0)
|
||||
// Minimum execution time: 3_230_000 picoseconds.
|
||||
Weight::from_parts(9_251_587, 0)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(494, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(400, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_865_000 picoseconds.
|
||||
Weight::from_parts(7_983_000, 0)
|
||||
// Minimum execution time: 7_961_000 picoseconds.
|
||||
Weight::from_parts(8_099_000, 0)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_972, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(1_875, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
|
||||
/// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
|
||||
|
|
@ -81,8 +81,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_058_000 picoseconds.
|
||||
Weight::from_parts(5_324_000, 0)
|
||||
// Minimum execution time: 5_005_000 picoseconds.
|
||||
Weight::from_parts(5_186_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `MultiBlockMigrations::Cursor` (r:1 w:0)
|
||||
|
|
@ -93,8 +93,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `142`
|
||||
// Estimated: `67035`
|
||||
// Minimum execution time: 139_162_559_000 picoseconds.
|
||||
Weight::from_parts(143_295_909_000, 67035)
|
||||
// Minimum execution time: 139_309_455_000 picoseconds.
|
||||
Weight::from_parts(141_744_394_000, 67035)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -105,10 +105,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_084_000 picoseconds.
|
||||
Weight::from_parts(3_216_000, 0)
|
||||
// Standard Error: 3_052
|
||||
.saturating_add(Weight::from_parts(1_009_362, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_147_000 picoseconds.
|
||||
Weight::from_parts(3_225_000, 0)
|
||||
// Standard Error: 2_846
|
||||
.saturating_add(Weight::from_parts(963_077, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
||||
|
|
@ -118,10 +118,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_097_000 picoseconds.
|
||||
Weight::from_parts(3_191_000, 0)
|
||||
// Standard Error: 1_429
|
||||
.saturating_add(Weight::from_parts(712_914, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 3_131_000 picoseconds.
|
||||
Weight::from_parts(3_205_000, 0)
|
||||
// Standard Error: 1_227
|
||||
.saturating_add(Weight::from_parts(686_641, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: `Skipped::Metadata` (r:0 w:0)
|
||||
|
|
@ -131,10 +131,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `131 + p * (69 ±0)`
|
||||
// Estimated: `119 + p * (70 ±0)`
|
||||
// Minimum execution time: 6_073_000 picoseconds.
|
||||
Weight::from_parts(6_179_000, 119)
|
||||
// Standard Error: 2_072
|
||||
.saturating_add(Weight::from_parts(1_453_006, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 5_960_000 picoseconds.
|
||||
Weight::from_parts(6_140_000, 119)
|
||||
// Standard Error: 2_045
|
||||
.saturating_add(Weight::from_parts(1_452_270, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
|
||||
|
|
@ -145,8 +145,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 22_148_000 picoseconds.
|
||||
Weight::from_parts(24_096_000, 0)
|
||||
// Minimum execution time: 16_577_000 picoseconds.
|
||||
Weight::from_parts(19_105_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `System::AuthorizedUpgrade` (r:1 w:1)
|
||||
|
|
@ -159,8 +159,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `164`
|
||||
// Estimated: `67035`
|
||||
// Minimum execution time: 144_838_365_000 picoseconds.
|
||||
Weight::from_parts(146_201_991_000, 67035)
|
||||
// Minimum execution time: 142_977_465_000 picoseconds.
|
||||
Weight::from_parts(145_442_678_000, 67035)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_babe`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -55,14 +55,21 @@ use sp_std::marker::PhantomData;
|
|||
/// Weights for `pallet_babe`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_babe::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `x` is `[0, 1]`.
|
||||
fn plan_config_change() -> Weight {
|
||||
// Minimum execution time approximated from previous BABE benchmarking.
|
||||
Weight::from_parts(99_890_791, 0)
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 88_988_000 picoseconds.
|
||||
Weight::from_parts(89_676_965, 0)
|
||||
}
|
||||
|
||||
fn report_equivocation(x: u32, _y: u32) -> Weight {
|
||||
// Approximated using the old `check_equivocation_proof` measurement.
|
||||
Weight::from_parts(99_890_791, 0)
|
||||
.saturating_add(Weight::from_parts(35_908, 0).saturating_mul(x.into()))
|
||||
/// The range of component `x` is `[0, 1]`.
|
||||
fn report_equivocation(_prev: u32, _equivocations: u32) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 88_988_000 picoseconds.
|
||||
Weight::from_parts(89_676_965, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_balances`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `40`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 68_912_000 picoseconds.
|
||||
Weight::from_parts(70_405_000, 3581)
|
||||
// Minimum execution time: 69_341_000 picoseconds.
|
||||
Weight::from_parts(70_639_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `40`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 55_642_000 picoseconds.
|
||||
Weight::from_parts(56_516_000, 3581)
|
||||
// Minimum execution time: 56_142_000 picoseconds.
|
||||
Weight::from_parts(56_976_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -83,8 +83,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `195`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 21_104_000 picoseconds.
|
||||
Weight::from_parts(22_047_000, 3581)
|
||||
// Minimum execution time: 21_399_000 picoseconds.
|
||||
Weight::from_parts(21_924_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -94,8 +94,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `195`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 30_677_000 picoseconds.
|
||||
Weight::from_parts(31_288_000, 3581)
|
||||
// Minimum execution time: 30_690_000 picoseconds.
|
||||
Weight::from_parts(31_275_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -105,8 +105,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `235`
|
||||
// Estimated: `6172`
|
||||
// Minimum execution time: 72_198_000 picoseconds.
|
||||
Weight::from_parts(73_146_000, 6172)
|
||||
// Minimum execution time: 73_292_000 picoseconds.
|
||||
Weight::from_parts(74_207_000, 6172)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -116,8 +116,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `40`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 68_349_000 picoseconds.
|
||||
Weight::from_parts(69_093_000, 3581)
|
||||
// Minimum execution time: 68_800_000 picoseconds.
|
||||
Weight::from_parts(70_120_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -127,8 +127,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `195`
|
||||
// Estimated: `3581`
|
||||
// Minimum execution time: 25_549_000 picoseconds.
|
||||
Weight::from_parts(26_088_000, 3581)
|
||||
// Minimum execution time: 25_134_000 picoseconds.
|
||||
Weight::from_parts(26_010_000, 3581)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -137,12 +137,12 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
/// The range of component `u` is `[1, 1000]`.
|
||||
fn upgrade_accounts(u: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `619 + u * (124 ±0)`
|
||||
// Measured: `658 + u * (124 ±0)`
|
||||
// Estimated: `990 + u * (2591 ±0)`
|
||||
// Minimum execution time: 23_187_000 picoseconds.
|
||||
Weight::from_parts(23_534_000, 990)
|
||||
// Standard Error: 13_730
|
||||
.saturating_add(Weight::from_parts(19_212_358, 0).saturating_mul(u.into()))
|
||||
// Minimum execution time: 23_211_000 picoseconds.
|
||||
Weight::from_parts(23_454_000, 990)
|
||||
// Standard Error: 12_091
|
||||
.saturating_add(Weight::from_parts(19_164_743, 0).saturating_mul(u.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2591).saturating_mul(u.into()))
|
||||
|
|
@ -151,21 +151,21 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_594_000 picoseconds.
|
||||
Weight::from_parts(8_854_000, 0)
|
||||
// Minimum execution time: 8_512_000 picoseconds.
|
||||
Weight::from_parts(8_745_000, 0)
|
||||
}
|
||||
fn burn_allow_death() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 43_274_000 picoseconds.
|
||||
Weight::from_parts(44_119_000, 0)
|
||||
// Minimum execution time: 43_704_000 picoseconds.
|
||||
Weight::from_parts(44_325_000, 0)
|
||||
}
|
||||
fn burn_keep_alive() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 30_542_000 picoseconds.
|
||||
Weight::from_parts(31_071_000, 0)
|
||||
// Minimum execution time: 30_313_000 picoseconds.
|
||||
Weight::from_parts(31_504_000, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_beefy_mmr`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_beefy_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `68`
|
||||
// Estimated: `3509`
|
||||
// Minimum execution time: 7_861_000 picoseconds.
|
||||
Weight::from_parts(8_030_000, 3509)
|
||||
// Minimum execution time: 7_890_000 picoseconds.
|
||||
Weight::from_parts(8_207_000, 3509)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Mmr::Nodes` (r:1 w:0)
|
||||
|
|
@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_beefy_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `221`
|
||||
// Estimated: `3505`
|
||||
// Minimum execution time: 6_831_000 picoseconds.
|
||||
Weight::from_parts(7_118_000, 3505)
|
||||
// Minimum execution time: 6_894_000 picoseconds.
|
||||
Weight::from_parts(7_132_000, 3505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Mmr::RootHash` (r:1 w:0)
|
||||
|
|
@ -84,10 +84,10 @@ impl<T: frame_system::Config> pallet_beefy_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `213`
|
||||
// Estimated: `1517`
|
||||
// Minimum execution time: 13_979_000 picoseconds.
|
||||
Weight::from_parts(26_576_677, 1517)
|
||||
// Standard Error: 2_638
|
||||
.saturating_add(Weight::from_parts(1_562_891, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 14_227_000 picoseconds.
|
||||
Weight::from_parts(22_742_127, 1517)
|
||||
// Standard Error: 2_418
|
||||
.saturating_add(Weight::from_parts(1_513_924, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,237 +0,0 @@
|
|||
// This file is part of DataHaven.
|
||||
|
||||
// Copyright (C) DataHaven Team.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//! Autogenerated weights for `pallet_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 42.0.0
|
||||
//! DATE: 2024-01-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `benchmark`, CPU: `Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz`
|
||||
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("stagenet")`, DB CACHE: `1024`
|
||||
|
||||
// Executed Command:
|
||||
// ./target/release/datahaven-node
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=stagenet
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_collective
|
||||
// --extrinsic=*
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --output=./runtime/stagenet/src/weights/pallet_collective.rs
|
||||
// --header=./file_header.txt
|
||||
// --template=./frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![allow(unused_parens)]
|
||||
#![allow(unused_imports)]
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use core::marker::PhantomData;
|
||||
|
||||
/// Weight functions for `pallet_collective`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (3232 ±0) + p * (3190 ±0)`
|
||||
// Estimated: `15861 + m * (1967 ±24) + p * (4332 ±24)`
|
||||
// Minimum execution time: 17_607_000 picoseconds.
|
||||
Weight::from_parts(17_932_000, 15861)
|
||||
// Standard Error: 60_220
|
||||
.saturating_add(Weight::from_parts(4_374_805, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 60_220
|
||||
.saturating_add(Weight::from_parts(7_810_417, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 1967).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 4332).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn execute(b: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103 + m * (32 ±0)`
|
||||
// Estimated: `1589 + m * (32 ±0)`
|
||||
// Minimum execution time: 16_203_000 picoseconds.
|
||||
Weight::from_parts(15_348_267, 1589)
|
||||
// Standard Error: 37
|
||||
.saturating_add(Weight::from_parts(1_766, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 382
|
||||
.saturating_add(Weight::from_parts(15_765, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
|
||||
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103 + m * (32 ±0)`
|
||||
// Estimated: `3569 + m * (32 ±0)`
|
||||
// Minimum execution time: 18_642_000 picoseconds.
|
||||
Weight::from_parts(17_708_609, 3569)
|
||||
// Standard Error: 58
|
||||
.saturating_add(Weight::from_parts(2_285, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 596
|
||||
.saturating_add(Weight::from_parts(30_454, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `393 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3785 + m * (33 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 24_179_000 picoseconds.
|
||||
Weight::from_parts(23_477_821, 3785)
|
||||
// Standard Error: 112
|
||||
.saturating_add(Weight::from_parts(3_773, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_171
|
||||
.saturating_add(Weight::from_parts(32_783, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_157
|
||||
.saturating_add(Weight::from_parts(194_388, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `842 + m * (64 ±0)`
|
||||
// Estimated: `4306 + m * (64 ±0)`
|
||||
// Minimum execution time: 22_010_000 picoseconds.
|
||||
Weight::from_parts(22_705_036, 4306)
|
||||
// Standard Error: 1_052
|
||||
.saturating_add(Weight::from_parts(65_947, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `431 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3876 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 27_543_000 picoseconds.
|
||||
Weight::from_parts(28_180_454, 3876)
|
||||
// Standard Error: 1_378
|
||||
.saturating_add(Weight::from_parts(41_100, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_344
|
||||
.saturating_add(Weight::from_parts(180_187, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `733 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `4050 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 40_373_000 picoseconds.
|
||||
Weight::from_parts(42_695_215, 4050)
|
||||
// Standard Error: 167
|
||||
.saturating_add(Weight::from_parts(3_373, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_770
|
||||
.saturating_add(Weight::from_parts(33_830, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_725
|
||||
.saturating_add(Weight::from_parts(229_371, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `451 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3896 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 30_338_000 picoseconds.
|
||||
Weight::from_parts(31_518_425, 3896)
|
||||
// Standard Error: 1_451
|
||||
.saturating_add(Weight::from_parts(36_372, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_415
|
||||
.saturating_add(Weight::from_parts(181_473, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `753 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `4070 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 42_903_000 picoseconds.
|
||||
Weight::from_parts(45_317_975, 4070)
|
||||
// Standard Error: 174
|
||||
.saturating_add(Weight::from_parts(3_559, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_840
|
||||
.saturating_add(Weight::from_parts(34_424, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_793
|
||||
.saturating_add(Weight::from_parts(234_784, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn disapprove_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `260 + p * (32 ±0)`
|
||||
// Estimated: `1745 + p * (32 ±0)`
|
||||
// Minimum execution time: 14_040_000 picoseconds.
|
||||
Weight::from_parts(15_075_443, 1745)
|
||||
// Standard Error: 1_113
|
||||
.saturating_add(Weight::from_parts(169_397, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn kill(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `380 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3825 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 25_000_000 picoseconds.
|
||||
Weight::from_parts(25_500_000, 3825)
|
||||
// Standard Error: 1_200
|
||||
.saturating_add(Weight::from_parts(35_000, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_170
|
||||
.saturating_add(Weight::from_parts(160_000, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
|
||||
fn release_proposal_cost() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `1594`
|
||||
// Minimum execution time: 12_000_000 picoseconds.
|
||||
Weight::from_parts(12_500_000, 1594)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_collective_technical_committee`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -51,11 +51,10 @@
|
|||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use sp_std::marker::PhantomData;
|
||||
use crate::pallet_collective_technical_committee;
|
||||
|
||||
/// Weights for `pallet_collective_technical_committee`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo for WeightInfo<T> {
|
||||
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// Storage: `TechnicalCommittee::Members` (r:1 w:1)
|
||||
/// Proof: `TechnicalCommittee::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
||||
/// Storage: `TechnicalCommittee::Proposals` (r:1 w:0)
|
||||
|
|
@ -71,12 +70,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (2021 ±0) + p * (2026 ±0)`
|
||||
// Estimated: `12234 + m * (1231 ±14) + p * (3660 ±14)`
|
||||
// Minimum execution time: 16_692_000 picoseconds.
|
||||
Weight::from_parts(17_025_000, 12234)
|
||||
// Standard Error: 66_525
|
||||
.saturating_add(Weight::from_parts(4_858_698, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 66_525
|
||||
.saturating_add(Weight::from_parts(9_969_703, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 16_485_000 picoseconds.
|
||||
Weight::from_parts(16_662_000, 12234)
|
||||
// Standard Error: 64_959
|
||||
.saturating_add(Weight::from_parts(4_715_217, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 64_959
|
||||
.saturating_add(Weight::from_parts(9_652_575, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
|
|
@ -96,12 +95,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `149 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 24_458_000 picoseconds.
|
||||
Weight::from_parts(24_678_639, 3997)
|
||||
// Standard Error: 33
|
||||
.saturating_add(Weight::from_parts(1_232, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 345
|
||||
.saturating_add(Weight::from_parts(8_400, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 24_678_000 picoseconds.
|
||||
Weight::from_parts(24_400_918, 3997)
|
||||
// Standard Error: 56
|
||||
.saturating_add(Weight::from_parts(1_527, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 582
|
||||
.saturating_add(Weight::from_parts(11_077, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -119,12 +118,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `149 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 27_648_000 picoseconds.
|
||||
Weight::from_parts(27_662_810, 3997)
|
||||
// Standard Error: 46
|
||||
.saturating_add(Weight::from_parts(1_607, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 478
|
||||
.saturating_add(Weight::from_parts(15_567, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 27_581_000 picoseconds.
|
||||
Weight::from_parts(27_654_781, 3997)
|
||||
// Standard Error: 40
|
||||
.saturating_add(Weight::from_parts(1_387, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 422
|
||||
.saturating_add(Weight::from_parts(13_563, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -145,14 +144,14 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `391 + m * (20 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3785 + m * (21 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 27_833_000 picoseconds.
|
||||
Weight::from_parts(25_050_819, 3785)
|
||||
// Standard Error: 202
|
||||
.saturating_add(Weight::from_parts(5_167, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_115
|
||||
.saturating_add(Weight::from_parts(38_154, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_088
|
||||
.saturating_add(Weight::from_parts(340_013, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 27_423_000 picoseconds.
|
||||
Weight::from_parts(27_645_225, 3785)
|
||||
// Standard Error: 145
|
||||
.saturating_add(Weight::from_parts(3_725, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_512
|
||||
.saturating_add(Weight::from_parts(30_076, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_493
|
||||
.saturating_add(Weight::from_parts(307_509, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 21).saturating_mul(m.into()))
|
||||
|
|
@ -167,10 +166,10 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `866 + m * (40 ±0)`
|
||||
// Estimated: `4330 + m * (40 ±0)`
|
||||
// Minimum execution time: 33_846_000 picoseconds.
|
||||
Weight::from_parts(35_961_884, 4330)
|
||||
// Standard Error: 1_580
|
||||
.saturating_add(Weight::from_parts(40_960, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 33_334_000 picoseconds.
|
||||
Weight::from_parts(35_136_666, 4330)
|
||||
// Standard Error: 1_141
|
||||
.saturating_add(Weight::from_parts(21_722, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
|
||||
|
|
@ -189,12 +188,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `443 + m * (40 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3888 + m * (41 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 32_186_000 picoseconds.
|
||||
Weight::from_parts(32_433_938, 3888)
|
||||
// Standard Error: 1_212
|
||||
.saturating_add(Weight::from_parts(29_964, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_182
|
||||
.saturating_add(Weight::from_parts(296_119, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 32_517_000 picoseconds.
|
||||
Weight::from_parts(32_634_522, 3888)
|
||||
// Standard Error: 1_167
|
||||
.saturating_add(Weight::from_parts(31_119, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_138
|
||||
.saturating_add(Weight::from_parts(273_850, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 41).saturating_mul(m.into()))
|
||||
|
|
@ -219,14 +218,14 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `791 + b * (1 ±0) + m * (40 ±0) + p * (40 ±0)`
|
||||
// Estimated: `4108 + b * (1 ±0) + m * (42 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 53_551_000 picoseconds.
|
||||
Weight::from_parts(55_055_061, 4108)
|
||||
// Standard Error: 314
|
||||
.saturating_add(Weight::from_parts(2_686, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 3_327
|
||||
.saturating_add(Weight::from_parts(13_252, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 3_243
|
||||
.saturating_add(Weight::from_parts(376_433, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 52_976_000 picoseconds.
|
||||
Weight::from_parts(53_899_822, 4108)
|
||||
// Standard Error: 221
|
||||
.saturating_add(Weight::from_parts(3_498, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_344
|
||||
.saturating_add(Weight::from_parts(23_498, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_285
|
||||
.saturating_add(Weight::from_parts(321_519, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -249,12 +248,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `512 + m * (30 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3954 + m * (31 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 34_797_000 picoseconds.
|
||||
Weight::from_parts(33_987_950, 3954)
|
||||
// Standard Error: 1_137
|
||||
.saturating_add(Weight::from_parts(31_507, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_109
|
||||
.saturating_add(Weight::from_parts(311_790, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 33_932_000 picoseconds.
|
||||
Weight::from_parts(34_311_659, 3954)
|
||||
// Standard Error: 1_329
|
||||
.saturating_add(Weight::from_parts(29_051, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_296
|
||||
.saturating_add(Weight::from_parts(287_547, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 31).saturating_mul(m.into()))
|
||||
|
|
@ -281,14 +280,14 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `811 + b * (1 ±0) + m * (40 ±0) + p * (40 ±0)`
|
||||
// Estimated: `4128 + b * (1 ±0) + m * (42 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 56_181_000 picoseconds.
|
||||
Weight::from_parts(56_456_870, 4128)
|
||||
// Standard Error: 252
|
||||
.saturating_add(Weight::from_parts(3_980, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_664
|
||||
.saturating_add(Weight::from_parts(16_097, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_597
|
||||
.saturating_add(Weight::from_parts(380_654, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 55_802_000 picoseconds.
|
||||
Weight::from_parts(57_905_230, 4128)
|
||||
// Standard Error: 223
|
||||
.saturating_add(Weight::from_parts(3_034, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_364
|
||||
.saturating_add(Weight::from_parts(18_891, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_304
|
||||
.saturating_add(Weight::from_parts(319_447, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -306,10 +305,10 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `260 + p * (32 ±0)`
|
||||
// Estimated: `1745 + p * (32 ±0)`
|
||||
// Minimum execution time: 17_605_000 picoseconds.
|
||||
Weight::from_parts(18_120_895, 1745)
|
||||
// Standard Error: 1_011
|
||||
.saturating_add(Weight::from_parts(282_372, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 17_309_000 picoseconds.
|
||||
Weight::from_parts(18_756_752, 1745)
|
||||
// Standard Error: 1_355
|
||||
.saturating_add(Weight::from_parts(246_695, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
|
|
@ -328,10 +327,12 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1531 + p * (36 ±0)`
|
||||
// Estimated: `4930 + d * (123 ±6) + p * (37 ±0)`
|
||||
// Minimum execution time: 25_671_000 picoseconds.
|
||||
Weight::from_parts(30_893_660, 4930)
|
||||
// Standard Error: 1_396
|
||||
.saturating_add(Weight::from_parts(316_561, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 25_410_000 picoseconds.
|
||||
Weight::from_parts(29_152_557, 4930)
|
||||
// Standard Error: 80_001
|
||||
.saturating_add(Weight::from_parts(710_710, 0).saturating_mul(d.into()))
|
||||
// Standard Error: 1_238
|
||||
.saturating_add(Weight::from_parts(290_155, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 123).saturating_mul(d.into()))
|
||||
|
|
@ -345,8 +346,8 @@ impl<T: frame_system::Config> pallet_collective_technical_committee::WeightInfo
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `945`
|
||||
// Estimated: `4410`
|
||||
// Minimum execution time: 19_549_000 picoseconds.
|
||||
Weight::from_parts(20_235_000, 4410)
|
||||
// Minimum execution time: 19_835_000 picoseconds.
|
||||
Weight::from_parts(20_333_000, 4410)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_collective_treasury_council`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -51,11 +51,10 @@
|
|||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use sp_std::marker::PhantomData;
|
||||
use crate::pallet_collective_treasury_council;
|
||||
|
||||
/// Weights for `pallet_collective_treasury_council`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for WeightInfo<T> {
|
||||
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// Storage: `TreasuryCouncil::Members` (r:1 w:1)
|
||||
/// Proof: `TreasuryCouncil::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
||||
/// Storage: `TreasuryCouncil::Proposals` (r:1 w:0)
|
||||
|
|
@ -71,12 +70,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (425 ±0) + p * (206 ±0)`
|
||||
// Estimated: `4117 + m * (266 ±3) + p * (2556 ±1)`
|
||||
// Minimum execution time: 10_954_000 picoseconds.
|
||||
Weight::from_parts(11_309_000, 4117)
|
||||
// Standard Error: 120_257
|
||||
.saturating_add(Weight::from_parts(3_652_375, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 54_943
|
||||
.saturating_add(Weight::from_parts(4_738_349, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 11_089_000 picoseconds.
|
||||
Weight::from_parts(11_386_000, 4117)
|
||||
// Standard Error: 122_271
|
||||
.saturating_add(Weight::from_parts(3_658_528, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 55_863
|
||||
.saturating_add(Weight::from_parts(4_818_108, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
|
|
@ -96,12 +95,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `181 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 23_771_000 picoseconds.
|
||||
Weight::from_parts(23_814_787, 3997)
|
||||
// Standard Error: 33
|
||||
.saturating_add(Weight::from_parts(1_746, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 4_029
|
||||
.saturating_add(Weight::from_parts(71_898, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 23_896_000 picoseconds.
|
||||
Weight::from_parts(24_120_539, 3997)
|
||||
// Standard Error: 36
|
||||
.saturating_add(Weight::from_parts(1_436, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 4_373
|
||||
.saturating_add(Weight::from_parts(65_279, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -119,12 +118,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `181 + m * (20 ±0)`
|
||||
// Estimated: `3997 + m * (20 ±0)`
|
||||
// Minimum execution time: 27_102_000 picoseconds.
|
||||
Weight::from_parts(27_122_419, 3997)
|
||||
// Standard Error: 41
|
||||
.saturating_add(Weight::from_parts(1_736, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 4_904
|
||||
.saturating_add(Weight::from_parts(83_560, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 26_742_000 picoseconds.
|
||||
Weight::from_parts(26_727_704, 3997)
|
||||
// Standard Error: 45
|
||||
.saturating_add(Weight::from_parts(1_857, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 5_433
|
||||
.saturating_add(Weight::from_parts(95_981, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
|
||||
}
|
||||
|
|
@ -145,14 +144,14 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `127 + m * (20 ±0) + p * (55 ±0)`
|
||||
// Estimated: `3548 + m * (27 ±0) + p * (54 ±0)`
|
||||
// Minimum execution time: 26_541_000 picoseconds.
|
||||
Weight::from_parts(24_724_852, 3548)
|
||||
// Standard Error: 120
|
||||
.saturating_add(Weight::from_parts(4_248, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 16_320
|
||||
.saturating_add(Weight::from_parts(50_806, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 6_260
|
||||
.saturating_add(Weight::from_parts(570_806, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 26_839_000 picoseconds.
|
||||
Weight::from_parts(24_781_821, 3548)
|
||||
// Standard Error: 119
|
||||
.saturating_add(Weight::from_parts(4_189, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 16_290
|
||||
.saturating_add(Weight::from_parts(84_824, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 6_248
|
||||
.saturating_add(Weight::from_parts(555_052, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 27).saturating_mul(m.into()))
|
||||
|
|
@ -167,10 +166,10 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `701 + m * (40 ±0)`
|
||||
// Estimated: `4166 + m * (40 ±0)`
|
||||
// Minimum execution time: 26_685_000 picoseconds.
|
||||
Weight::from_parts(28_075_549, 4166)
|
||||
// Standard Error: 8_287
|
||||
.saturating_add(Weight::from_parts(9_296, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 27_034_000 picoseconds.
|
||||
Weight::from_parts(28_322_973, 4166)
|
||||
// Standard Error: 8_686
|
||||
.saturating_add(Weight::from_parts(44_166, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
|
||||
|
|
@ -189,12 +188,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `234 + m * (40 ±0) + p * (55 ±0)`
|
||||
// Estimated: `3696 + m * (43 ±0) + p * (55 ±0)`
|
||||
// Minimum execution time: 30_003_000 picoseconds.
|
||||
Weight::from_parts(30_624_601, 3696)
|
||||
// Standard Error: 9_823
|
||||
.saturating_add(Weight::from_parts(66_745, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_786
|
||||
.saturating_add(Weight::from_parts(380_100, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 30_282_000 picoseconds.
|
||||
Weight::from_parts(31_486_340, 3696)
|
||||
// Standard Error: 11_030
|
||||
.saturating_add(Weight::from_parts(14_213, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 3_129
|
||||
.saturating_add(Weight::from_parts(381_384, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 43).saturating_mul(m.into()))
|
||||
|
|
@ -219,12 +218,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `225 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
|
||||
// Estimated: `3997 + b * (1 ±0) + m * (29 ±1) + p * (74 ±0)`
|
||||
// Minimum execution time: 49_545_000 picoseconds.
|
||||
Weight::from_parts(52_563_546, 3997)
|
||||
// Standard Error: 147
|
||||
.saturating_add(Weight::from_parts(2_499, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 7_691
|
||||
.saturating_add(Weight::from_parts(611_716, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 49_752_000 picoseconds.
|
||||
Weight::from_parts(51_676_194, 3997)
|
||||
// Standard Error: 120
|
||||
.saturating_add(Weight::from_parts(3_079, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 6_286
|
||||
.saturating_add(Weight::from_parts(626_267, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -247,12 +246,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `284 + m * (33 ±0) + p * (55 ±0)`
|
||||
// Estimated: `3747 + m * (34 ±0) + p * (56 ±0)`
|
||||
// Minimum execution time: 32_853_000 picoseconds.
|
||||
Weight::from_parts(34_148_537, 3747)
|
||||
// Standard Error: 10_407
|
||||
.saturating_add(Weight::from_parts(21_568, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_952
|
||||
.saturating_add(Weight::from_parts(364_006, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 32_846_000 picoseconds.
|
||||
Weight::from_parts(33_959_748, 3747)
|
||||
// Standard Error: 10_551
|
||||
.saturating_add(Weight::from_parts(38_088, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_993
|
||||
.saturating_add(Weight::from_parts(388_148, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 34).saturating_mul(m.into()))
|
||||
|
|
@ -279,12 +278,12 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `245 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
|
||||
// Estimated: `3997 + b * (1 ±0) + m * (30 ±1) + p * (74 ±0)`
|
||||
// Minimum execution time: 52_704_000 picoseconds.
|
||||
Weight::from_parts(52_962_480, 3997)
|
||||
// Standard Error: 167
|
||||
.saturating_add(Weight::from_parts(3_403, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 8_747
|
||||
.saturating_add(Weight::from_parts(665_624, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 52_810_000 picoseconds.
|
||||
Weight::from_parts(54_134_548, 3997)
|
||||
// Standard Error: 126
|
||||
.saturating_add(Weight::from_parts(3_014, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 6_579
|
||||
.saturating_add(Weight::from_parts(640_368, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
|
|
@ -302,10 +301,10 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `293 + p * (32 ±0)`
|
||||
// Estimated: `1778 + p * (32 ±0)`
|
||||
// Minimum execution time: 17_518_000 picoseconds.
|
||||
Weight::from_parts(17_953_166, 1778)
|
||||
// Standard Error: 1_840
|
||||
.saturating_add(Weight::from_parts(304_221, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 17_599_000 picoseconds.
|
||||
Weight::from_parts(18_141_290, 1778)
|
||||
// Standard Error: 1_780
|
||||
.saturating_add(Weight::from_parts(303_171, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
|
|
@ -324,10 +323,10 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1347 + p * (55 ±0)`
|
||||
// Estimated: `4814 + d * (5 ±1) + p * (55 ±0)`
|
||||
// Minimum execution time: 25_335_000 picoseconds.
|
||||
Weight::from_parts(28_516_512, 4814)
|
||||
// Standard Error: 4_381
|
||||
.saturating_add(Weight::from_parts(446_300, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 25_295_000 picoseconds.
|
||||
Weight::from_parts(28_603_056, 4814)
|
||||
// Standard Error: 4_404
|
||||
.saturating_add(Weight::from_parts(440_516, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into()))
|
||||
|
|
@ -341,8 +340,8 @@ impl<T: frame_system::Config> pallet_collective_treasury_council::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `780`
|
||||
// Estimated: `4245`
|
||||
// Minimum execution time: 16_092_000 picoseconds.
|
||||
Weight::from_parts(16_670_000, 4245)
|
||||
// Minimum execution time: 16_408_000 picoseconds.
|
||||
Weight::from_parts(17_020_000, 4245)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_conviction_voting`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1963`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 88_889_000 picoseconds.
|
||||
Weight::from_parts(91_714_000, 13328)
|
||||
// Minimum execution time: 89_138_000 picoseconds.
|
||||
Weight::from_parts(92_052_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -94,8 +94,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `2264`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 116_479_000 picoseconds.
|
||||
Weight::from_parts(117_762_000, 25666)
|
||||
// Minimum execution time: 116_211_000 picoseconds.
|
||||
Weight::from_parts(119_336_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(7_u64))
|
||||
}
|
||||
|
|
@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1979`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 78_366_000 picoseconds.
|
||||
Weight::from_parts(79_719_000, 25666)
|
||||
// Minimum execution time: 76_241_000 picoseconds.
|
||||
Weight::from_parts(78_935_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -124,8 +124,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1523`
|
||||
// Estimated: `4617`
|
||||
// Minimum execution time: 30_168_000 picoseconds.
|
||||
Weight::from_parts(31_363_000, 4617)
|
||||
// Minimum execution time: 29_173_000 picoseconds.
|
||||
Weight::from_parts(30_691_000, 4617)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -148,10 +148,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1655 + r * (248 ±0)`
|
||||
// Estimated: `25666 + r * (2805 ±0)`
|
||||
// Minimum execution time: 60_400_000 picoseconds.
|
||||
Weight::from_parts(65_703_979, 25666)
|
||||
// Standard Error: 64_838
|
||||
.saturating_add(Weight::from_parts(33_146_547, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 60_889_000 picoseconds.
|
||||
Weight::from_parts(63_350_373, 25666)
|
||||
// Standard Error: 79_057
|
||||
.saturating_add(Weight::from_parts(34_394_339, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
|
|
@ -171,10 +171,10 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1478 + r * (248 ±0)`
|
||||
// Estimated: `25666 + r * (2805 ±0)`
|
||||
// Minimum execution time: 28_524_000 picoseconds.
|
||||
Weight::from_parts(23_471_041, 25666)
|
||||
// Standard Error: 74_601
|
||||
.saturating_add(Weight::from_parts(33_342_811, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 27_547_000 picoseconds.
|
||||
Weight::from_parts(20_192_434, 25666)
|
||||
// Standard Error: 83_262
|
||||
.saturating_add(Weight::from_parts(34_027_810, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
|
|
@ -193,8 +193,8 @@ impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInf
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `1229`
|
||||
// Estimated: `4752`
|
||||
// Minimum execution time: 63_882_000 picoseconds.
|
||||
Weight::from_parts(67_307_000, 4752)
|
||||
// Minimum execution time: 61_755_000 picoseconds.
|
||||
Weight::from_parts(62_992_000, 4752)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_datahaven_native_transfer`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_datahaven_native_transfer::WeightInfo for W
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `467`
|
||||
// Estimated: `8763`
|
||||
// Minimum execution time: 140_682_000 picoseconds.
|
||||
Weight::from_parts(143_046_000, 8763)
|
||||
// Minimum execution time: 139_054_000 picoseconds.
|
||||
Weight::from_parts(140_999_000, 8763)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
|
|
@ -80,8 +80,8 @@ impl<T: frame_system::Config> pallet_datahaven_native_transfer::WeightInfo for W
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_979_000 picoseconds.
|
||||
Weight::from_parts(7_391_000, 0)
|
||||
// Minimum execution time: 6_968_000 picoseconds.
|
||||
Weight::from_parts(7_332_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `DataHavenNativeTransfer::Paused` (r:0 w:1)
|
||||
|
|
@ -90,8 +90,8 @@ impl<T: frame_system::Config> pallet_datahaven_native_transfer::WeightInfo for W
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_057_000 picoseconds.
|
||||
Weight::from_parts(7_314_000, 0)
|
||||
// Minimum execution time: 6_897_000 picoseconds.
|
||||
Weight::from_parts(7_187_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_evm`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -59,7 +59,7 @@ impl<T: frame_system::Config> pallet_evm::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_954_000 picoseconds.
|
||||
Weight::from_parts(3_096_000, 0)
|
||||
// Minimum execution time: 2_939_000 picoseconds.
|
||||
Weight::from_parts(3_134_000, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_external_validator_slashes`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -64,8 +64,8 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `38528`
|
||||
// Estimated: `41993`
|
||||
// Minimum execution time: 78_542_000 picoseconds.
|
||||
Weight::from_parts(1_422_346_145, 41993)
|
||||
// Minimum execution time: 76_477_000 picoseconds.
|
||||
Weight::from_parts(1_086_084_669, 41993)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -83,8 +83,8 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `492`
|
||||
// Estimated: `3957`
|
||||
// Minimum execution time: 27_537_000 picoseconds.
|
||||
Weight::from_parts(28_217_000, 3957)
|
||||
// Minimum execution time: 27_863_000 picoseconds.
|
||||
Weight::from_parts(28_270_000, 3957)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -105,10 +105,10 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `541 + s * (38 ±0)`
|
||||
// Estimated: `6044 + s * (38 ±0)`
|
||||
// Minimum execution time: 49_442_000 picoseconds.
|
||||
Weight::from_parts(51_154_579, 6044)
|
||||
// Standard Error: 684
|
||||
.saturating_add(Weight::from_parts(45_357, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 49_636_000 picoseconds.
|
||||
Weight::from_parts(51_727_739, 6044)
|
||||
// Standard Error: 859
|
||||
.saturating_add(Weight::from_parts(42_753, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 38).saturating_mul(s.into()))
|
||||
|
|
@ -119,15 +119,16 @@ impl<T: frame_system::Config> pallet_external_validator_slashes::WeightInfo for
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_848_000 picoseconds.
|
||||
Weight::from_parts(3_996_000, 0)
|
||||
// Minimum execution time: 3_857_000 picoseconds.
|
||||
Weight::from_parts(3_986_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
// Additional helper used only in testing environments to exercise the
|
||||
// message-sending path. This comes from the upstream pallet benchmarks.
|
||||
|
||||
fn root_test_send_msg_to_eth() -> Weight {
|
||||
// Minimum execution time: 994_654_000 picoseconds (from original benchmarks).
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `322`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 994_654_000 picoseconds.
|
||||
Weight::from_parts(1_015_195_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_external_validators`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_389_000 picoseconds.
|
||||
Weight::from_parts(3_617_000, 0)
|
||||
// Minimum execution time: 3_355_000 picoseconds.
|
||||
Weight::from_parts(3_445_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `Session::NextKeys` (r:1 w:0)
|
||||
|
|
@ -74,10 +74,10 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `812 + b * (25 ±0)`
|
||||
// Estimated: `4257 + b * (26 ±0)`
|
||||
// Minimum execution time: 25_333_000 picoseconds.
|
||||
Weight::from_parts(29_727_503, 4257)
|
||||
// Standard Error: 2_811
|
||||
.saturating_add(Weight::from_parts(230_708, 0).saturating_mul(b.into()))
|
||||
// Minimum execution time: 25_061_000 picoseconds.
|
||||
Weight::from_parts(29_953_364, 4257)
|
||||
// Standard Error: 3_187
|
||||
.saturating_add(Weight::from_parts(164_029, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 26).saturating_mul(b.into()))
|
||||
|
|
@ -89,10 +89,10 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `252 + b * (20 ±0)`
|
||||
// Estimated: `3487`
|
||||
// Minimum execution time: 14_431_000 picoseconds.
|
||||
Weight::from_parts(17_239_223, 3487)
|
||||
// Minimum execution time: 14_159_000 picoseconds.
|
||||
Weight::from_parts(17_215_449, 3487)
|
||||
// Standard Error: 1_913
|
||||
.saturating_add(Weight::from_parts(138_917, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(95_054, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -102,8 +102,8 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 15_682_000 picoseconds.
|
||||
Weight::from_parts(16_494_000, 0)
|
||||
// Minimum execution time: 15_454_000 picoseconds.
|
||||
Weight::from_parts(15_873_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: `ExternalValidators::ExternalIndex` (r:0 w:1)
|
||||
|
|
@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_978_000 picoseconds.
|
||||
Weight::from_parts(9_860_000, 0)
|
||||
// Minimum execution time: 9_044_000 picoseconds.
|
||||
Weight::from_parts(9_526_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: `ExternalValidators::CurrentEra` (r:1 w:1)
|
||||
|
|
@ -141,10 +141,10 @@ impl<T: frame_system::Config> pallet_external_validators::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `286 + r * (20 ±0)`
|
||||
// Estimated: `3487`
|
||||
// Minimum execution time: 23_857_000 picoseconds.
|
||||
Weight::from_parts(26_332_976, 3487)
|
||||
// Standard Error: 1_471
|
||||
.saturating_add(Weight::from_parts(267_824, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 24_294_000 picoseconds.
|
||||
Weight::from_parts(27_074_783, 3487)
|
||||
// Standard Error: 1_355
|
||||
.saturating_add(Weight::from_parts(218_600, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_external_validators_rewards`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -55,19 +55,23 @@ use sp_std::marker::PhantomData;
|
|||
/// Weights for `pallet_external_validators_rewards`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_external_validators_rewards::WeightInfo for WeightInfo<T> {
|
||||
/// Storage: `Parameters::Parameters` (r:4 w:0)
|
||||
/// Proof: `Parameters::Parameters` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
|
||||
/// Storage: `ExternalValidatorsRewards::BlocksProducedInEra` (r:1 w:0)
|
||||
/// Proof: `ExternalValidatorsRewards::BlocksProducedInEra` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`)
|
||||
/// Storage: `ExternalValidators::ActiveEra` (r:1 w:0)
|
||||
/// Proof: `ExternalValidators::ActiveEra` (`max_values`: Some(1), `max_size`: Some(13), added: 508, mode: `MaxEncodedLen`)
|
||||
/// Storage: `ExternalValidatorsRewards::RewardPointsForEra` (r:1 w:0)
|
||||
/// Proof: `ExternalValidatorsRewards::RewardPointsForEra` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
||||
/// Storage: `Parameters::Parameters` (r:3 w:0)
|
||||
/// Proof: `Parameters::Parameters` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
|
||||
/// Storage: `System::Account` (r:2 w:2)
|
||||
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
||||
fn on_era_end() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `25433`
|
||||
// Estimated: `28898`
|
||||
// Minimum execution time: 1_701_271_000 picoseconds.
|
||||
Weight::from_parts(1_732_185_000, 28898)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
// Measured: `25697`
|
||||
// Estimated: `29162`
|
||||
// Minimum execution time: 1_865_596_000 picoseconds.
|
||||
Weight::from_parts(1_893_280_000, 29162)
|
||||
.saturating_add(T::DbWeight::get().reads(9_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_grandpa`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -55,11 +55,15 @@ use sp_std::marker::PhantomData;
|
|||
/// Weights for `pallet_grandpa`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_grandpa::WeightInfo for WeightInfo<T> {
|
||||
|
||||
|
||||
fn report_equivocation(_x: u32, _y: u32) -> Weight {
|
||||
// Approximated using the old `check_equivocation_proof` measurement.
|
||||
Weight::from_parts(78_620_071, 0)
|
||||
/// The range of component `x` is `[0, 1]`.
|
||||
fn report_equivocation(prev: u32, _equivocations: u32) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 78_547_000 picoseconds.
|
||||
Weight::from_parts(78_982_114, 0)
|
||||
// Standard Error: 28_584
|
||||
.saturating_add(Weight::from_parts(129_485, 0).saturating_mul(prev.into()))
|
||||
}
|
||||
/// Storage: `Grandpa::Stalled` (r:0 w:1)
|
||||
/// Proof: `Grandpa::Stalled` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`)
|
||||
|
|
@ -67,8 +71,8 @@ impl<T: frame_system::Config> pallet_grandpa::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_798_000 picoseconds.
|
||||
Weight::from_parts(3_907_000, 0)
|
||||
// Minimum execution time: 3_815_000 picoseconds.
|
||||
Weight::from_parts(3_947_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_message_queue`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `223`
|
||||
// Estimated: `6212`
|
||||
// Minimum execution time: 17_131_000 picoseconds.
|
||||
Weight::from_parts(17_504_000, 6212)
|
||||
// Minimum execution time: 16_925_000 picoseconds.
|
||||
Weight::from_parts(17_617_000, 6212)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `218`
|
||||
// Estimated: `6212`
|
||||
// Minimum execution time: 14_975_000 picoseconds.
|
||||
Weight::from_parts(15_413_000, 6212)
|
||||
// Minimum execution time: 15_055_000 picoseconds.
|
||||
Weight::from_parts(15_641_000, 6212)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `6`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 5_837_000 picoseconds.
|
||||
Weight::from_parts(6_001_000, 3601)
|
||||
// Minimum execution time: 5_896_000 picoseconds.
|
||||
Weight::from_parts(6_134_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -98,8 +98,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `72`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 8_492_000 picoseconds.
|
||||
Weight::from_parts(8_658_000, 36310)
|
||||
// Minimum execution time: 8_432_000 picoseconds.
|
||||
Weight::from_parts(8_732_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -109,8 +109,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `72`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 8_483_000 picoseconds.
|
||||
Weight::from_parts(8_872_000, 36310)
|
||||
// Minimum execution time: 8_420_000 picoseconds.
|
||||
Weight::from_parts(8_826_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -122,8 +122,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 85_360_000 picoseconds.
|
||||
Weight::from_parts(88_666_000, 0)
|
||||
// Minimum execution time: 83_179_000 picoseconds.
|
||||
Weight::from_parts(85_379_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
|
||||
|
|
@ -134,8 +134,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `171`
|
||||
// Estimated: `3601`
|
||||
// Minimum execution time: 9_407_000 picoseconds.
|
||||
Weight::from_parts(9_651_000, 3601)
|
||||
// Minimum execution time: 9_498_000 picoseconds.
|
||||
Weight::from_parts(9_966_000, 3601)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -147,8 +147,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `32898`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 43_771_000 picoseconds.
|
||||
Weight::from_parts(47_000_000, 36310)
|
||||
// Minimum execution time: 43_008_000 picoseconds.
|
||||
Weight::from_parts(43_824_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -160,8 +160,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `32898`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 55_760_000 picoseconds.
|
||||
Weight::from_parts(57_097_000, 36310)
|
||||
// Minimum execution time: 53_978_000 picoseconds.
|
||||
Weight::from_parts(54_647_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -173,8 +173,8 @@ impl<T: frame_system::Config> pallet_message_queue::WeightInfo for WeightInfo<T>
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `32898`
|
||||
// Estimated: `36310`
|
||||
// Minimum execution time: 77_328_000 picoseconds.
|
||||
Weight::from_parts(80_170_000, 36310)
|
||||
// Minimum execution time: 75_633_000 picoseconds.
|
||||
Weight::from_parts(76_426_000, 36310)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_mmr`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -74,10 +74,10 @@ impl<T: frame_system::Config> pallet_mmr::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `536`
|
||||
// Estimated: `9242 + x * (8 ±0)`
|
||||
// Minimum execution time: 25_749_000 picoseconds.
|
||||
Weight::from_parts(50_005_054, 9242)
|
||||
// Standard Error: 1_207
|
||||
.saturating_add(Weight::from_parts(36_569, 0).saturating_mul(x.into()))
|
||||
// Minimum execution time: 25_803_000 picoseconds.
|
||||
Weight::from_parts(49_390_107, 9242)
|
||||
// Standard Error: 1_167
|
||||
.saturating_add(Weight::from_parts(34_025, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(8_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 8).saturating_mul(x.into()))
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_multisig`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -64,10 +64,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 29_708_000 picoseconds.
|
||||
Weight::from_parts(31_190_880, 3997)
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_parts(432, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 29_017_000 picoseconds.
|
||||
Weight::from_parts(30_184_679, 3997)
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_parts(379, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: `Multisig::Multisigs` (r:1 w:1)
|
||||
|
|
@ -78,12 +78,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `218`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 61_642_000 picoseconds.
|
||||
Weight::from_parts(45_356_438, 5587)
|
||||
// Standard Error: 1_787
|
||||
.saturating_add(Weight::from_parts(180_147, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 17
|
||||
.saturating_add(Weight::from_parts(4_197, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 60_389_000 picoseconds.
|
||||
Weight::from_parts(44_281_970, 5587)
|
||||
// Standard Error: 2_017
|
||||
.saturating_add(Weight::from_parts(173_685, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 19
|
||||
.saturating_add(Weight::from_parts(4_275, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -95,12 +95,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 38_306_000 picoseconds.
|
||||
Weight::from_parts(23_921_680, 5587)
|
||||
// Standard Error: 1_174
|
||||
.saturating_add(Weight::from_parts(158_029, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_parts(4_125, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 37_541_000 picoseconds.
|
||||
Weight::from_parts(23_191_089, 5587)
|
||||
// Standard Error: 616
|
||||
.saturating_add(Weight::from_parts(152_842, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_parts(4_200, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -118,12 +118,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `393 + s * (20 ±0)`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 80_558_000 picoseconds.
|
||||
Weight::from_parts(54_354_524, 5587)
|
||||
// Standard Error: 3_726
|
||||
.saturating_add(Weight::from_parts(280_565, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 36
|
||||
.saturating_add(Weight::from_parts(4_580, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 76_563_000 picoseconds.
|
||||
Weight::from_parts(52_787_560, 5587)
|
||||
// Standard Error: 3_532
|
||||
.saturating_add(Weight::from_parts(266_191, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 34
|
||||
.saturating_add(Weight::from_parts(4_614, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -134,10 +134,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `220`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 41_375_000 picoseconds.
|
||||
Weight::from_parts(43_215_636, 5587)
|
||||
// Standard Error: 1_376
|
||||
.saturating_add(Weight::from_parts(191_671, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 41_282_000 picoseconds.
|
||||
Weight::from_parts(43_376_121, 5587)
|
||||
// Standard Error: 1_451
|
||||
.saturating_add(Weight::from_parts(177_477, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -148,10 +148,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 20_837_000 picoseconds.
|
||||
Weight::from_parts(21_429_364, 5587)
|
||||
// Standard Error: 1_304
|
||||
.saturating_add(Weight::from_parts(174_993, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 20_908_000 picoseconds.
|
||||
Weight::from_parts(21_826_478, 5587)
|
||||
// Standard Error: 681
|
||||
.saturating_add(Weight::from_parts(155_164, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -162,10 +162,10 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `390`
|
||||
// Estimated: `5587`
|
||||
// Minimum execution time: 40_912_000 picoseconds.
|
||||
Weight::from_parts(44_465_265, 5587)
|
||||
// Standard Error: 1_818
|
||||
.saturating_add(Weight::from_parts(194_801, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 41_003_000 picoseconds.
|
||||
Weight::from_parts(44_286_235, 5587)
|
||||
// Standard Error: 1_852
|
||||
.saturating_add(Weight::from_parts(185_637, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_parameters`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_parameters::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3`
|
||||
// Estimated: `3517`
|
||||
// Minimum execution time: 11_806_000 picoseconds.
|
||||
Weight::from_parts(12_129_000, 3517)
|
||||
// Minimum execution time: 11_354_000 picoseconds.
|
||||
Weight::from_parts(11_885_000, 3517)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_preimage`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -68,10 +68,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 67_303_000 picoseconds.
|
||||
Weight::from_parts(67_898_000, 3754)
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_parts(2_846, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 66_957_000 picoseconds.
|
||||
Weight::from_parts(67_564_000, 3754)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(2_615, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -86,10 +86,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 20_817_000 picoseconds.
|
||||
Weight::from_parts(20_980_000, 3544)
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_parts(2_840, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 20_569_000 picoseconds.
|
||||
Weight::from_parts(20_916_000, 3544)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(2_612, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -104,10 +104,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 19_959_000 picoseconds.
|
||||
Weight::from_parts(20_205_000, 3544)
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_parts(2_835, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 19_993_000 picoseconds.
|
||||
Weight::from_parts(20_310_000, 3544)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(2_601, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -123,8 +123,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `180`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 87_597_000 picoseconds.
|
||||
Weight::from_parts(89_858_000, 3754)
|
||||
// Minimum execution time: 75_933_000 picoseconds.
|
||||
Weight::from_parts(86_560_000, 3754)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -138,8 +138,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 45_274_000 picoseconds.
|
||||
Weight::from_parts(46_805_000, 3544)
|
||||
// Minimum execution time: 37_307_000 picoseconds.
|
||||
Weight::from_parts(43_008_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -151,8 +151,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `137`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 39_655_000 picoseconds.
|
||||
Weight::from_parts(42_504_000, 3544)
|
||||
// Minimum execution time: 30_749_000 picoseconds.
|
||||
Weight::from_parts(35_579_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -164,8 +164,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 26_514_000 picoseconds.
|
||||
Weight::from_parts(30_407_000, 3544)
|
||||
// Minimum execution time: 20_927_000 picoseconds.
|
||||
Weight::from_parts(23_779_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -177,8 +177,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 31_720_000 picoseconds.
|
||||
Weight::from_parts(34_375_000, 3544)
|
||||
// Minimum execution time: 24_833_000 picoseconds.
|
||||
Weight::from_parts(28_992_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -190,8 +190,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 15_517_000 picoseconds.
|
||||
Weight::from_parts(16_591_000, 3544)
|
||||
// Minimum execution time: 14_136_000 picoseconds.
|
||||
Weight::from_parts(14_778_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -205,8 +205,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 41_080_000 picoseconds.
|
||||
Weight::from_parts(43_751_000, 3544)
|
||||
// Minimum execution time: 29_809_000 picoseconds.
|
||||
Weight::from_parts(33_203_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -218,8 +218,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 15_784_000 picoseconds.
|
||||
Weight::from_parts(17_138_000, 3544)
|
||||
// Minimum execution time: 14_390_000 picoseconds.
|
||||
Weight::from_parts(14_700_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -231,8 +231,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `67`
|
||||
// Estimated: `3544`
|
||||
// Minimum execution time: 15_470_000 picoseconds.
|
||||
Weight::from_parts(16_085_000, 3544)
|
||||
// Minimum execution time: 14_470_000 picoseconds.
|
||||
Weight::from_parts(15_418_000, 3544)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -247,12 +247,12 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|||
/// The range of component `n` is `[1, 1024]`.
|
||||
fn ensure_updated(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `611 + n * (203 ±0)`
|
||||
// Measured: `648 + n * (203 ±0)`
|
||||
// Estimated: `990 + n * (2764 ±0)`
|
||||
// Minimum execution time: 76_611_000 picoseconds.
|
||||
Weight::from_parts(77_520_000, 990)
|
||||
// Standard Error: 67_186
|
||||
.saturating_add(Weight::from_parts(79_569_710, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 78_232_000 picoseconds.
|
||||
Weight::from_parts(78_743_000, 990)
|
||||
// Standard Error: 67_544
|
||||
.saturating_add(Weight::from_parts(78_286_981, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2764).saturating_mul(n.into()))
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_proxy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -66,10 +66,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `228 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 26_493_000 picoseconds.
|
||||
Weight::from_parts(27_559_880, 4310)
|
||||
// Standard Error: 1_610
|
||||
.saturating_add(Weight::from_parts(54_342, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 26_375_000 picoseconds.
|
||||
Weight::from_parts(27_305_417, 4310)
|
||||
// Standard Error: 1_795
|
||||
.saturating_add(Weight::from_parts(54_557, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// 1 DB read that happen when filtering the proxy call transaction
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
|
|
@ -90,12 +90,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `480 + a * (56 ±0) + p * (25 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 57_678_000 picoseconds.
|
||||
Weight::from_parts(58_124_553, 5302)
|
||||
// Standard Error: 2_806
|
||||
.saturating_add(Weight::from_parts(267_431, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 2_900
|
||||
.saturating_add(Weight::from_parts(21_465, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 55_749_000 picoseconds.
|
||||
Weight::from_parts(57_395_999, 5302)
|
||||
// Standard Error: 2_967
|
||||
.saturating_add(Weight::from_parts(247_288, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 3_066
|
||||
.saturating_add(Weight::from_parts(20_613, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -109,10 +109,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `362 + a * (56 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 35_887_000 picoseconds.
|
||||
Weight::from_parts(36_968_233, 5302)
|
||||
// Standard Error: 2_151
|
||||
.saturating_add(Weight::from_parts(239_584, 0).saturating_mul(a.into()))
|
||||
// Minimum execution time: 34_894_000 picoseconds.
|
||||
Weight::from_parts(35_844_791, 5302)
|
||||
// Standard Error: 2_126
|
||||
.saturating_add(Weight::from_parts(241_545, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -126,10 +126,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `362 + a * (56 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 35_572_000 picoseconds.
|
||||
Weight::from_parts(36_994_179, 5302)
|
||||
// Standard Error: 2_131
|
||||
.saturating_add(Weight::from_parts(240_531, 0).saturating_mul(a.into()))
|
||||
// Minimum execution time: 34_736_000 picoseconds.
|
||||
Weight::from_parts(35_851_022, 5302)
|
||||
// Standard Error: 2_229
|
||||
.saturating_add(Weight::from_parts(239_788, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -145,12 +145,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `378 + a * (56 ±0) + p * (25 ±0)`
|
||||
// Estimated: `5302`
|
||||
// Minimum execution time: 45_957_000 picoseconds.
|
||||
Weight::from_parts(46_286_014, 5302)
|
||||
// Standard Error: 2_149
|
||||
.saturating_add(Weight::from_parts(257_174, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 2_220
|
||||
.saturating_add(Weight::from_parts(13_915, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 44_403_000 picoseconds.
|
||||
Weight::from_parts(45_442_059, 5302)
|
||||
// Standard Error: 2_333
|
||||
.saturating_add(Weight::from_parts(247_735, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 2_411
|
||||
.saturating_add(Weight::from_parts(7_259, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -161,10 +161,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 34_110_000 picoseconds.
|
||||
Weight::from_parts(35_013_336, 4310)
|
||||
// Standard Error: 1_117
|
||||
.saturating_add(Weight::from_parts(45_240, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 32_612_000 picoseconds.
|
||||
Weight::from_parts(33_609_016, 4310)
|
||||
// Standard Error: 1_270
|
||||
.saturating_add(Weight::from_parts(42_643, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -175,10 +175,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 33_592_000 picoseconds.
|
||||
Weight::from_parts(34_885_284, 4310)
|
||||
// Standard Error: 1_231
|
||||
.saturating_add(Weight::from_parts(42_884, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 32_486_000 picoseconds.
|
||||
Weight::from_parts(33_393_138, 4310)
|
||||
// Standard Error: 1_404
|
||||
.saturating_add(Weight::from_parts(49_528, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -189,10 +189,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `182 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 31_020_000 picoseconds.
|
||||
Weight::from_parts(32_007_901, 4310)
|
||||
// Standard Error: 1_249
|
||||
.saturating_add(Weight::from_parts(25_651, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 29_721_000 picoseconds.
|
||||
Weight::from_parts(30_671_963, 4310)
|
||||
// Standard Error: 1_247
|
||||
.saturating_add(Weight::from_parts(31_417, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -203,10 +203,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `194`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 37_032_000 picoseconds.
|
||||
Weight::from_parts(38_069_502, 4310)
|
||||
// Standard Error: 1_446
|
||||
.saturating_add(Weight::from_parts(22_387, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 35_040_000 picoseconds.
|
||||
Weight::from_parts(36_398_084, 4310)
|
||||
// Standard Error: 2_423
|
||||
.saturating_add(Weight::from_parts(21_162, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -217,10 +217,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `207 + p * (25 ±0)`
|
||||
// Estimated: `4310`
|
||||
// Minimum execution time: 32_357_000 picoseconds.
|
||||
Weight::from_parts(33_283_369, 4310)
|
||||
// Standard Error: 1_362
|
||||
.saturating_add(Weight::from_parts(29_777, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 30_679_000 picoseconds.
|
||||
Weight::from_parts(31_643_325, 4310)
|
||||
// Standard Error: 1_203
|
||||
.saturating_add(Weight::from_parts(38_649, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_referenda`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `341`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 46_578_000 picoseconds.
|
||||
Weight::from_parts(48_307_000, 13328)
|
||||
// Minimum execution time: 46_606_000 picoseconds.
|
||||
Weight::from_parts(47_806_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -80,8 +80,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 64_225_000 picoseconds.
|
||||
Weight::from_parts(65_727_000, 25666)
|
||||
// Minimum execution time: 64_381_000 picoseconds.
|
||||
Weight::from_parts(66_533_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3375`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 85_577_000 picoseconds.
|
||||
Weight::from_parts(87_486_000, 13328)
|
||||
// Minimum execution time: 84_738_000 picoseconds.
|
||||
Weight::from_parts(86_542_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -118,8 +118,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3395`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 83_010_000 picoseconds.
|
||||
Weight::from_parts(85_331_000, 13328)
|
||||
// Minimum execution time: 83_611_000 picoseconds.
|
||||
Weight::from_parts(85_038_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 74_819_000 picoseconds.
|
||||
Weight::from_parts(76_307_000, 25666)
|
||||
// Minimum execution time: 75_991_000 picoseconds.
|
||||
Weight::from_parts(77_442_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -152,8 +152,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 73_022_000 picoseconds.
|
||||
Weight::from_parts(74_599_000, 25666)
|
||||
// Minimum execution time: 73_683_000 picoseconds.
|
||||
Weight::from_parts(75_649_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -163,8 +163,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `492`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 41_267_000 picoseconds.
|
||||
Weight::from_parts(42_376_000, 3795)
|
||||
// Minimum execution time: 41_334_000 picoseconds.
|
||||
Weight::from_parts(42_318_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -174,8 +174,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `450`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 37_711_000 picoseconds.
|
||||
Weight::from_parts(38_725_000, 3795)
|
||||
// Minimum execution time: 38_241_000 picoseconds.
|
||||
Weight::from_parts(38_934_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -189,8 +189,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 41_690_000 picoseconds.
|
||||
Weight::from_parts(43_095_000, 25666)
|
||||
// Minimum execution time: 42_361_000 picoseconds.
|
||||
Weight::from_parts(43_283_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -208,8 +208,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `946`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 127_339_000 picoseconds.
|
||||
Weight::from_parts(128_800_000, 25666)
|
||||
// Minimum execution time: 126_873_000 picoseconds.
|
||||
Weight::from_parts(128_320_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
|
@ -221,8 +221,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `240`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 14_417_000 picoseconds.
|
||||
Weight::from_parts(14_967_000, 5477)
|
||||
// Minimum execution time: 14_299_000 picoseconds.
|
||||
Weight::from_parts(14_797_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -236,8 +236,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3228`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 55_632_000 picoseconds.
|
||||
Weight::from_parts(57_984_000, 13328)
|
||||
// Minimum execution time: 55_277_000 picoseconds.
|
||||
Weight::from_parts(57_232_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -251,8 +251,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3228`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 59_409_000 picoseconds.
|
||||
Weight::from_parts(62_156_000, 13328)
|
||||
// Minimum execution time: 57_431_000 picoseconds.
|
||||
Weight::from_parts(58_803_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -264,8 +264,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3053`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 31_573_000 picoseconds.
|
||||
Weight::from_parts(32_555_000, 5477)
|
||||
// Minimum execution time: 30_465_000 picoseconds.
|
||||
Weight::from_parts(32_722_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -277,8 +277,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3053`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 30_443_000 picoseconds.
|
||||
Weight::from_parts(32_361_000, 5477)
|
||||
// Minimum execution time: 30_638_000 picoseconds.
|
||||
Weight::from_parts(32_258_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -292,8 +292,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3057`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 37_042_000 picoseconds.
|
||||
Weight::from_parts(38_515_000, 5477)
|
||||
// Minimum execution time: 37_039_000 picoseconds.
|
||||
Weight::from_parts(38_854_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -307,8 +307,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `3077`
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 36_376_000 picoseconds.
|
||||
Weight::from_parts(38_013_000, 5477)
|
||||
// Minimum execution time: 35_936_000 picoseconds.
|
||||
Weight::from_parts(37_289_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -320,8 +320,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `387`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 27_682_000 picoseconds.
|
||||
Weight::from_parts(28_605_000, 13328)
|
||||
// Minimum execution time: 27_940_000 picoseconds.
|
||||
Weight::from_parts(28_726_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -333,8 +333,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 28_044_000 picoseconds.
|
||||
Weight::from_parts(29_069_000, 13328)
|
||||
// Minimum execution time: 27_991_000 picoseconds.
|
||||
Weight::from_parts(28_879_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -344,8 +344,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `332`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 18_142_000 picoseconds.
|
||||
Weight::from_parts(18_954_000, 3795)
|
||||
// Minimum execution time: 18_836_000 picoseconds.
|
||||
Weight::from_parts(19_354_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -359,8 +359,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 36_567_000 picoseconds.
|
||||
Weight::from_parts(37_209_000, 13328)
|
||||
// Minimum execution time: 36_724_000 picoseconds.
|
||||
Weight::from_parts(37_381_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -374,8 +374,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 37_949_000 picoseconds.
|
||||
Weight::from_parts(39_725_000, 13328)
|
||||
// Minimum execution time: 38_247_000 picoseconds.
|
||||
Weight::from_parts(39_708_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -387,8 +387,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `476`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 34_063_000 picoseconds.
|
||||
Weight::from_parts(34_993_000, 13328)
|
||||
// Minimum execution time: 34_638_000 picoseconds.
|
||||
Weight::from_parts(35_471_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -400,8 +400,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `459`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 33_866_000 picoseconds.
|
||||
Weight::from_parts(35_202_000, 13328)
|
||||
// Minimum execution time: 34_358_000 picoseconds.
|
||||
Weight::from_parts(35_125_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -413,8 +413,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `476`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 31_759_000 picoseconds.
|
||||
Weight::from_parts(32_884_000, 13328)
|
||||
// Minimum execution time: 32_939_000 picoseconds.
|
||||
Weight::from_parts(33_687_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -426,8 +426,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `480`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 32_056_000 picoseconds.
|
||||
Weight::from_parts(32_785_000, 13328)
|
||||
// Minimum execution time: 32_526_000 picoseconds.
|
||||
Weight::from_parts(33_238_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -441,8 +441,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `480`
|
||||
// Estimated: `25666`
|
||||
// Minimum execution time: 48_122_000 picoseconds.
|
||||
Weight::from_parts(49_579_000, 25666)
|
||||
// Minimum execution time: 48_497_000 picoseconds.
|
||||
Weight::from_parts(49_408_000, 25666)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
|
@ -454,8 +454,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `476`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 34_408_000 picoseconds.
|
||||
Weight::from_parts(35_819_000, 13328)
|
||||
// Minimum execution time: 34_221_000 picoseconds.
|
||||
Weight::from_parts(35_520_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -471,8 +471,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `437`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 25_648_000 picoseconds.
|
||||
Weight::from_parts(26_578_000, 3795)
|
||||
// Minimum execution time: 25_924_000 picoseconds.
|
||||
Weight::from_parts(26_732_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -484,8 +484,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `409`
|
||||
// Estimated: `3795`
|
||||
// Minimum execution time: 21_216_000 picoseconds.
|
||||
Weight::from_parts(21_804_000, 3795)
|
||||
// Minimum execution time: 21_048_000 picoseconds.
|
||||
Weight::from_parts(22_033_000, 3795)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_safe_mode`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 2_954_000 picoseconds.
|
||||
Weight::from_parts(3_071_000, 1489)
|
||||
// Minimum execution time: 2_831_000 picoseconds.
|
||||
Weight::from_parts(2_995_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:1)
|
||||
|
|
@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 8_677_000 picoseconds.
|
||||
Weight::from_parts(9_114_000, 1489)
|
||||
// Minimum execution time: 8_591_000 picoseconds.
|
||||
Weight::from_parts(9_040_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 10_325_000 picoseconds.
|
||||
Weight::from_parts(10_729_000, 1489)
|
||||
// Minimum execution time: 10_479_000 picoseconds.
|
||||
Weight::from_parts(10_885_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 11_566_000 picoseconds.
|
||||
Weight::from_parts(11_850_000, 1489)
|
||||
// Minimum execution time: 11_098_000 picoseconds.
|
||||
Weight::from_parts(11_716_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -118,8 +118,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 11_283_000 picoseconds.
|
||||
Weight::from_parts(11_527_000, 1489)
|
||||
// Minimum execution time: 11_074_000 picoseconds.
|
||||
Weight::from_parts(11_505_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -138,8 +138,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `167`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 54_326_000 picoseconds.
|
||||
Weight::from_parts(55_216_000, 3754)
|
||||
// Minimum execution time: 55_002_000 picoseconds.
|
||||
Weight::from_parts(55_775_000, 3754)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -151,8 +151,8 @@ impl<T: frame_system::Config> pallet_safe_mode::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `167`
|
||||
// Estimated: `3754`
|
||||
// Minimum execution time: 42_002_000 picoseconds.
|
||||
Weight::from_parts(42_926_000, 3754)
|
||||
// Minimum execution time: 42_445_000 picoseconds.
|
||||
Weight::from_parts(43_468_000, 3754)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_scheduler`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `31`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 4_357_000 picoseconds.
|
||||
Weight::from_parts(4_651_000, 1489)
|
||||
// Minimum execution time: 4_258_000 picoseconds.
|
||||
Weight::from_parts(4_450_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -73,10 +73,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `78 + s * (177 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 5_184_000 picoseconds.
|
||||
Weight::from_parts(8_975_778, 13328)
|
||||
// Standard Error: 1_781
|
||||
.saturating_add(Weight::from_parts(426_713, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 5_443_000 picoseconds.
|
||||
Weight::from_parts(9_100_506, 13328)
|
||||
// Standard Error: 1_734
|
||||
.saturating_add(Weight::from_parts(415_931, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -84,8 +84,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_753_000 picoseconds.
|
||||
Weight::from_parts(4_988_000, 0)
|
||||
// Minimum execution time: 4_546_000 picoseconds.
|
||||
Weight::from_parts(4_812_000, 0)
|
||||
}
|
||||
/// Storage: `Preimage::PreimageFor` (r:1 w:1)
|
||||
/// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`)
|
||||
|
|
@ -98,10 +98,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `140 + s * (1 ±0)`
|
||||
// Estimated: `3605 + s * (1 ±0)`
|
||||
// Minimum execution time: 24_055_000 picoseconds.
|
||||
Weight::from_parts(24_614_000, 3605)
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_parts(1_707, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 23_824_000 picoseconds.
|
||||
Weight::from_parts(23_948_000, 3605)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_437, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into()))
|
||||
|
|
@ -112,16 +112,16 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_095_000 picoseconds.
|
||||
Weight::from_parts(7_399_000, 0)
|
||||
// Minimum execution time: 7_162_000 picoseconds.
|
||||
Weight::from_parts(7_469_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
fn service_task_periodic() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_783_000 picoseconds.
|
||||
Weight::from_parts(4_944_000, 0)
|
||||
// Minimum execution time: 4_621_000 picoseconds.
|
||||
Weight::from_parts(4_735_000, 0)
|
||||
}
|
||||
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
|
||||
/// Proof: `SafeMode::EnteredUntil` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
||||
|
|
@ -131,16 +131,16 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `46`
|
||||
// Estimated: `3997`
|
||||
// Minimum execution time: 10_485_000 picoseconds.
|
||||
Weight::from_parts(10_696_000, 3997)
|
||||
// Minimum execution time: 10_181_000 picoseconds.
|
||||
Weight::from_parts(10_522_000, 3997)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_456_000 picoseconds.
|
||||
Weight::from_parts(3_579_000, 0)
|
||||
// Minimum execution time: 3_380_000 picoseconds.
|
||||
Weight::from_parts(3_516_000, 0)
|
||||
}
|
||||
/// Storage: `Scheduler::Agenda` (r:1 w:1)
|
||||
/// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(9863), added: 12338, mode: `MaxEncodedLen`)
|
||||
|
|
@ -149,10 +149,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `78 + s * (177 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 14_728_000 picoseconds.
|
||||
Weight::from_parts(18_170_140, 13328)
|
||||
// Standard Error: 1_601
|
||||
.saturating_add(Weight::from_parts(479_432, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 14_307_000 picoseconds.
|
||||
Weight::from_parts(17_849_017, 13328)
|
||||
// Standard Error: 1_690
|
||||
.saturating_add(Weight::from_parts(454_436, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -167,10 +167,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `78 + s * (177 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 21_510_000 picoseconds.
|
||||
Weight::from_parts(20_914_049, 13328)
|
||||
// Standard Error: 1_141
|
||||
.saturating_add(Weight::from_parts(726_095, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 21_600_000 picoseconds.
|
||||
Weight::from_parts(21_145_598, 13328)
|
||||
// Standard Error: 1_124
|
||||
.saturating_add(Weight::from_parts(699_106, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -183,10 +183,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `255 + s * (185 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 19_569_000 picoseconds.
|
||||
Weight::from_parts(24_522_030, 13328)
|
||||
// Standard Error: 3_773
|
||||
.saturating_add(Weight::from_parts(528_132, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 19_279_000 picoseconds.
|
||||
Weight::from_parts(24_341_584, 13328)
|
||||
// Standard Error: 3_014
|
||||
.saturating_add(Weight::from_parts(499_195, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -201,10 +201,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `281 + s * (185 ±0)`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 24_831_000 picoseconds.
|
||||
Weight::from_parts(25_071_101, 13328)
|
||||
// Standard Error: 1_489
|
||||
.saturating_add(Weight::from_parts(774_187, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 24_980_000 picoseconds.
|
||||
Weight::from_parts(25_295_005, 13328)
|
||||
// Standard Error: 1_415
|
||||
.saturating_add(Weight::from_parts(735_525, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
@ -217,10 +217,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `118`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 13_585_000 picoseconds.
|
||||
Weight::from_parts(13_893_592, 13328)
|
||||
// Standard Error: 564
|
||||
.saturating_add(Weight::from_parts(35_006, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 13_364_000 picoseconds.
|
||||
Weight::from_parts(13_874_944, 13328)
|
||||
// Standard Error: 545
|
||||
.saturating_add(Weight::from_parts(35_446, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
|
@ -232,8 +232,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `8928`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 33_523_000 picoseconds.
|
||||
Weight::from_parts(34_537_000, 13328)
|
||||
// Minimum execution time: 33_009_000 picoseconds.
|
||||
Weight::from_parts(33_972_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -247,8 +247,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `9606`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 41_603_000 picoseconds.
|
||||
Weight::from_parts(42_506_000, 13328)
|
||||
// Minimum execution time: 40_375_000 picoseconds.
|
||||
Weight::from_parts(41_698_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -260,8 +260,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `8940`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 31_556_000 picoseconds.
|
||||
Weight::from_parts(32_981_000, 13328)
|
||||
// Minimum execution time: 31_059_000 picoseconds.
|
||||
Weight::from_parts(32_254_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -275,8 +275,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `9618`
|
||||
// Estimated: `13328`
|
||||
// Minimum execution time: 39_815_000 picoseconds.
|
||||
Weight::from_parts(40_765_000, 13328)
|
||||
// Minimum execution time: 39_427_000 picoseconds.
|
||||
Weight::from_parts(40_257_000, 13328)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_sudo`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 13_304_000 picoseconds.
|
||||
Weight::from_parts(13_976_000, 1505)
|
||||
// Minimum execution time: 13_376_000 picoseconds.
|
||||
Weight::from_parts(13_934_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 14_782_000 picoseconds.
|
||||
Weight::from_parts(15_183_000, 1505)
|
||||
// Minimum execution time: 14_847_000 picoseconds.
|
||||
Weight::from_parts(15_208_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Sudo::Key` (r:1 w:0)
|
||||
|
|
@ -82,8 +82,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 14_396_000 picoseconds.
|
||||
Weight::from_parts(14_923_000, 1505)
|
||||
// Minimum execution time: 14_860_000 picoseconds.
|
||||
Weight::from_parts(15_185_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: `Sudo::Key` (r:1 w:1)
|
||||
|
|
@ -92,8 +92,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 12_549_000 picoseconds.
|
||||
Weight::from_parts(12_780_000, 1505)
|
||||
// Minimum execution time: 12_734_000 picoseconds.
|
||||
Weight::from_parts(13_050_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -103,8 +103,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `1505`
|
||||
// Minimum execution time: 5_728_000 picoseconds.
|
||||
Weight::from_parts(5_881_000, 1505)
|
||||
// Minimum execution time: 5_754_000 picoseconds.
|
||||
Weight::from_parts(5_993_000, 1505)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_timestamp`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `278`
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 11_384_000 picoseconds.
|
||||
Weight::from_parts(11_877_000, 1493)
|
||||
// Minimum execution time: 11_603_000 picoseconds.
|
||||
Weight::from_parts(11_889_000, 1493)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
|
@ -72,7 +72,7 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `94`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_213_000 picoseconds.
|
||||
Weight::from_parts(5_461_000, 0)
|
||||
// Minimum execution time: 5_143_000 picoseconds.
|
||||
Weight::from_parts(5_304_000, 0)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
//! Autogenerated weights for `pallet_transaction_payment`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 51.0.0
|
||||
//! DATE: 2025-12-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2026-01-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
||||
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
|
|
@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_transaction_payment::WeightInfo for WeightI
|
|||
// Proof Size summary in bytes:
|
||||
// Measured: `403`
|
||||
// Estimated: `8763`
|
||||
// Minimum execution time: 97_745_000 picoseconds.
|
||||
Weight::from_parts(99_143_000, 8763)
|
||||
// Minimum execution time: 96_396_000 picoseconds.
|
||||
Weight::from_parts(97_856_000, 8763)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue