Skip to content

Commit 0f2668c

Browse files
auto-update benchmark weights
1 parent 14542fd commit 0f2668c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ mod dispatches {
10601060
/// The extrinsic for user to change its hotkey in subnet or all subnets.
10611061
#[pallet::call_index(70)]
10621062
#[pallet::weight((Weight::from_parts(275_300_000, 0)
1063-
.saturating_add(T::DbWeight::get().reads(49_u64))
1063+
.saturating_add(T::DbWeight::get().reads(53_u64))
10641064
.saturating_add(T::DbWeight::get().writes(37)), DispatchClass::Normal, Pays::No))]
10651065
pub fn swap_hotkey(
10661066
origin: OriginFor<T>,
@@ -1134,7 +1134,7 @@ mod dispatches {
11341134
///
11351135
#[pallet::call_index(75)]
11361136
#[pallet::weight((
1137-
Weight::from_parts(45_360_000, 0)
1137+
Weight::from_parts(66_450_000, 0)
11381138
.saturating_add(T::DbWeight::get().reads(5))
11391139
.saturating_add(T::DbWeight::get().writes(2)),
11401140
DispatchClass::Normal,

0 commit comments

Comments
 (0)