Skip to content

Commit 2652464

Browse files
auto-update benchmark weights
1 parent c9d8d59 commit 2652464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ pub mod pallet {
12521252
/// The extrinsic will call the Subtensor pallet to set the minimum delegate take.
12531253
#[pallet::call_index(46)]
12541254
#[pallet::weight((
1255-
Weight::from_parts(5_000_000, 0).saturating_add(T::DbWeight::get().writes(1_u64)),
1255+
Weight::from_parts(7_885_000, 0).saturating_add(T::DbWeight::get().writes(1_u64)),
12561256
DispatchClass::Operational,
12571257
Pays::Yes
12581258
))]
@@ -1999,7 +1999,7 @@ pub mod pallet {
19991999
/// Only callable by root.
20002000
#[pallet::call_index(74)]
20012001
#[pallet::weight((
2002-
Weight::from_parts(5_771_000, 0)
2002+
Weight::from_parts(9_418_000, 0)
20032003
.saturating_add(<T as frame_system::Config>::DbWeight::get().reads(0_u64))
20042004
.saturating_add(<T as frame_system::Config>::DbWeight::get().writes(1_u64)),
20052005
DispatchClass::Operational

0 commit comments

Comments
 (0)