From 300d2942c27596fd0c40fded0b939932a6de7d66 Mon Sep 17 00:00:00 2001 From: claravanstaden Date: Wed, 20 Aug 2025 15:58:41 +0200 Subject: [PATCH] update weights --- .../src/weights/snowbridge_pallet_system_backend.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/snowbridge_pallet_system_backend.rs b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/snowbridge_pallet_system_backend.rs index 3879b77788..278c9359e9 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/snowbridge_pallet_system_backend.rs +++ b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/snowbridge_pallet_system_backend.rs @@ -26,7 +26,7 @@ pub struct WeightInfo(PhantomData); impl snowbridge_pallet_system_frontend::BackendWeightInfo for WeightInfo { /// Copy the weight generated for `fn register_token() -> Weight` from ../../../../bridge-hubs/bridge-hub-polkadot/src/weights/snowbridge_pallet_system_v2.rs fn transact_register_token() -> Weight { - Weight::from_parts(66_072_000, 0) + Weight::from_parts(54_520_000, 0) .saturating_add(Weight::from_parts(0, 4115)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -34,7 +34,7 @@ impl snowbridge_pallet_system_frontend::BackendWeightIn /// Copy the weight generated for `fn add_tip() -> Weight` from ../../../../bridge-hubs/bridge-hub-polkadot/src/weights/snowbridge_pallet_system_v2.rs fn transact_add_tip() -> Weight { - Weight::from_parts(17_015_000, 0) + Weight::from_parts(13_270_000, 0) .saturating_add(Weight::from_parts(0, 3505)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -42,7 +42,7 @@ impl snowbridge_pallet_system_frontend::BackendWeightIn /// Copy the weight generated for `fn do_process_message() -> Weight` from ../../../../bridge-hubs/bridge-hub-polkadot/src/weights/snowbridge_pallet_outbound_queue_v2.rs fn do_process_message() -> Weight { - Weight::from_parts(33_317_000, 0) + Weight::from_parts(32_300_000, 0) .saturating_add(Weight::from_parts(0, 1527)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) @@ -50,14 +50,14 @@ impl snowbridge_pallet_system_frontend::BackendWeightIn /// Copy the weight generated for `fn commit_single() -> Weight` from ../../../../bridge-hubs/bridge-hub-polkadot/src/weights/snowbridge_pallet_outbound_queue_v2.rs fn commit_single() -> Weight { - Weight::from_parts(15_441_000, 0) + Weight::from_parts(13_500_000, 0) .saturating_add(Weight::from_parts(0, 1620)) .saturating_add(T::DbWeight::get().reads(1)) } /// Copy the weight generated for `fn submit_delivery_receipt() -> Weight` from ../../../../bridge-hubs/bridge-hub-polkadot/src/weights/snowbridge_pallet_outbound_queue_v2.rs fn submit_delivery_receipt() -> Weight { - Weight::from_parts(106_996_000, 0) + Weight::from_parts(96_539_000, 0) .saturating_add(Weight::from_parts(0, 3762)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1))