Skip to content

Commit a7bcfb9

Browse files
auto-update benchmark weights
1 parent 6845d95 commit a7bcfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ pub mod pallet {
705705
/// It is only callable by the root account or subnet owner.
706706
/// The extrinsic will call the Subtensor pallet to set the difficulty.
707707
#[pallet::call_index(24)]
708-
#[pallet::weight(Weight::from_parts(29_520_000, 0)
708+
#[pallet::weight(Weight::from_parts(15_540_000, 0)
709709
.saturating_add(<T as frame_system::Config>::DbWeight::get().reads(1_u64))
710710
.saturating_add(<T as frame_system::Config>::DbWeight::get().writes(1_u64)))]
711711
pub fn sudo_set_difficulty(

0 commit comments

Comments
 (0)