update weights (#5704)

* westend: update weights

* kusama: update weights

* polkadot: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2022-06-21 12:58:01 +02:00
committed by GitHub
parent 5c2da4e4d8
commit 8ef2b701c1
127 changed files with 2614 additions and 1951 deletions
@@ -16,7 +16,8 @@
// limitations under the License.
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-05-25 (Y/M/D)
//! DATE: 2022-06-20 (Y/M/D)
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//!
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
//! WARMUPS: `10`, REPEAT: `100`
@@ -44,16 +45,16 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1` and adding `0`.
///
/// Stats nanoseconds:
/// Min, Max: 3_647_119, 3_817_861
/// Average: 3_695_530
/// Median: 3_692_460
/// Std-Dev: 31784.96
/// Min, Max: 4_046_459, 4_231_051
/// Average: 4_082_928
/// Median: 4_081_116
/// Std-Dev: 35220.13
///
/// Percentiles nanoseconds:
/// 99th: 3_791_195
/// 95th: 3_748_022
/// 75th: 3_711_154
pub const BlockExecutionWeight: Weight = 3_695_530 * WEIGHT_PER_NANOS;
/// 99th: 4_184_187
/// 95th: 4_156_894
/// 75th: 4_097_529
pub const BlockExecutionWeight: Weight = 4_082_928 * WEIGHT_PER_NANOS;
}
#[cfg(test)]