Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
".git/.scripts/commands/bench-all/bench-all.sh" --runtime=trappist --…
Browse files Browse the repository at this point in the history
…target_dir=trappist
  • Loading branch information
command-bot committed Dec 18, 2023
1 parent 1dbbdee commit 4ef73ce
Show file tree
Hide file tree
Showing 26 changed files with 1,500 additions and 1,696 deletions.
22 changes: 11 additions & 11 deletions runtime/trappist/src/weights/block_weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-23 (Y/M/D)
//! HOSTNAME: `runner-yprdrvc7-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-18 (Y/M/D)
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//!
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Trappist Development`
//! WARMUPS: `10`, REPEAT: `100`
Expand All @@ -43,17 +43,17 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
///
/// Stats nanoseconds:
/// Min, Max: 441_980, 611_195
/// Average: 453_516
/// Median: 450_655
/// Std-Dev: 17529.75
/// Min, Max: 401_269, 430_802
/// Average: 411_267
/// Median: 409_504
/// Std-Dev: 7159.77
///
/// Percentiles nanoseconds:
/// 99th: 476_316
/// 95th: 468_094
/// 75th: 455_104
/// 99th: 429_920
/// 95th: 425_477
/// 75th: 414_309
pub const BlockExecutionWeight: Weight =
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(453_516), 0);
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(411_267), 0);
}

#[cfg(test)]
Expand Down
14 changes: 7 additions & 7 deletions runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-18, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-yprdrvc7-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -56,8 +56,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `1561`
// Minimum execution time: 5_791_000 picoseconds.
Weight::from_parts(6_211_000, 0)
// Minimum execution time: 4_893_000 picoseconds.
Weight::from_parts(5_121_000, 0)
.saturating_add(Weight::from_parts(0, 1561))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -68,8 +68,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `1561`
// Minimum execution time: 5_878_000 picoseconds.
Weight::from_parts(6_112_000, 0)
// Minimum execution time: 4_803_000 picoseconds.
Weight::from_parts(5_183_000, 0)
.saturating_add(Weight::from_parts(0, 1561))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand Down
22 changes: 11 additions & 11 deletions runtime/trappist/src/weights/extrinsic_weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-23 (Y/M/D)
//! HOSTNAME: `runner-yprdrvc7-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-18 (Y/M/D)
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//!
//! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Trappist Development`
//! WARMUPS: `10`, REPEAT: `100`
Expand All @@ -43,17 +43,17 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
///
/// Stats nanoseconds:
/// Min, Max: 130_591, 132_299
/// Average: 131_374
/// Median: 131_351
/// Std-Dev: 369.27
/// Min, Max: 119_439, 121_214
/// Average: 120_044
/// Median: 119_996
/// Std-Dev: 314.58
///
/// Percentiles nanoseconds:
/// 99th: 132_205
/// 95th: 132_034
/// 75th: 131_614
/// 99th: 121_204
/// 95th: 120_599
/// 75th: 120_192
pub const ExtrinsicBaseWeight: Weight =
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(131_374), 0);
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(120_044), 0);
}

#[cfg(test)]
Expand Down
64 changes: 32 additions & 32 deletions runtime/trappist/src/weights/frame_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

