From 6c6d7a0961b3ed3646f5d72fe58b997e1a0b94f7 Mon Sep 17 00:00:00 2001 From: Alexander Popiak Date: Thu, 21 Oct 2021 15:20:40 +0200 Subject: [PATCH] patch weight for batch_all from rerun --- polkadot-parachains/statemine/src/weights/pallet_utility.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polkadot-parachains/statemine/src/weights/pallet_utility.rs b/polkadot-parachains/statemine/src/weights/pallet_utility.rs index a2b44f51a0..ff23ef3507 100644 --- a/polkadot-parachains/statemine/src/weights/pallet_utility.rs +++ b/polkadot-parachains/statemine/src/weights/pallet_utility.rs @@ -54,8 +54,8 @@ impl pallet_utility::WeightInfo for WeightInfo { (5_201_000 as Weight) } fn batch_all(c: u32, ) -> Weight { - (66_893_000 as Weight) - // Standard Error: 6_000 - .saturating_add((7_533_000 as Weight).saturating_mul(c as Weight)) + (24_556_000 as Weight) + // Standard Error: 3_000 + .saturating_add((7_719_000 as Weight).saturating_mul(c as Weight)) } }