Skip to content

Commit 29b3b0d

Browse files
[benchmarking bot] Auto commit generated weights files (#951)
Co-authored-by: Kailai-Wang <[email protected]>
1 parent 7d65633 commit 29b3b0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1477
-1324
lines changed

runtime/litentry/src/weights/cumulus_pallet_xcmp_queue.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
1818
//!
1919
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
20-
//! DATE: 2022-10-09, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21-
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz`
20+
//! DATE: 2022-11-14, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz`
2222
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("litentry-dev"), DB CACHE: 20
2323
2424
// Executed Command:
@@ -49,13 +49,13 @@ pub struct WeightInfo<T>(PhantomData<T>);
4949
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
5050
// Storage: XcmpQueue QueueConfig (r:1 w:1)
5151
fn set_config_with_u32() -> Weight {
52-
Weight::from_ref_time(6_100_000 as u64)
52+
Weight::from_ref_time(11_469_000 as u64)
5353
.saturating_add(T::DbWeight::get().reads(1 as u64))
5454
.saturating_add(T::DbWeight::get().writes(1 as u64))
5555
}
5656
// Storage: XcmpQueue QueueConfig (r:1 w:1)
5757
fn set_config_with_weight() -> Weight {
58-
Weight::from_ref_time(5_916_000 as u64)
58+
Weight::from_ref_time(11_409_000 as u64)
5959
.saturating_add(T::DbWeight::get().reads(1 as u64))
6060
.saturating_add(T::DbWeight::get().writes(1 as u64))
6161
}

runtime/litentry/src/weights/frame_system.rs

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
//! Autogenerated weights for `frame_system`
1818
//!
1919
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
20-
//! DATE: 2022-10-09, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21-
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz`
20+
//! DATE: 2022-11-14, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz`
2222
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("litentry-dev"), DB CACHE: 20
2323
2424
// Executed Command:
@@ -49,45 +49,48 @@ pub struct WeightInfo<T>(PhantomData<T>);
4949
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
5050
/// The range of component `b` is `[0, 3932160]`.
5151
fn remark(b: u32, ) -> Weight {
52-
Weight::from_ref_time(278_000 as u64)
52+
Weight::from_ref_time(6_116_000 as u64)
5353
// Standard Error: 0
54-
.saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64))
54+
.saturating_add(Weight::from_ref_time(580 as u64).saturating_mul(b as u64))
5555
}
5656
/// The range of component `b` is `[0, 3932160]`.
5757
fn remark_with_event(b: u32, ) -> Weight {
58-
Weight::from_ref_time(0 as u64)
59-
// Standard Error: 0
60-
.saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64))
58+
Weight::from_ref_time(20_321_000 as u64)
59+
// Standard Error: 1
60+
.saturating_add(Weight::from_ref_time(2_131 as u64).saturating_mul(b as u64))
6161
}
6262
// Storage: System Digest (r:1 w:1)
6363
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
6464
fn set_heap_pages() -> Weight {
65-
Weight::from_ref_time(5_819_000 as u64)
65+
Weight::from_ref_time(12_702_000 as u64)
6666
.saturating_add(T::DbWeight::get().reads(1 as u64))
6767
.saturating_add(T::DbWeight::get().writes(2 as u64))
6868
}
6969
// Storage: Skipped Metadata (r:0 w:0)
7070
/// The range of component `i` is `[1, 1000]`.
7171
fn set_storage(i: u32, ) -> Weight {
72-
Weight::from_ref_time(0 as u64)
73-
// Standard Error: 1_000
74-
.saturating_add(Weight::from_ref_time(803_000 as u64).saturating_mul(i as u64))
72+
Weight::from_ref_time(7_371_000 as u64)
73+
// Standard Error: 1_494
74+
.saturating_add(Weight::from_ref_time(1_267_397 as u64).saturating_mul(i as u64))
75+
.saturating_add(T::DbWeight::get().writes(1 as u64))
7576
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64)))
7677
}
7778
// Storage: Skipped Metadata (r:0 w:0)
7879
/// The range of component `i` is `[1, 1000]`.
7980
fn kill_storage(i: u32, ) -> Weight {
80-
Weight::from_ref_time(677_000 as u64)
81-
// Standard Error: 1_000
82-
.saturating_add(Weight::from_ref_time(657_000 as u64).saturating_mul(i as u64))
81+
Weight::from_ref_time(7_347_000 as u64)
82+
// Standard Error: 1_257
83+
.saturating_add(Weight::from_ref_time(1_073_403 as u64).saturating_mul(i as u64))
84+
.saturating_add(T::DbWeight::get().writes(1 as u64))
8385
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64)))
8486
}
8587
// Storage: Skipped Metadata (r:0 w:0)
8688
/// The range of component `p` is `[1, 1000]`.
8789
fn kill_prefix(p: u32, ) -> Weight {
88-
Weight::from_ref_time(0 as u64)
89-
// Standard Error: 2_000
90-
.saturating_add(Weight::from_ref_time(1_399_000 as u64).saturating_mul(p as u64))
90+
Weight::from_ref_time(11_081_000 as u64)
91+
// Standard Error: 3_160
92+
.saturating_add(Weight::from_ref_time(2_630_429 as u64).saturating_mul(p as u64))
93+
.saturating_add(T::DbWeight::get().writes(1 as u64))
9194
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64)))
9295
}
9396
}

