update weights (#5507)

* rococo: update weights

* polkadot: update weights

* kusama: update weights

* westend: update weights
This commit is contained in:
Mara Robin B
2022-05-12 12:44:21 +02:00
committed by GitHub
parent 15e7536a4e
commit 5e458f6acb
127 changed files with 1769 additions and 1786 deletions
@@ -16,7 +16,7 @@
// limitations under the License.
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-04-20 (Y/M/D)
//! DATE: 2022-05-11 (Y/M/D)
//!
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
//! WARMUPS: `10`, REPEAT: `100`
@@ -44,16 +44,16 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1` and adding `0`.
///
/// Stats [NS]:
/// Min, Max: 5_697_206, 6_458_339
/// Average: 5_777_442
/// Median: 5_765_384
/// Std-Dev: 95827.8
/// Min, Max: 5_730_330, 5_985_274
/// Average: 5_821_327
/// Median: 5_803_676
/// Std-Dev: 55670.15
///
/// Percentiles [NS]:
/// 99th: 6_235_658
/// 95th: 5_876_325
/// 75th: 5_792_991
pub const BlockExecutionWeight: Weight = 5_777_442 * WEIGHT_PER_NANOS;
/// 99th: 5_982_855
/// 95th: 5_928_728
/// 75th: 5_857_429
pub const BlockExecutionWeight: Weight = 5_821_327 * WEIGHT_PER_NANOS;
}
#[cfg(test)]