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 @@
// limitations under the License.
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-05-12 (Y/M/D)
//! DATE: 2022-05-26 (Y/M/D)
//!
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
//! WARMUPS: `10`, REPEAT: `100`
@@ -43,17 +43,17 @@ parameter_types! {
/// Time to execute an empty block.
/// Calculated by multiplying the *Average* with `1` and adding `0`.
///
/// Stats [NS]:
/// Min, Max: 4_573_451, 4_754_631
/// Average: 4_630_717
/// Median: 4_621_633
/// Std-Dev: 43625.6
/// Stats nanoseconds:
/// Min, Max: 4_697_610, 5_084_811
/// Average: 4_757_294
/// Median: 4_746_564
/// Std-Dev: 54134.34
///
/// Percentiles [NS]:
/// 99th: 4_746_405
/// 95th: 4_719_237
/// 75th: 4_655_892
pub const BlockExecutionWeight: Weight = 4_630_717 * WEIGHT_PER_NANOS;
/// Percentiles nanoseconds:
/// 99th: 4_924_259
/// 95th: 4_830_208
/// 75th: 4_778_503
pub const BlockExecutionWeight: Weight = 4_757_294 * WEIGHT_PER_NANOS;
}
#[cfg(test)]
@@ -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-21 (Y/M/D)
//! DATE: 2022-05-26 (Y/M/D)
//!
//! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development`
//! WARMUPS: `10`, REPEAT: `100`
@@ -43,17 +43,17 @@ parameter_types! {
/// Time to execute a NO-OP extrinsic, for example `System::remark`.
/// Calculated by multiplying the *Average* with `1` and adding `0`.
///
/// Stats [NS]:
/// Min, Max: 77_361, 78_466
/// Average: 77_592
/// Median: 77_522
/// Std-Dev: 234.67
/// Stats nanoseconds:
/// Min, Max: 78_822, 82_445
/// Average: 79_088
/// Median: 79_012
/// Std-Dev: 422.84
///
/// Percentiles [NS]:
/// 99th: 78_413
/// 95th: 78_216
/// 75th: 77_596
pub const ExtrinsicBaseWeight: Weight = 77_592 * WEIGHT_PER_NANOS;
/// Percentiles nanoseconds:
/// 99th: 80_770
/// 95th: 79_394
/// 75th: 79_071
pub const ExtrinsicBaseWeight: Weight = 79_088 * WEIGHT_PER_NANOS;
}
#[cfg(test)]