Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
patch weight for batch_all from rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
apopiak committed Oct 21, 2021
1 parent 8ab829f commit 6c6d7a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polkadot-parachains/statemine/src/weights/pallet_utility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
(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))
}
}

0 comments on commit 6c6d7a0

Please sign in to comment.