Skip to content

Commit 4520bdf

Browse files
auto-update benchmark weights
1 parent 4f66cec commit 4520bdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,8 +1314,8 @@ mod dispatches {
13141314
/// User register a new subnetwork
13151315
#[pallet::call_index(59)]
13161316
#[pallet::weight((Weight::from_parts(235_400_000, 0)
1317-
.saturating_add(T::DbWeight::get().reads(37_u64))
1318-
.saturating_add(T::DbWeight::get().writes(51_u64)), DispatchClass::Normal, Pays::Yes))]
1317+
.saturating_add(T::DbWeight::get().reads(39_u64))
1318+
.saturating_add(T::DbWeight::get().writes(57_u64)), DispatchClass::Normal, Pays::Yes))]
13191319
pub fn register_network(origin: OriginFor<T>, hotkey: T::AccountId) -> DispatchResult {
13201320
Self::do_register_network(origin, &hotkey, 1, None)
13211321
}
@@ -1601,8 +1601,8 @@ mod dispatches {
16011601
/// User register a new subnetwork
16021602
#[pallet::call_index(79)]
16031603
#[pallet::weight((Weight::from_parts(234_200_000, 0)
1604-
.saturating_add(T::DbWeight::get().reads(36_u64))
1605-
.saturating_add(T::DbWeight::get().writes(50_u64)), DispatchClass::Normal, Pays::Yes))]
1604+
.saturating_add(T::DbWeight::get().reads(38_u64))
1605+
.saturating_add(T::DbWeight::get().writes(56_u64)), DispatchClass::Normal, Pays::Yes))]
16061606
pub fn register_network_with_identity(
16071607
origin: OriginFor<T>,
16081608
hotkey: T::AccountId,

0 commit comments

Comments
 (0)