update weights (#5601)

* polkadot: update weights

* kusama: update weights

* westend: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2022-05-30 12:41:11 +02:00
committed by GitHub
parent 026848c932
commit 3ea40ba1f7
129 changed files with 1938 additions and 1963 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for `runtime_parachains::disputes`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-05-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2022-05-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
// Executed Command:
@@ -46,7 +46,7 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> runtime_parachains::disputes::WeightInfo for WeightInfo<T> {
// Storage: ParasDisputes Frozen (r:0 w:1)
fn force_unfreeze() -> Weight {
(717_000 as Weight)
(735_000 as Weight)
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
}