Skip to content

Commit

Permalink
re-run benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed May 31, 2024
1 parent dc97e2b commit a129d8c
Show file tree
Hide file tree
Showing 27 changed files with 1,450 additions and 1,520 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/runtimes-matrix.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[
{
"name": "integritee",
"name": "integritee-kusama",
"package": "integritee-runtime",
"path": "polkadot-parachains/integritee-runtime",
"uri": "wss://kusama.api.integritee.network:443",
"is_relay": false
},
{
"name": "integritee-paseo",
"package": "integritee-runtime",
"path": "polkadot-parachains/integritee-runtime",
"uri": "wss://paseo.api.integritee.network:443",
"is_relay": false
}
]
1 change: 1 addition & 0 deletions polkadot-parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ wait-timeout = { workspace = true }
[features]
default = []
runtime-benchmarks = [
"cumulus-primitives-core/runtime-benchmarks",
"frame-benchmarking-cli/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
"integritee-runtime/runtime-benchmarks",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

//! Autogenerated weights for `cumulus_pallet_parachain_system`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
//! DATE: 2024-02-12, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 36.0.0
//! DATE: 2024-05-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `caribe`, CPU: `12th Gen Intel(R) Core(TM) i7-1260P`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("integritee-rococo-local-dev")`, DB CACHE: 1024
Expand Down Expand Up @@ -45,13 +45,13 @@ impl<T: frame_system::Config> cumulus_pallet_parachain_system::WeightInfo for We
/// The range of component `n` is `[0, 1000]`.
fn enqueue_inbound_downward_messages(n: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `48`
// Measured: `84`
// Estimated: `3517`
// Minimum execution time: 3_026_000 picoseconds.
Weight::from_parts(4_845_462_490, 0)
// Minimum execution time: 1_478_000 picoseconds.
Weight::from_parts(1_538_000, 0)
.saturating_add(Weight::from_parts(0, 3517))
// Standard Error: 1_363_950
.saturating_add(Weight::from_parts(165_372_268, 0).saturating_mul(n.into()))
// Standard Error: 124_634
.saturating_add(Weight::from_parts(141_720_686, 0).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(4))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
//! DATE: 2024-02-12, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 36.0.0
//! DATE: 2024-05-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `caribe`, CPU: `12th Gen Intel(R) Core(TM) i7-1260P`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("integritee-rococo-local-dev")`, DB CACHE: 1024
Expand Down Expand Up @@ -38,8 +38,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: 6_852_000 picoseconds.
Weight::from_parts(7_224_000, 0)
// Minimum execution time: 4_043_000 picoseconds.
Weight::from_parts(4_293_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 @@ -56,10 +56,10 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
/// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`)
fn enqueue_xcmp_message() -> Weight {
// Proof Size summary in bytes:
// Measured: `82`
// Measured: `118`
// Estimated: `3517`
// Minimum execution time: 17_578_000 picoseconds.
Weight::from_parts(18_082_000, 0)
// Minimum execution time: 11_882_000 picoseconds.
Weight::from_parts(12_293_000, 0)
.saturating_add(Weight::from_parts(0, 3517))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
Expand All @@ -70,8 +70,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: 3_695_000 picoseconds.
Weight::from_parts(3_882_000, 0)
// Minimum execution time: 2_507_000 picoseconds.
Weight::from_parts(2_644_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 @@ -82,8 +82,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `111`
// Estimated: `1596`
// Minimum execution time: 5_009_000 picoseconds.
Weight::from_parts(5_345_000, 0)
// Minimum execution time: 3_447_000 picoseconds.
Weight::from_parts(3_615_000, 0)
.saturating_add(Weight::from_parts(0, 1596))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -92,8 +92,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 71_474_000 picoseconds.
Weight::from_parts(72_232_000, 0)
// Minimum execution time: 7_569_000 picoseconds.
Weight::from_parts(7_757_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1)
Expand All @@ -112,11 +112,11 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
/// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`)
fn on_idle_good_msg() -> Weight {
// Proof Size summary in bytes:
// Measured: `65711`
// Estimated: `69176`
// Minimum execution time: 145_680_000 picoseconds.
Weight::from_parts(147_358_000, 0)
.saturating_add(Weight::from_parts(0, 69176))
// Measured: `65747`
// Estimated: `69212`
// Minimum execution time: 98_707_000 picoseconds.
Weight::from_parts(99_726_000, 0)
.saturating_add(Weight::from_parts(0, 69212))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(5))
}
Expand All @@ -128,8 +128,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `65710`
// Estimated: `69175`
// Minimum execution time: 59_575_000 picoseconds.
Weight::from_parts(60_108_000, 0)
// Minimum execution time: 42_141_000 picoseconds.
Weight::from_parts(43_029_000, 0)
.saturating_add(Weight::from_parts(0, 69175))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
Expand Down
68 changes: 34 additions & 34 deletions polkadot-parachains/integritee-runtime/src/weights/frame_system.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

//! Autogenerated weights for `frame_system`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
//! DATE: 2024-02-12, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 36.0.0
//! DATE: 2024-05-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `caribe`, CPU: `12th Gen Intel(R) Core(TM) i7-1260P`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("integritee-rococo-local-dev")`, DB CACHE: 1024
Expand All @@ -19,7 +19,7 @@
// --execution=wasm
// --wasm-execution=compiled
// --heap-pages=4096
// --output=polkadot-parachains/integritee-runtime/src/weights/frame_system.rs
// --output=./polkadot-parachains/integritee-runtime/src/weights/frame_system.rs

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
Expand All @@ -37,22 +37,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_286_000 picoseconds.
Weight::from_parts(191_644_683, 0)
// Minimum execution time: 2_378_000 picoseconds.
Weight::from_parts(43_630_449, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 8
.saturating_add(Weight::from_parts(289, 0).saturating_mul(b.into()))
// Standard Error: 0
.saturating_add(Weight::from_parts(249, 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: 6_119_000 picoseconds.
Weight::from_parts(17_261_113, 0)
// Minimum execution time: 3_703_000 picoseconds.
Weight::from_parts(3_940_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 6
.saturating_add(Weight::from_parts(1_364, 0).saturating_mul(b.into()))
// Standard Error: 1
.saturating_add(Weight::from_parts(1_281, 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 @@ -62,8 +62,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1485`
// Minimum execution time: 2_614_000 picoseconds.
Weight::from_parts(2_783_000, 0)
// Minimum execution time: 2_352_000 picoseconds.
Weight::from_parts(2_532_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 @@ -84,8 +84,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `164`
// Estimated: `1649`
// Minimum execution time: 113_555_557_000 picoseconds.
Weight::from_parts(118_939_586_000, 0)
// Minimum execution time: 107_507_192_000 picoseconds.
Weight::from_parts(113_806_538_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 @@ -97,11 +97,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_734_000 picoseconds.
Weight::from_parts(1_792_000, 0)
// Minimum execution time: 1_749_000 picoseconds.
Weight::from_parts(1_775_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 3_574
.saturating_add(Weight::from_parts(801_045, 0).saturating_mul(i.into()))
// Standard Error: 2_589
.saturating_add(Weight::from_parts(713_121, 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 @@ -111,25 +111,25 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_895_000 picoseconds.
Weight::from_parts(3_433_879, 0)
// Minimum execution time: 1_821_000 picoseconds.
Weight::from_parts(4_151_450, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 6_245
.saturating_add(Weight::from_parts(595_337, 0).saturating_mul(i.into()))
// Standard Error: 4_202
.saturating_add(Weight::from_parts(503_578, 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: `98 + p * (69 ±0)`
// Estimated: `90 + p * (70 ±0)`
// Minimum execution time: 3_493_000 picoseconds.
Weight::from_parts(3_565_000, 0)
.saturating_add(Weight::from_parts(0, 90))
// Standard Error: 4_619
.saturating_add(Weight::from_parts(1_079_884, 0).saturating_mul(p.into()))
// Measured: `87 + p * (69 ±0)`
// Estimated: `93 + p * (70 ±0)`
// Minimum execution time: 2_625_000 picoseconds.
Weight::from_parts(2_660_000, 0)
.saturating_add(Weight::from_parts(0, 93))
// Standard Error: 1_826
.saturating_add(Weight::from_parts(1_020_065, 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 All @@ -140,8 +140,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 7_935_000 picoseconds.
Weight::from_parts(9_980_000, 0)
// Minimum execution time: 8_091_000 picoseconds.
Weight::from_parts(9_297_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand All @@ -163,8 +163,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `186`
// Estimated: `1671`
// Minimum execution time: 114_363_990_000 picoseconds.
Weight::from_parts(118_049_286_000, 0)
// Minimum execution time: 111_952_640_000 picoseconds.
Weight::from_parts(118_457_913_000, 0)
.saturating_add(Weight::from_parts(0, 1671))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(4))
Expand Down
Loading

0 comments on commit a129d8c

Please sign in to comment.