Skip to content

Commit 261ef5a

Browse files
auto-update benchmark weights
1 parent 5da86f1 commit 261ef5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,8 +1913,8 @@ pub mod pallet {
19131913
/// the lowest emitters while preserving temporally and owner immune UIDs. The UIDs are
19141914
/// then compressed to the left and storage is migrated to the new compressed UIDs.
19151915
#[pallet::call_index(78)]
1916-
#[pallet::weight(Weight::from_parts(15_000_000, 0)
1917-
.saturating_add(<T as frame_system::Config>::DbWeight::get().reads(1_u64))
1916+
#[pallet::weight(Weight::from_parts(32_880_000, 0)
1917+
.saturating_add(<T as frame_system::Config>::DbWeight::get().reads(6_u64))
19181918
.saturating_add(<T as frame_system::Config>::DbWeight::get().writes(1_u64)))]
19191919
pub fn sudo_trim_to_max_allowed_uids(
19201920
origin: OriginFor<T>,
@@ -1940,8 +1940,8 @@ pub mod pallet {
19401940
/// The extrinsic sets the minimum allowed UIDs for a subnet.
19411941
/// It is only callable by the root account.
19421942
#[pallet::call_index(79)]
1943-
#[pallet::weight(Weight::from_parts(18_800_000, 0)
1944-
.saturating_add(<T as frame_system::Config>::DbWeight::get().reads(2_u64))
1943+
#[pallet::weight(Weight::from_parts(24_370_000, 0)
1944+
.saturating_add(<T as frame_system::Config>::DbWeight::get().reads(3_u64))
19451945
.saturating_add(<T as frame_system::Config>::DbWeight::get().writes(1_u64)))]
19461946
pub fn sudo_set_min_allowed_uids(
19471947
origin: OriginFor<T>,

0 commit comments

Comments
 (0)