Skip to content

Commit e2b972e

Browse files
committed
pallet_balances new weights
1 parent fe9f48e commit e2b972e

File tree

2 files changed

+110
-104
lines changed

2 files changed

+110
-104
lines changed
+55-52
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// This file is part of Astar.
32

43
// Copyright (C) Stake Technologies Pte.Ltd.
@@ -19,11 +18,11 @@
1918

2019
//! Autogenerated weights for pallet_balances
2120
//!
22-
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
23-
//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
22+
//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2423
//! WORST CASE MAP SIZE: `1000000`
25-
//! HOSTNAME: `devserver-01`, CPU: `Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz`
26-
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("shibuya-dev"), DB CACHE: 1024
24+
//! HOSTNAME: `gh-runner-01-ovh`, CPU: `Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz`
25+
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("shibuya-dev"), DB CACHE: 1024
2726
2827
// Executed Command:
2928
// ./target/release/astar-collator
@@ -37,7 +36,7 @@
3736
// --execution=wasm
3837
// --wasm-execution=compiled
3938
// --heap-pages=4096
40-
// --output=./benchmark-results/balances_weights.rs
39+
// --output=./benchmark-results/shibuya-dev/balances_weights.rs
4140
// --template=./scripts/templates/weight-template.hbs
4241

4342
#![cfg_attr(rustfmt, rustfmt_skip)]
@@ -50,115 +49,119 @@ use core::marker::PhantomData;
5049
/// Weights for pallet_balances using the Substrate node and recommended hardware.
5150
pub struct SubstrateWeight<T>(PhantomData<T>);
5251
impl<T: frame_system::Config> pallet_balances::WeightInfo for SubstrateWeight<T> {
53-
/// Storage: System Account (r:1 w:1)
54-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
55-
/// Storage: UnifiedAccounts EvmToNative (r:1 w:0)
56-
/// Proof: UnifiedAccounts EvmToNative (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
52+
/// Storage: `System::Account` (r:1 w:1)
53+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
54+
/// Storage: `UnifiedAccounts::NativeToEvm` (r:1 w:0)
55+
/// Proof: `UnifiedAccounts::NativeToEvm` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`)
5756
fn transfer_allow_death() -> Weight {
5857
// Proof Size summary in bytes:
5958
// Measured: `94`
6059
// Estimated: `3593`
61-
// Minimum execution time: 54_598_000 picoseconds.
62-
Weight::from_parts(55_039_000, 3593)
60+
// Minimum execution time: 45_586_000 picoseconds.
61+
Weight::from_parts(46_228_000, 3593)
6362
.saturating_add(T::DbWeight::get().reads(2_u64))
6463
.saturating_add(T::DbWeight::get().writes(1_u64))
6564
}
66-
/// Storage: System Account (r:1 w:1)
67-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
65+
/// Storage: `System::Account` (r:1 w:1)
66+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
6867
fn transfer_keep_alive() -> Weight {
6968
// Proof Size summary in bytes:
7069
// Measured: `52`
7170
// Estimated: `3593`
72-
// Minimum execution time: 39_626_000 picoseconds.
73-
Weight::from_parts(40_238_000, 3593)
71+
// Minimum execution time: 31_484_000 picoseconds.
72+
Weight::from_parts(32_124_000, 3593)
7473
.saturating_add(T::DbWeight::get().reads(1_u64))
7574
.saturating_add(T::DbWeight::get().writes(1_u64))
7675
}
77-
/// Storage: System Account (r:1 w:1)
78-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
76+
/// Storage: `System::Account` (r:1 w:1)
77+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
7978
fn force_set_balance_creating() -> Weight {
8079
// Proof Size summary in bytes:
8180
// Measured: `140`
8281
// Estimated: `3593`
83-
// Minimum execution time: 16_675_000 picoseconds.
84-
Weight::from_parts(16_939_000, 3593)
82+
// Minimum execution time: 12_933_000 picoseconds.
83+
Weight::from_parts(13_286_000, 3593)
8584
.saturating_add(T::DbWeight::get().reads(1_u64))
8685
.saturating_add(T::DbWeight::get().writes(1_u64))
8786
}
88-
/// Storage: System Account (r:1 w:1)
89-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
90-
/// Storage: UnifiedAccounts EvmToNative (r:1 w:0)
91-
/// Proof: UnifiedAccounts EvmToNative (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
87+
/// Storage: `System::Account` (r:1 w:1)
88+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
89+
/// Storage: `UnifiedAccounts::NativeToEvm` (r:1 w:0)
90+
/// Proof: `UnifiedAccounts::NativeToEvm` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`)
9291
fn force_set_balance_killing() -> Weight {
9392
// Proof Size summary in bytes:
9493
// Measured: `182`
9594
// Estimated: `3593`
96-
// Minimum execution time: 26_023_000 picoseconds.
97-
Weight::from_parts(26_587_000, 3593)
95+
// Minimum execution time: 22_605_000 picoseconds.
96+
Weight::from_parts(23_442_000, 3593)
9897
.saturating_add(T::DbWeight::get().reads(2_u64))
9998
.saturating_add(T::DbWeight::get().writes(1_u64))
10099
}
101-
/// Storage: System Account (r:2 w:2)
102-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
103-
/// Storage: UnifiedAccounts EvmToNative (r:1 w:0)
104-
/// Proof: UnifiedAccounts EvmToNative (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
100+
/// Storage: `System::Account` (r:2 w:2)
101+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
102+
/// Storage: `UnifiedAccounts::NativeToEvm` (r:1 w:0)
103+
/// Proof: `UnifiedAccounts::NativeToEvm` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`)
105104
fn force_transfer() -> Weight {
106105
// Proof Size summary in bytes:
107106
// Measured: `197`
108107
// Estimated: `6196`
109-
// Minimum execution time: 57_231_000 picoseconds.
110-
Weight::from_parts(58_030_000, 6196)
108+
// Minimum execution time: 47_087_000 picoseconds.
109+
Weight::from_parts(47_709_000, 6196)
111110
.saturating_add(T::DbWeight::get().reads(3_u64))
112111
.saturating_add(T::DbWeight::get().writes(2_u64))
113112
}
114-
/// Storage: System Account (r:1 w:1)
115-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
116-
/// Storage: UnifiedAccounts EvmToNative (r:1 w:0)
117-
/// Proof: UnifiedAccounts EvmToNative (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
113+
/// Storage: `System::Account` (r:1 w:1)
114+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
115+
/// Storage: `UnifiedAccounts::NativeToEvm` (r:1 w:0)
116+
/// Proof: `UnifiedAccounts::NativeToEvm` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`)
118117
fn transfer_all() -> Weight {
119118
// Proof Size summary in bytes:
120119
// Measured: `94`
121120
// Estimated: `3593`
122-
// Minimum execution time: 51_686_000 picoseconds.
123-
Weight::from_parts(52_193_000, 3593)
121+
// Minimum execution time: 44_690_000 picoseconds.
122+
Weight::from_parts(45_117_000, 3593)
124123
.saturating_add(T::DbWeight::get().reads(2_u64))
125124
.saturating_add(T::DbWeight::get().writes(1_u64))
126125
}
127-
/// Storage: System Account (r:1 w:1)
128-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
126+
/// Storage: `System::Account` (r:1 w:1)
127+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
129128
fn force_unreserve() -> Weight {
130129
// Proof Size summary in bytes:
131130
// Measured: `140`
132131
// Estimated: `3593`
133-
// Minimum execution time: 19_416_000 picoseconds.
134-
Weight::from_parts(19_850_000, 3593)
132+
// Minimum execution time: 14_694_000 picoseconds.
133+
Weight::from_parts(15_038_000, 3593)
135134
.saturating_add(T::DbWeight::get().reads(1_u64))
136135
.saturating_add(T::DbWeight::get().writes(1_u64))
137136
}
138-
/// Storage: System Account (r:999 w:999)
139-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
137+
/// Storage: `System::Account` (r:999 w:999)
138+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
140139
/// The range of component `u` is `[1, 1000]`.
141140
fn upgrade_accounts(u: u32, ) -> Weight {
142141
// Proof Size summary in bytes:
143142
// Measured: `0 + u * (136 ±0)`
144143
// Estimated: `990 + u * (2603 ±0)`
145-
// Minimum execution time: 19_161_000 picoseconds.
146-
Weight::from_parts(19_253_000, 990)
147-
// Standard Error: 8_562
148-
.saturating_add(Weight::from_parts(13_649_240, 0).saturating_mul(u.into()))
144+
// Minimum execution time: 14_456_000 picoseconds.
145+
Weight::from_parts(14_807_000, 990)
146+
// Standard Error: 8_717
147+
.saturating_add(Weight::from_parts(10_808_686, 0).saturating_mul(u.into()))
149148
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
150149
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
151150
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into()))
152151
}
152+
fn force_adjust_total_issuance() -> Weight {
153+
// Proof Size summary in bytes:
154+
// Measured: `0`
155+
// Estimated: `0`
156+
// Minimum execution time: 5_975_000 picoseconds.
157+
Weight::from_parts(6_179_000, 0)
158+
}
159+
153160
fn burn() -> Weight {
154161
// Proof Size summary in bytes:
155162
// Measured: `0`
156163
// Estimated: `0`
157164
// Minimum execution time: 30_151_000 picoseconds.
158165
Weight::from_parts(30_968_000, 0)
159166
}
160-
161-
fn force_adjust_total_issuance() -> Weight {
162-
Weight::MAX
163-
}
164167
}
+55-52
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// This file is part of Astar.
32