//! Autogenerated weights for `frame_system`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-18, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-yprdrvc7-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -55,22 +55,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_770_000 picoseconds.
Weight::from_parts(579_651, 0)
// Minimum execution time: 1_987_000 picoseconds.
Weight::from_parts(2_775_428, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 0
.saturating_add(Weight::from_parts(445, 0).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(386, 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_111_000 picoseconds.
Weight::from_parts(9_292_470, 0)
// Minimum execution time: 5_515_000 picoseconds.
Weight::from_parts(108_543_826, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 2
.saturating_add(Weight::from_parts(1_739, 0).saturating_mul(b.into()))
// Standard Error: 5
.saturating_add(Weight::from_parts(1_574, 0).saturating_mul(b.into()))
}
/// Storage: `System::Digest` (r:1 w:1)
/// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
Expand All @@ -80,8 +80,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1485`
// Minimum execution time: 3_774_000 picoseconds.
Weight::from_parts(4_007_000, 0)
// Minimum execution time: 3_372_000 picoseconds.
Weight::from_parts(3_542_000, 0)
.saturating_add(Weight::from_parts(0, 1485))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -100,11 +100,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
/// Proof: `ParachainSystem::DidSetValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
fn set_code() -> Weight {
// Proof Size summary in bytes:
// Measured: `198`
// Estimated: `1683`
// Minimum execution time: 112_503_449_000 picoseconds.
Weight::from_parts(115_367_275_000, 0)
.saturating_add(Weight::from_parts(0, 1683))
// Measured: `164`
// Estimated: `1649`
// Minimum execution time: 110_170_028_000 picoseconds.
Weight::from_parts(113_907_034_000, 0)
.saturating_add(Weight::from_parts(0, 1649))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
Expand All @@ -115,11 +115,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_960_000 picoseconds.
Weight::from_parts(2_028_000, 0)
// Minimum execution time: 2_080_000 picoseconds.
Weight::from_parts(2_125_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 1_461
.saturating_add(Weight::from_parts(746_064, 0).saturating_mul(i.into()))
// Standard Error: 1_824
.saturating_add(Weight::from_parts(742_870, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: `Skipped::Metadata` (r:0 w:0)
Expand All @@ -129,25 +129,25 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 2_031_000 picoseconds.
Weight::from_parts(2_088_000, 0)
// Minimum execution time: 2_147_000 picoseconds.
Weight::from_parts(2_189_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 872
.saturating_add(Weight::from_parts(555_978, 0).saturating_mul(i.into()))
// Standard Error: 883
.saturating_add(Weight::from_parts(555_107, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: `Skipped::Metadata` (r:0 w:0)
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// The range of component `p` is `[0, 1000]`.
fn kill_prefix(p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `87 + p * (69 ±0)`
// Estimated: `92 + p * (70 ±0)`
// Minimum execution time: 3_768_000 picoseconds.
Weight::from_parts(3_897_000, 0)
.saturating_add(Weight::from_parts(0, 92))
// Standard Error: 1_504
.saturating_add(Weight::from_parts(1_165_726, 0).saturating_mul(p.into()))
// Measured: `83 + p * (69 ±0)`
// Estimated: `89 + p * (70 ±0)`
// Minimum execution time: 3_736_000 picoseconds.
Weight::from_parts(3_843_000, 0)
.saturating_add(Weight::from_parts(0, 89))
// Standard Error: 1_346
.saturating_add(Weight::from_parts(1_160_006, 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()))
Expand Down
14 changes: 7 additions & 7 deletions runtime/trappist/src/weights/pallet_asset_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

//! Autogenerated weights for `pallet_asset_registry`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 29.0.0
//! DATE: 2023-12-18, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `runner-yprdrvc7-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! HOSTNAME: `runner-q7z7ruxr-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -60,8 +60,8 @@ impl<T: frame_system::Config> pallet_asset_registry::WeightInfo for WeightInfo<T
// Proof Size summary in bytes:
// Measured: `123`
// Estimated: `4087`
// Minimum execution time: 18_053_000 picoseconds.
Weight::from_parts(18_505_000, 0)
// Minimum execution time: 16_385_000 picoseconds.
Weight::from_parts(16_596_000, 0)
.saturating_add(Weight::from_parts(0, 4087))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -74,8 +74,8 @@ impl<T: frame_system::Config> pallet_asset_registry::WeightInfo for WeightInfo<T
// Proof Size summary in bytes:
// Measured: `107`
// Estimated: `4087`
// Minimum execution time: 14_678_000 picoseconds.
Weight::from_parts(15_266_000, 0)
// Minimum execution time: 13_220_000 picoseconds.
Weight::from_parts(13_830_000, 0)
.saturating_add(Weight::from_parts(0, 4087))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
Expand Down
Loading

0 comments on commit 4ef73ce

Please sign in to comment.