runtime/litentry/src/weights/pallet_asset_manager.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
//! Autogenerated weights for `pallet_asset_manager`
1818
//!
1919
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
20-
//! DATE: 2022-10-09, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21-
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz`
20+
//! DATE: 2022-11-14, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz`
2222
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("litentry-dev"), DB CACHE: 20
2323
2424
// Executed Command:
@@ -52,35 +52,35 @@ impl<T: frame_system::Config> pallet_asset_manager::WeightInfo for WeightInfo<T>
5252
// Storage: AssetManager AssetIdType (r:0 w:1)
5353
// Storage: AssetManager AssetIdMetadata (r:0 w:1)
5454
fn register_foreign_asset_type() -> Weight {
55-
Weight::from_ref_time(30_349_000 as u64)
55+
Weight::from_ref_time(47_892_000 as u64)
5656
.saturating_add(T::DbWeight::get().reads(2 as u64))
5757
.saturating_add(T::DbWeight::get().writes(4 as u64))
5858
}
5959
// Storage: AssetManager AssetIdType (r:1 w:0)
6060
// Storage: AssetManager AssetIdMetadata (r:0 w:1)
6161
fn update_foreign_asset_metadata() -> Weight {
62-
Weight::from_ref_time(18_678_000 as u64)
62+
Weight::from_ref_time(31_969_000 as u64)
6363
.saturating_add(T::DbWeight::get().reads(1 as u64))
6464
.saturating_add(T::DbWeight::get().writes(1 as u64))
6565
}
6666
// Storage: AssetManager AssetIdType (r:1 w:0)
6767
// Storage: AssetManager AssetIdUnitsPerSecond (r:0 w:1)
6868
fn set_asset_units_per_second() -> Weight {
69-
Weight::from_ref_time(17_988_000 as u64)
69+
Weight::from_ref_time(30_582_000 as u64)
7070
.saturating_add(T::DbWeight::get().reads(1 as u64))
7171
.saturating_add(T::DbWeight::get().writes(1 as u64))
7272
}
7373
// Storage: AssetManager AssetIdType (r:1 w:1)
7474
// Storage: AssetManager AssetTypeId (r:1 w:1)
7575
fn add_asset_type() -> Weight {
76-
Weight::from_ref_time(23_009_000 as u64)
76+
Weight::from_ref_time(36_120_000 as u64)
7777
.saturating_add(T::DbWeight::get().reads(2 as u64))
7878
.saturating_add(T::DbWeight::get().writes(2 as u64))
7979
}
8080
// Storage: AssetManager AssetTypeId (r:2 w:1)
8181
// Storage: AssetManager AssetIdType (r:0 w:1)
8282
fn remove_asset_type() -> Weight {
83-
Weight::from_ref_time(29_738_000 as u64)
83+
Weight::from_ref_time(45_108_000 as u64)
8484
.saturating_add(T::DbWeight::get().reads(2 as u64))
8585
.saturating_add(T::DbWeight::get().writes(2 as u64))
8686
}

