Skip to content

Commit

Permalink
Update weights for release v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade authored and github-actions[bot] committed Nov 2, 2024
1 parent 1b526be commit c7e8c2f
Show file tree
Hide file tree
Showing 21 changed files with 785 additions and 788 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: 2024-11-02, 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-11-31`, 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_198_000 picoseconds.
Weight::from_parts(3_335_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_262_000 picoseconds.
Weight::from_parts(6_083_544, 0)
// Standard Error: 8_599
.saturating_add(Weight::from_parts(3_031_287, 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_198_000 picoseconds.
Weight::from_parts(3_335_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_262_000 picoseconds.
Weight::from_parts(6_083_544, 0)
// Standard Error: 8_599
.saturating_add(Weight::from_parts(3_031_287, 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: 2024-11-02, 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-11-31`, 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: 106_913_000 picoseconds.
Weight::from_parts(109_110_578, 4019)
// Standard Error: 14_186
.saturating_add(Weight::from_parts(75_694, 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: 119_017_000 picoseconds.
Weight::from_parts(120_971_065, 4019)
// Standard Error: 11_404
.saturating_add(Weight::from_parts(150_425, 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_635_000 picoseconds.
Weight::from_parts(19_846_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: 106_913_000 picoseconds.
Weight::from_parts(109_110_578, 4019)
// Standard Error: 14_186
.saturating_add(Weight::from_parts(75_694, 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: 119_017_000 picoseconds.
Weight::from_parts(120_971_065, 4019)
// Standard Error: 11_404
.saturating_add(Weight::from_parts(150_425, 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_635_000 picoseconds.
Weight::from_parts(19_846_000, 4019)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
Expand Down
Loading

0 comments on commit c7e8c2f

Please sign in to comment.