update weights (#5361)

* polkadot: update weights

* kusama: update weights

* rococo: update weights

* westend: update weights
This commit is contained in:
Mara Robin B
2022-04-22 11:26:19 +02:00
committed by GitHub
parent 42cbfba5d3
commit bb3cc7b041
128 changed files with 2150 additions and 1954 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-03 (Y/M/D)
//! DATE: 2022-04-20 (Y/M/D)
//!
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
//! WARMUPS: `10`, REPEAT: `100`
@@ -25,7 +25,8 @@
// Executed Command:
// ./target/production/polkadot
// benchmark-overhead
// benchmark
// overhead
// --chain=rococo-dev
// --execution=wasm
// --wasm-execution=compiled
@@ -43,16 +44,16 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1` and adding `0`.
///
/// Stats [NS]:
/// Min, Max: 3_680_262, 4_938_714
/// Average: 3_745_959
/// Median: 3_725_848
/// Std-Dev: 126490.36
/// Min, Max: 3_763_082, 3_966_400
/// Average: 3_811_874
/// Median: 3_804_276
/// Std-Dev: 41234.53
///
/// Percentiles [NS]:
/// 99th: 3_855_334
/// 95th: 3_815_093
/// 75th: 3_762_125
pub const BlockExecutionWeight: Weight = 3_745_959 * WEIGHT_PER_NANOS;
/// 99th: 3_948_749
/// 95th: 3_891_495
/// 75th: 3_832_753
pub const BlockExecutionWeight: Weight = 3_811_874 * WEIGHT_PER_NANOS;
}
#[cfg(test)]