runtime/litentry/src/weights/pallet_balances.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
//! Autogenerated weights for `pallet_balances`
1818
//!
1919
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
20-
//! DATE: 2022-10-09, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21-
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz`
20+
//! DATE: 2022-11-14, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz`
2222
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("litentry-dev"), DB CACHE: 20
2323
2424
// Executed Command:
@@ -49,43 +49,43 @@ pub struct WeightInfo<T>(PhantomData<T>);
4949
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
5050
// Storage: System Account (r:1 w:1)
5151
fn transfer() -> Weight {
52-
Weight::from_ref_time(50_785_000 as u64)
52+
Weight::from_ref_time(78_976_000 as u64)
5353
.saturating_add(T::DbWeight::get().reads(1 as u64))
5454
.saturating_add(T::DbWeight::get().writes(1 as u64))
5555
}
5656
// Storage: System Account (r:1 w:1)
5757
fn transfer_keep_alive() -> Weight {
58-
Weight::from_ref_time(37_803_000 as u64)
58+
Weight::from_ref_time(56_461_000 as u64)
5959
.saturating_add(T::DbWeight::get().reads(1 as u64))
6060
.saturating_add(T::DbWeight::get().writes(1 as u64))
6161
}
6262
// Storage: System Account (r:1 w:1)
6363
fn set_balance_creating() -> Weight {
64-
Weight::from_ref_time(24_416_000 as u64)
64+
Weight::from_ref_time(41_156_000 as u64)
6565
.saturating_add(T::DbWeight::get().reads(1 as u64))
6666
.saturating_add(T::DbWeight::get().writes(1 as u64))
6767
}
6868
// Storage: System Account (r:1 w:1)
6969
fn set_balance_killing() -> Weight {
70-
Weight::from_ref_time(28_512_000 as u64)
70+
Weight::from_ref_time(47_012_000 as u64)
7171
.saturating_add(T::DbWeight::get().reads(1 as u64))
7272
.saturating_add(T::DbWeight::get().writes(1 as u64))
7373
}
7474
// Storage: System Account (r:2 w:2)
7575
fn force_transfer() -> Weight {
76-
Weight::from_ref_time(49_778_000 as u64)
76+
Weight::from_ref_time(77_931_000 as u64)
7777
.saturating_add(T::DbWeight::get().reads(2 as u64))
7878
.saturating_add(T::DbWeight::get().writes(2 as u64))
7979
}
8080
// Storage: System Account (r:1 w:1)
8181
fn transfer_all() -> Weight {
82-
Weight::from_ref_time(43_871_000 as u64)
82+
Weight::from_ref_time(66_848_000 as u64)
8383
.saturating_add(T::DbWeight::get().reads(1 as u64))
8484
.saturating_add(T::DbWeight::get().writes(1 as u64))
8585
}
8686
// Storage: System Account (r:1 w:1)
8787
fn force_unreserve() -> Weight {
88-
Weight::from_ref_time(21_120_000 as u64)
88+
Weight::from_ref_time(34_528_000 as u64)
8989
.saturating_add(T::DbWeight::get().reads(1 as u64))
9090
.saturating_add(T::DbWeight::get().writes(1 as u64))
9191
}

