Skip to content

Commit

Permalink
Update weights for release v1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade authored and github-actions[bot] committed Jan 7, 2025
1 parent 057e561 commit c2e01ca
Show file tree
Hide file tree
Showing 21 changed files with 783 additions and 784 deletions.
213 changes: 105 additions & 108 deletions pallets/capacity/src/weights.rs

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions pallets/frequency-tx-payment/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
//! Autogenerated weights for `pallet_frequency_tx_payment`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
//! DATE: 2024-10-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2025-01-07, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! HOSTNAME: `ip-10-173-4-66`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024`
// Executed Command:
Expand Down Expand Up @@ -44,18 +44,18 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_177_000 picoseconds.
Weight::from_parts(3_243_000, 0)
// Minimum execution time: 3_014_000 picoseconds.
Weight::from_parts(3_354_000, 0)
}
/// The range of component `n` is `[0, 10]`.
fn pay_with_capacity_batch_all(n: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_087_000 picoseconds.
Weight::from_parts(5_856_045, 0)
// Standard Error: 19_082
.saturating_add(Weight::from_parts(3_178_578, 0).saturating_mul(n.into()))
// Minimum execution time: 5_017_000 picoseconds.
Weight::from_parts(6_032_170, 0)
// Standard Error: 10_675
.saturating_add(Weight::from_parts(3_013_359, 0).saturating_mul(n.into()))
}
}

Expand All @@ -65,18 +65,18 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_177_000 picoseconds.
Weight::from_parts(3_243_000, 0)
// Minimum execution time: 3_014_000 picoseconds.
Weight::from_parts(3_354_000, 0)
}
/// The range of component `n` is `[0, 10]`.
fn pay_with_capacity_batch_all(n: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_087_000 picoseconds.
Weight::from_parts(5_856_045, 0)
// Standard Error: 19_082
.saturating_add(Weight::from_parts(3_178_578, 0).saturating_mul(n.into()))
// Minimum execution time: 5_017_000 picoseconds.
Weight::from_parts(6_032_170, 0)
// Standard Error: 10_675
.saturating_add(Weight::from_parts(3_013_359, 0).saturating_mul(n.into()))
}
}

Expand Down
44 changes: 22 additions & 22 deletions pallets/handles/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
//! Autogenerated weights for `pallet_handles`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
//! DATE: 2024-10-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2025-01-07, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! HOSTNAME: `ip-10-173-4-66`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024`
// Executed Command:
Expand Down Expand Up @@ -54,10 +54,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `116`
// Estimated: `4019`
// Minimum execution time: 104_244_000 picoseconds.
Weight::from_parts(106_712_112, 4019)
// Standard Error: 19_732
.saturating_add(Weight::from_parts(55_718, 0).saturating_mul(b.into()))
// Minimum execution time: 103_315_000 picoseconds.
Weight::from_parts(106_423_319, 4019)
// Standard Error: 32_612
.saturating_add(Weight::from_parts(50_569, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -74,10 +74,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `222 + b * (1 ±0)`
// Estimated: `4019`
// Minimum execution time: 109_507_000 picoseconds.
Weight::from_parts(110_897_750, 4019)
// Standard Error: 11_480
.saturating_add(Weight::from_parts(177_821, 0).saturating_mul(b.into()))
// Minimum execution time: 108_384_000 picoseconds.
Weight::from_parts(110_422_344, 4019)
// Standard Error: 25_078
.saturating_add(Weight::from_parts(175_688, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
Expand All @@ -91,8 +91,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
// Proof Size summary in bytes:
// Measured: `231`
// Estimated: `4019`
// Minimum execution time: 19_119_000 picoseconds.
Weight::from_parts(19_665_000, 4019)
// Minimum execution time: 18_842_000 picoseconds.
Weight::from_parts(19_383_000, 4019)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
Expand All @@ -113,10 +113,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `116`
// Estimated: `4019`
// Minimum execution time: 104_244_000 picoseconds.
Weight::from_parts(106_712_112, 4019)
// Standard Error: 19_732
.saturating_add(Weight::from_parts(55_718, 0).saturating_mul(b.into()))
// Minimum execution time: 103_315_000 picoseconds.
Weight::from_parts(106_423_319, 4019)
// Standard Error: 32_612
.saturating_add(Weight::from_parts(50_569, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
Expand All @@ -133,10 +133,10 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `222 + b * (1 ±0)`
// Estimated: `4019`
// Minimum execution time: 109_507_000 picoseconds.
Weight::from_parts(110_897_750, 4019)
// Standard Error: 11_480
.saturating_add(Weight::from_parts(177_821, 0).saturating_mul(b.into()))
// Minimum execution time: 108_384_000 picoseconds.
Weight::from_parts(110_422_344, 4019)
// Standard Error: 25_078
.saturating_add(Weight::from_parts(175_688, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
Expand All @@ -150,8 +150,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `231`
// Estimated: `4019`
// Minimum execution time: 19_119_000 picoseconds.
Weight::from_parts(19_665_000, 4019)
// Minimum execution time: 18_842_000 picoseconds.
Weight::from_parts(19_383_000, 4019)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
Expand Down
Loading

0 comments on commit c2e01ca

Please sign in to comment.