43
// Copyright (C) Stake Technologies Pte.Ltd.
@@ -19,11 +18,11 @@
1918

2019
//! Autogenerated weights for pallet_balances
2120
//!
22-
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
23-
//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
22+
//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2423
//! WORST CASE MAP SIZE: `1000000`
25-
//! HOSTNAME: `devserver-01`, CPU: `Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz`
26-
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("shibuya-dev"), DB CACHE: 1024
24+
//! HOSTNAME: `gh-runner-01-ovh`, CPU: `Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz`
25+
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("shibuya-dev"), DB CACHE: 1024
2726
2827
// Executed Command:
2928
// ./target/release/astar-collator
@@ -37,7 +36,7 @@
3736
// --execution=wasm
3837
// --wasm-execution=compiled
3938
// --heap-pages=4096
40-
// --output=./benchmark-results/balances_weights.rs
39+
// --output=./benchmark-results/shibuya-dev/balances_weights.rs
4140
// --template=./scripts/templates/weight-template.hbs
4241

4342
#![cfg_attr(rustfmt, rustfmt_skip)]
@@ -50,115 +49,119 @@ use core::marker::PhantomData;
5049
/// Weights for pallet_balances using the Substrate node and recommended hardware.
5150
pub struct SubstrateWeight<T>(PhantomData<T>);
5251
impl<T: frame_system::Config> pallet_balances::WeightInfo for SubstrateWeight<T> {
53-
/// Storage: System Account (r:1 w:1)
54-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
55-
/// Storage: UnifiedAccounts EvmToNative (r:1 w:0)
56-
/// Proof: UnifiedAccounts EvmToNative (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
52+
/// Storage: `System::Account` (r:1 w:1)
53+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
54+
/// Storage: `UnifiedAccounts::NativeToEvm` (r:1 w:0)
55+
/// Proof: `UnifiedAccounts::NativeToEvm` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`)
5756
fn transfer_allow_death() -> Weight {
5857
// Proof Size summary in bytes:
5958
// Measured: `94`
6059
// Estimated: `3593`
61-
// Minimum execution time: 54_598_000 picoseconds.
62-
Weight::from_parts(55_039_000, 3593)
60+
// Minimum execution time: 45_586_000 picoseconds.
61+
Weight::from_parts(46_228_000, 3593)
6362
.saturating_add(T::DbWeight::get().reads(2_u64))
6463
.saturating_add(T::DbWeight::get().writes(1_u64))
6564
}
66-
/// Storage: System Account (r:1 w:1)
67-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
65+
/// Storage: `System::Account` (r:1 w:1)
66+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
6867
fn transfer_keep_alive() -> Weight {
6968
// Proof Size summary in bytes:
7069
// Measured: `52`
7170
// Estimated: `3593`
72-
// Minimum execution time: 39_626_000 picoseconds.
73-
Weight::from_parts(40_238_000, 3593)
71+
// Minimum execution time: 31_484_000 picoseconds.
72+
Weight::from_parts(32_124_000, 3593)
7473
.saturating_add(T::DbWeight::get().reads(1_u64))
7574
.saturating_add(T::DbWeight::get().writes(1_u64))
7675
}
77-
/// Storage: System Account (r:1 w:1)
78-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
76+
/// Storage: `System::Account` (r:1 w:1)
77+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
7978
fn force_set_balance_creating() -> Weight {
8079
// Proof Size summary in bytes:
8180
// Measured: `140`
8281
// Estimated: `3593`
83-
// Minimum execution time: 16_675_000 picoseconds.
84-
Weight::from_parts(16_939_000, 3593)
82+
// Minimum execution time: 12_933_000 picoseconds.
83+
Weight::from_parts(13_286_000, 3593)
8584
.saturating_add(T::DbWeight::get().reads(1_u64))
8685
.saturating_add(T::DbWeight::get().writes(1_u64))
8786
}
88-
/// Storage: System Account (r:1 w:1)
89-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
90-
/// Storage: UnifiedAccounts EvmToNative (r:1 w:0)
91-
/// Proof: UnifiedAccounts EvmToNative (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
87+
/// Storage: `System::Account` (r:1 w:1)
88+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
89+
/// Storage: `UnifiedAccounts::NativeToEvm` (r:1 w:0)
90+
/// Proof: `UnifiedAccounts::NativeToEvm` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`)
9291
fn force_set_balance_killing() -> Weight {
9392
// Proof Size summary in bytes:
9493
// Measured: `182`
9594
// Estimated: `3593`
96-
// Minimum execution time: 26_023_000 picoseconds.
97-
Weight::from_parts(26_587_000, 3593)
95+
// Minimum execution time: 22_605_000 picoseconds.
96+
Weight::from_parts(23_442_000, 3593)
9897
.saturating_add(T::DbWeight::get().reads(2_u64))
9998
.saturating_add(T::DbWeight::get().writes(1_u64))
10099
}
101-
/// Storage: System Account (r:2 w:2)
102-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
103-
/// Storage: UnifiedAccounts EvmToNative (r:1 w:0)
104-
/// Proof: UnifiedAccounts EvmToNative (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
100+
/// Storage: `System::Account` (r:2 w:2)
101+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
102+
/// Storage: `UnifiedAccounts::NativeToEvm` (r:1 w:0)
103+
/// Proof: `UnifiedAccounts::NativeToEvm` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`)
105104
fn force_transfer() -> Weight {
106105
// Proof Size summary in bytes:
107106
// Measured: `197`
108107
// Estimated: `6196`
109-
// Minimum execution time: 57_231_000 picoseconds.
110-
Weight::from_parts(58_030_000, 6196)
108+
// Minimum execution time: 47_087_000 picoseconds.
109+
Weight::from_parts(47_709_000, 6196)
111110
.saturating_add(T::DbWeight::get().reads(3_u64))
112111
.saturating_add(T::DbWeight::get().writes(2_u64))
113112
}
114-
/// Storage: System Account (r:1 w:1)
115-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
116-
/// Storage: UnifiedAccounts EvmToNative (r:1 w:0)
117-
/// Proof: UnifiedAccounts EvmToNative (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
113+
/// Storage: `System::Account` (r:1 w:1)
114+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
115+
/// Storage: `UnifiedAccounts::NativeToEvm` (r:1 w:0)
116+
/// Proof: `UnifiedAccounts::NativeToEvm` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`)
118117
fn transfer_all() -> Weight {
119118
// Proof Size summary in bytes:
120119
// Measured: `94`
121120
// Estimated: `3593`
122-
// Minimum execution time: 51_686_000 picoseconds.
123-
Weight::from_parts(52_193_000, 3593)
121+
// Minimum execution time: 44_690_000 picoseconds.
122+
Weight::from_parts(45_117_000, 3593)
124123
.saturating_add(T::DbWeight::get().reads(2_u64))
125124
.saturating_add(T::DbWeight::get().writes(1_u64))
126125
}
127-
/// Storage: System Account (r:1 w:1)
128-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
126+
/// Storage: `System::Account` (r:1 w:1)
127+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
129128
fn force_unreserve() -> Weight {
130129
// Proof Size summary in bytes:
131130
// Measured: `140`
132131
// Estimated: `3593`
133-
// Minimum execution time: 19_416_000 picoseconds.
134-
Weight::from_parts(19_850_000, 3593)
132+
// Minimum execution time: 14_694_000 picoseconds.
133+
Weight::from_parts(15_038_000, 3593)
135134
.saturating_add(T::DbWeight::get().reads(1_u64))
136135
.saturating_add(T::DbWeight::get().writes(1_u64))
137136
}
138-
/// Storage: System Account (r:999 w:999)
139-
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
137+
/// Storage: `System::Account` (r:999 w:999)
138+
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
140139
/// The range of component `u` is `[1, 1000]`.
141140
fn upgrade_accounts(u: u32, ) -> Weight {
142141
// Proof Size summary in bytes:
143142
// Measured: `0 + u * (136 ±0)`
144143
// Estimated: `990 + u * (2603 ±0)`
145-
// Minimum execution time: 19_161_000 picoseconds.
146-
Weight::from_parts(19_253_000, 990)
147-
// Standard Error: 8_562
148-
.saturating_add(Weight::from_parts(13_649_240, 0).saturating_mul(u.into()))
144+
// Minimum execution time: 14_456_000 picoseconds.
145+
Weight::from_parts(14_807_000, 990)
146+
// Standard Error: 8_717
147+
.saturating_add(Weight::from_parts(10_808_686, 0).saturating_mul(u.into()))
149148
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
150149
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
151150
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into()))
152151
}
152+
fn force_adjust_total_issuance() -> Weight {
153+
// Proof Size summary in bytes:
154+
// Measured: `0`
155+
// Estimated: `0`
156+
// Minimum execution time: 5_975_000 picoseconds.
157+
Weight::from_parts(6_179_000, 0)
158+
}
159+
153160
fn burn() -> Weight {
154161
// Proof Size summary in bytes:
155162
// Measured: `0`
156163
// Estimated: `0`
157164
// Minimum execution time: 30_151_000 picoseconds.
158165
Weight::from_parts(30_968_000, 0)
159166
}
160-
161-
fn force_adjust_total_issuance() -> Weight {
162-
Weight::MAX
163-
}
164167
}

0 commit comments

Comments
 (0)