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-11 (Y/M/D)
//! DATE: 2022-05-25 (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: 3_744_634, 4_861_755
/// Average: 3_868_923
/// Median: 3_813_630
/// Std-Dev: 218133.97
/// Stats nanoseconds:
/// Min, Max: 3_647_119, 3_817_861
/// Average: 3_695_530
/// Median: 3_692_460
/// Std-Dev: 31784.96
///
/// Percentiles [NS]:
/// 99th: 4_820_671
/// 95th: 4_303_283
/// 75th: 3_852_252
pub const BlockExecutionWeight: Weight = 3_868_923 * WEIGHT_PER_NANOS;
/// Percentiles nanoseconds:
/// 99th: 3_791_195
/// 95th: 3_748_022
/// 75th: 3_711_154
pub const BlockExecutionWeight: Weight = 3_695_530 * WEIGHT_PER_NANOS;
}
#[cfg(test)]