diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_scheduler.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_scheduler.rs index 8cb07c9a3d..8154bb076b 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_scheduler.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_scheduler.rs @@ -96,9 +96,8 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` - // Estimated: `4197809` // Minimum execution time: 28_954_000 picoseconds. - Weight::from_parts(29_211_000, 4197809) + Weight::from_parts(29_211_000, 0) // Standard Error: 13 .saturating_add(Weight::from_parts(1_445, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_scheduler.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_scheduler.rs index 6d42d7f6b7..b7b7d47bcc 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_scheduler.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_scheduler.rs @@ -96,9 +96,9 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` - // Estimated: `4197809` + // Estimated: `0` // Minimum execution time: 28_830_000 picoseconds. - Weight::from_parts(29_462_000, 4197809) + Weight::from_parts(29_462_000, 0) // Standard Error: 7 .saturating_add(Weight::from_parts(1_319, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64))