runtime/litentry/src/weights/pallet_bridge.rs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
//! Autogenerated weights for `pallet_bridge`
1818
//!
1919
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
20-
//! DATE: 2022-10-09, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21-
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz`
20+
//! DATE: 2022-11-14, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz`
2222
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("litentry-dev"), DB CACHE: 20
2323
2424
// Executed Command:
@@ -49,42 +49,42 @@ pub struct WeightInfo<T>(PhantomData<T>);
4949
impl<T: frame_system::Config> pallet_bridge::WeightInfo for WeightInfo<T> {
5050
// Storage: ChainBridge RelayerThreshold (r:0 w:1)
5151
fn set_threshold() -> Weight {
52-
Weight::from_ref_time(12_517_000 as u64)
52+
Weight::from_ref_time(21_931_000 as u64)
5353
.saturating_add(T::DbWeight::get().writes(1 as u64))
5454
}
5555
// Storage: ChainBridge Resources (r:0 w:1)
5656
fn set_resource() -> Weight {
57-
Weight::from_ref_time(4_760_000 as u64)
57+
Weight::from_ref_time(9_321_000 as u64)
5858
.saturating_add(T::DbWeight::get().writes(1 as u64))
5959
}
6060
// Storage: ChainBridge Resources (r:0 w:1)
6161
fn remove_resource() -> Weight {
62-
Weight::from_ref_time(4_350_000 as u64)
62+
Weight::from_ref_time(8_966_000 as u64)
6363
.saturating_add(T::DbWeight::get().writes(1 as u64))
6464
}
6565
// Storage: ChainBridge ChainNonces (r:1 w:1)
6666
fn whitelist_chain() -> Weight {
67-
Weight::from_ref_time(15_046_000 as u64)
67+
Weight::from_ref_time(26_826_000 as u64)
6868
.saturating_add(T::DbWeight::get().reads(1 as u64))
6969
.saturating_add(T::DbWeight::get().writes(1 as u64))
7070
}
7171
// Storage: ChainBridge Relayers (r:1 w:1)
7272
// Storage: ChainBridge RelayerCount (r:1 w:1)
7373
fn add_relayer() -> Weight {
74-
Weight::from_ref_time(17_957_000 as u64)
74+
Weight::from_ref_time(32_381_000 as u64)
7575
.saturating_add(T::DbWeight::get().reads(2 as u64))
7676
.saturating_add(T::DbWeight::get().writes(2 as u64))
7777
}
7878
// Storage: ChainBridge Relayers (r:1 w:1)
7979
// Storage: ChainBridge RelayerCount (r:1 w:1)
8080
fn remove_relayer() -> Weight {
81-
Weight::from_ref_time(19_094_000 as u64)
81+
Weight::from_ref_time(34_301_000 as u64)
8282
.saturating_add(T::DbWeight::get().reads(2 as u64))
8383
.saturating_add(T::DbWeight::get().writes(2 as u64))
8484
}
8585
// Storage: ChainBridge BridgeFee (r:0 w:1)
8686
fn update_fee() -> Weight {
87-
Weight::from_ref_time(12_891_000 as u64)
87+
Weight::from_ref_time(23_062_000 as u64)
8888
.saturating_add(T::DbWeight::get().writes(1 as u64))
8989
}
9090
// Storage: ChainBridge Relayers (r:1 w:0)
@@ -94,7 +94,7 @@ impl<T: frame_system::Config> pallet_bridge::WeightInfo for WeightInfo<T> {
9494
// Storage: ChainBridge RelayerThreshold (r:1 w:0)
9595
// Storage: ChainBridge RelayerCount (r:1 w:0)
9696
fn acknowledge_proposal() -> Weight {
97-
Weight::from_ref_time(46_356_000 as u64)
97+
Weight::from_ref_time(73_956_000 as u64)
9898
.saturating_add(T::DbWeight::get().reads(6 as u64))
9999
.saturating_add(T::DbWeight::get().writes(1 as u64))
100100
}
@@ -105,15 +105,15 @@ impl<T: frame_system::Config> pallet_bridge::WeightInfo for WeightInfo<T> {
105105
// Storage: ChainBridge RelayerThreshold (r:1 w:0)
106106
// Storage: ChainBridge RelayerCount (r:1 w:0)
107107
fn reject_proposal() -> Weight {
108-
Weight::from_ref_time(39_903_000 as u64)
108+
Weight::from_ref_time(63_526_000 as u64)
109109
.saturating_add(T::DbWeight::get().reads(6 as u64))
110110
.saturating_add(T::DbWeight::get().writes(1 as u64))
111111
}
112112
// Storage: ChainBridge Votes (r:1 w:1)
113113
// Storage: ChainBridge RelayerThreshold (r:1 w:0)
114114
// Storage: ChainBridge RelayerCount (r:1 w:0)
115115
fn eval_vote_state() -> Weight {
116-
Weight::from_ref_time(15_802_000 as u64)
116+
Weight::from_ref_time(30_148_000 as u64)
117117
.saturating_add(T::DbWeight::get().reads(3 as u64))
118118
.saturating_add(T::DbWeight::get().writes(1 as u64))
119119
}

runtime/litentry/src/weights/pallet_bridge_transfer.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
//! Autogenerated weights for `pallet_bridge_transfer`
1818
//!
1919
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
20-
//! DATE: 2022-10-09, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21-
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz`
20+
//! DATE: 2022-11-14, STEPS: `20`, REPEAT: 50, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+
//! HOSTNAME: `parachain-benchmark`, CPU: `Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz`
2222
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("litentry-dev"), DB CACHE: 20
2323
2424
// Executed Command:
@@ -53,27 +53,27 @@ impl<T: frame_system::Config> pallet_bridge_transfer::WeightInfo for WeightInfo<
5353
// Storage: System Account (r:2 w:2)
5454
// Storage: ChainBridge BridgeEvents (r:1 w:1)
5555
fn transfer_native() -> Weight {
56-
Weight::from_ref_time(67_343_000 as u64)
56+
Weight::from_ref_time(101_124_000 as u64)
5757
.saturating_add(T::DbWeight::get().reads(6 as u64))
5858
.saturating_add(T::DbWeight::get().writes(5 as u64))
5959
}
6060
// Storage: BridgeTransfer MaximumIssuance (r:1 w:0)
6161
// Storage: BridgeTransfer ExternalBalances (r:1 w:1)
6262
// Storage: System Account (r:1 w:1)
6363
fn transfer() -> Weight {
64-
Weight::from_ref_time(31_814_000 as u64)
64+
Weight::from_ref_time(52_182_000 as u64)
6565
.saturating_add(T::DbWeight::get().reads(3 as u64))
6666
.saturating_add(T::DbWeight::get().writes(2 as u64))
6767
}
6868
// Storage: BridgeTransfer MaximumIssuance (r:1 w:1)
6969
fn set_maximum_issuance() -> Weight {
70-
Weight::from_ref_time(14_563_000 as u64)
70+
Weight::from_ref_time(24_693_000 as u64)
7171
.saturating_add(T::DbWeight::get().reads(1 as u64))
7272
.saturating_add(T::DbWeight::get().writes(1 as u64))
7373
}
7474
// Storage: BridgeTransfer ExternalBalances (r:0 w:1)
7575
fn set_external_balances() -> Weight {
76-
Weight::from_ref_time(3_822_000 as u64)
76+
Weight::from_ref_time(7_482_000 as u64)
7777
.saturating_add(T::DbWeight::get().writes(1 as u64))
7878
}
7979
}

0 commit comments

Comments
 (0)