Skip to content

Commit 12fc56c

Browse files
author
Your Name
committed
Run benchmarks
1 parent 5df4a1c commit 12fc56c

34 files changed

+4472
-4456
lines changed

runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
//! Autogenerated weights for cumulus_pallet_xcmp_queue
2020
//!
2121
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
22-
//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: `2024-07-25`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2323
//! WORST CASE MAP SIZE: `1000000`
2424
//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor`
25-
//! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
25+
//! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
2626
2727
// Executed Command:
2828
// ./target/production/zeitgeist
@@ -52,25 +52,25 @@ use frame_support::{
5252
/// Weight functions for cumulus_pallet_xcmp_queue (automatically generated)
5353
pub struct WeightInfo<T>(PhantomData<T>);
5454
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::weights::WeightInfo for WeightInfo<T> {
55-
/// Storage: XcmpQueue QueueConfig (r:1 w:1)
56-
/// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured)
55+
/// Storage: `XcmpQueue::QueueConfig` (r:1 w:1)
56+
/// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
5757
fn set_config_with_u32() -> Weight {
5858
// Proof Size summary in bytes:
59-
// Measured: `175`
60-
// Estimated: `670`
61-
// Minimum execution time: 8_140 nanoseconds.
62-
Weight::from_parts(9_770_000, 670)
59+
// Measured: `142`
60+
// Estimated: `1627`
61+
// Minimum execution time: 11_060 nanoseconds.
62+
Weight::from_parts(11_850_000, 1627)
6363
.saturating_add(T::DbWeight::get().reads(1))
6464
.saturating_add(T::DbWeight::get().writes(1))
6565
}
66-
/// Storage: XcmpQueue QueueConfig (r:1 w:1)
67-
/// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured)
66+
/// Storage: `XcmpQueue::QueueConfig` (r:1 w:1)
67+
/// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
6868
fn set_config_with_weight() -> Weight {
6969
// Proof Size summary in bytes:
70-
// Measured: `175`
71-
// Estimated: `670`
72-
// Minimum execution time: 9_680 nanoseconds.
73-
Weight::from_parts(10_780_000, 670)
70+
// Measured: `142`
71+
// Estimated: `1627`
72+
// Minimum execution time: 10_990 nanoseconds.
73+
Weight::from_parts(11_590_000, 1627)
7474
.saturating_add(T::DbWeight::get().reads(1))
7575
.saturating_add(T::DbWeight::get().writes(1))
7676
}

runtime/common/src/weights/frame_system.rs

Lines changed: 46 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
//! Autogenerated weights for frame_system
2020
//!
2121
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
22-
//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: `2024-07-24`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2323
//! WORST CASE MAP SIZE: `1000000`
2424
//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor`
25-
//! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
25+
//! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
2626
2727
// Executed Command:
2828
// ./target/production/zeitgeist
@@ -57,84 +57,85 @@ impl<T: frame_system::Config> frame_system::weights::WeightInfo for WeightInfo<T
5757
// Proof Size summary in bytes:
5858
// Measured: `0`
5959
// Estimated: `0`
60-
// Minimum execution time: 3_660 nanoseconds.
61-
Weight::from_parts(4_100_000, 0)
62-
// Standard Error: 0
63-
.saturating_add(Weight::from_parts(841, 0).saturating_mul(b.into()))
60+
// Minimum execution time: 5_090 nanoseconds.
61+
Weight::from_parts(5_340_000, 0)
62+
// Standard Error: 1
63+
.saturating_add(Weight::from_parts(583, 0).saturating_mul(b.into()))
6464
}
6565
/// The range of component `b` is `[0, 3932160]`.
6666
fn remark_with_event(b: u32) -> Weight {
6767
// Proof Size summary in bytes:
6868
// Measured: `0`
6969
// Estimated: `0`
70-
// Minimum execution time: 12_910 nanoseconds.
71-
Weight::from_parts(13_250_000, 0)
72-
// Standard Error: 1
73-
.saturating_add(Weight::from_parts(2_749, 0).saturating_mul(b.into()))
70+
// Minimum execution time: 14_690 nanoseconds.
71+
Weight::from_parts(15_620_000, 0)
72+
// Standard Error: 3
73+
.saturating_add(Weight::from_parts(2_207, 0).saturating_mul(b.into()))
7474
}
75-
/// Storage: System Digest (r:1 w:1)
76-
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
77-
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
78-
/// Proof Skipped: unknown `0x3a686561707061676573` (r:0 w:1)
75+
/// Storage: `System::Digest` (r:1 w:1)
76+
/// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
77+
/// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
78+
/// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
7979
fn set_heap_pages() -> Weight {
8080
// Proof Size summary in bytes:
8181
// Measured: `0`
82-
// Estimated: `495`
83-
// Minimum execution time: 7_800 nanoseconds.
84-
Weight::from_parts(8_620_000, 495)
82+
// Estimated: `1485`
83+
// Minimum execution time: 9_360 nanoseconds.
84+
Weight::from_parts(10_110_000, 1485)
8585
.saturating_add(T::DbWeight::get().reads(1))
8686
.saturating_add(T::DbWeight::get().writes(2))
8787
}
88-
/// Storage: System Digest (r:1 w:1)
89-
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
90-
/// Storage: unknown `0x3a636f6465` (r:0 w:1)
91-
/// Proof Skipped: unknown `0x3a636f6465` (r:0 w:1)
88+
/// Storage: `System::Digest` (r:1 w:1)
89+
/// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
90+
/// Storage: UNKNOWN KEY `0x3a636f6465` (r:0 w:1)
91+
/// Proof: UNKNOWN KEY `0x3a636f6465` (r:0 w:1)
9292
fn set_code() -> Weight {
9393
// Proof Size summary in bytes:
9494
// Measured: `0`
9595
// Estimated: `1485`
96-
// Minimum execution time: 84_000_503_000 picoseconds.
97-
Weight::from_parts(87_586_619_000, 1485)
98-
.saturating_add(T::DbWeight::get().reads(1_u64))
99-
.saturating_add(T::DbWeight::get().writes(2_u64))
96+
// Minimum execution time: 134_361_003 nanoseconds.
97+
Weight::from_parts(137_733_640_000, 1485)
98+
.saturating_add(T::DbWeight::get().reads(1))
99+
.saturating_add(T::DbWeight::get().writes(2))
100100
}
101-
/// Storage: Skipped Metadata (r:0 w:0)
102-
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
101+
/// Storage: `Skipped::Metadata` (r:0 w:0)
102+
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
103103
/// The range of component `i` is `[0, 1000]`.
104104
fn set_storage(i: u32) -> Weight {
105105
// Proof Size summary in bytes:
106106
// Measured: `0`
107107
// Estimated: `0`
108-
// Minimum execution time: 3_320 nanoseconds.
109-
Weight::from_parts(3_950_000, 0)
110-
// Standard Error: 4_796
111-
.saturating_add(Weight::from_parts(1_328_378, 0).saturating_mul(i.into()))
108+
// Minimum execution time: 4_480 nanoseconds.
109+
Weight::from_parts(4_680_000, 0)
110+
// Standard Error: 6_558
111+
.saturating_add(Weight::from_parts(1_695_684, 0).saturating_mul(i.into()))
112112
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
113113
}
114-
/// Storage: Skipped Metadata (r:0 w:0)
115-
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
114+
/// Storage: `Skipped::Metadata` (r:0 w:0)
115+
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
116116
/// The range of component `i` is `[0, 1000]`.
117117
fn kill_storage(i: u32) -> Weight {
118118
// Proof Size summary in bytes:
119119
// Measured: `0`
120120
// Estimated: `0`
121-
// Minimum execution time: 3_720 nanoseconds.
122-
Weight::from_parts(3_950_000, 0)
123-
// Standard Error: 4_270
124-
.saturating_add(Weight::from_parts(1_057_635, 0).saturating_mul(i.into()))
121+
// Minimum execution time: 5_440 nanoseconds.
122+
Weight::from_parts(5_580_000, 0)
123+
// Standard Error: 3_056
124+
.saturating_add(Weight::from_parts(1_212_696, 0).saturating_mul(i.into()))
125125
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
126126
}
127-
/// Storage: Skipped Metadata (r:0 w:0)
128-
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
127+
/// Storage: `Skipped::Metadata` (r:0 w:0)
128+
/// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`)
129129
/// The range of component `p` is `[0, 1000]`.
130130
fn kill_prefix(p: u32) -> Weight {
131131
// Proof Size summary in bytes:
132-
// Measured: `46 + p * (69 ±0)`
133-
// Estimated: `51 + p * (70 ±0)`
134-
// Minimum execution time: 8_230 nanoseconds.
135-
Weight::from_parts(8_620_000, 51)
136-
// Standard Error: 8_739
137-
.saturating_add(Weight::from_parts(2_466_850, 0).saturating_mul(p.into()))
132+
// Measured: `48 + p * (69 ±0)`
133+
// Estimated: `52 + p * (70 ±0)`
134+
// Minimum execution time: 9_840 nanoseconds.
135+
Weight::from_parts(10_450_000, 52)
136+
// Standard Error: 8_838
137+
.saturating_add(Weight::from_parts(2_581_563, 0).saturating_mul(p.into()))
138+
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
138139
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
139140
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
140141
}

runtime/common/src/weights/orml_currencies.rs

Lines changed: 39 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
//! Autogenerated weights for orml_currencies
2020
//!
2121
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
22-
//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22+
//! DATE: `2024-07-24`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2323
//! WORST CASE MAP SIZE: `1000000`
2424
//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor`
25-
//! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
25+
//! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
2626
2727
// Executed Command:
2828
// ./target/production/zeitgeist
@@ -49,68 +49,64 @@ use frame_support::{traits::Get, weights::Weight};
4949
/// Weight functions for orml_currencies (automatically generated)
5050
pub struct WeightInfo<T>(PhantomData<T>);
5151
impl<T: frame_system::Config> orml_currencies::WeightInfo for WeightInfo<T> {
52-
/// Storage: MarketAssets Asset (r:1 w:0)
53-
/// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen)
54-
/// Storage: Tokens Accounts (r:2 w:2)
55-
/// Proof: Tokens Accounts (max_values: None, max_size: Some(123), added: 2598, mode: MaxEncodedLen)
56-
/// Storage: System Account (r:1 w:1)
57-
/// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen)
52+
/// Storage: `Tokens::Accounts` (r:2 w:2)
53+
/// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(123), added: 2598, mode: `MaxEncodedLen`)
54+
/// Storage: `System::Account` (r:1 w:1)
55+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(132), added: 2607, mode: `MaxEncodedLen`)
5856
fn transfer_non_native_currency() -> Weight {
5957
// Proof Size summary in bytes:
60-
// Measured: `1862`
61-
// Estimated: `10503`
62-
// Minimum execution time: 87_580 nanoseconds.
63-
Weight::from_parts(106_781_000, 10503)
64-
.saturating_add(T::DbWeight::get().reads(4))
58+
// Measured: `1690`
59+
// Estimated: `6186`
60+
// Minimum execution time: 100_000 nanoseconds.
61+
Weight::from_parts(101_700_000, 6186)
62+
.saturating_add(T::DbWeight::get().reads(3))
6563
.saturating_add(T::DbWeight::get().writes(3))
6664
}
67-
/// Storage: System Account (r:1 w:1)
68-
/// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen)
65+
/// Storage: `System::Account` (r:1 w:1)
66+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(132), added: 2607, mode: `MaxEncodedLen`)
6967
fn transfer_native_currency() -> Weight {
7068
// Proof Size summary in bytes:
71-
// Measured: `1461`
72-
// Estimated: `2607`
73-
// Minimum execution time: 66_860 nanoseconds.
74-
Weight::from_parts(81_550_000, 2607)
69+
// Measured: `1545`
70+
// Estimated: `3597`
71+
// Minimum execution time: 155_790 nanoseconds.
72+
Weight::from_parts(158_660_000, 3597)
7573
.saturating_add(T::DbWeight::get().reads(1))
7674
.saturating_add(T::DbWeight::get().writes(1))
7775
}
78-
/// Storage: MarketAssets Asset (r:1 w:0)
79-
/// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen)
80-
/// Storage: Tokens Accounts (r:1 w:1)
81-
/// Proof: Tokens Accounts (max_values: None, max_size: Some(123), added: 2598, mode: MaxEncodedLen)
82-
/// Storage: Tokens TotalIssuance (r:1 w:1)
83-
/// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen)
84-
/// Storage: System Account (r:1 w:1)
85-
/// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen)
76+
/// Storage: `Tokens::Accounts` (r:1 w:1)
77+
/// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(123), added: 2598, mode: `MaxEncodedLen`)
78+
/// Storage: `Tokens::TotalIssuance` (r:1 w:1)
79+
/// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`)
80+
/// Storage: `System::Account` (r:1 w:1)
81+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(132), added: 2607, mode: `MaxEncodedLen`)
8682
fn update_balance_non_native_currency() -> Weight {
8783
// Proof Size summary in bytes:
88-
// Measured: `1470`
89-
// Estimated: `10423`
90-
// Minimum execution time: 62_900 nanoseconds.
91-
Weight::from_parts(76_321_000, 10423)
92-
.saturating_add(T::DbWeight::get().reads(4))
84+
// Measured: `1361`
85+
// Estimated: `3597`
86+
// Minimum execution time: 68_300 nanoseconds.
87+
Weight::from_parts(70_270_000, 3597)
88+
.saturating_add(T::DbWeight::get().reads(3))
9389
.saturating_add(T::DbWeight::get().writes(3))
9490
}
95-
/// Storage: System Account (r:1 w:1)
96-
/// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen)
91+
/// Storage: `System::Account` (r:1 w:1)
92+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(132), added: 2607, mode: `MaxEncodedLen`)
9793
fn update_balance_native_currency_creating() -> Weight {
9894
// Proof Size summary in bytes:
9995
// Measured: `1401`
100-
// Estimated: `2607`
101-
// Minimum execution time: 56_990 nanoseconds.
102-
Weight::from_parts(69_680_000, 2607)
96+
// Estimated: `3597`
97+
// Minimum execution time: 73_931 nanoseconds.
98+
Weight::from_parts(86_350_000, 3597)
10399
.saturating_add(T::DbWeight::get().reads(1))
104100
.saturating_add(T::DbWeight::get().writes(1))
105101
}
106-
/// Storage: System Account (r:1 w:1)
107-
/// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen)
102+
/// Storage: `System::Account` (r:1 w:1)
103+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(132), added: 2607, mode: `MaxEncodedLen`)
108104
fn update_balance_native_currency_killing() -> Weight {
109105
// Proof Size summary in bytes:
110-
// Measured: `1525`
111-
// Estimated: `2607`
112-
// Minimum execution time: 65_630 nanoseconds.
113-
Weight::from_parts(66_850_000, 2607)
106+
// Measured: `1493`
107+
// Estimated: `3597`
108+
// Minimum execution time: 73_620 nanoseconds.
109+
Weight::from_parts(86_350_000, 3597)
114110
.saturating_add(T::DbWeight::get().reads(1))
115111
.saturating_add(T::DbWeight::get().writes(1))
116112
}

0 commit comments

Comments
 (0)