mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-18 16:25:40 +00:00
update weights (#5911)
* rococo: update weigths * polkadot: update weigths * kusama: update weigths * westend: update weights Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
// limitations under the License.
|
||||
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-07-29 (Y/M/D)
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-08-19 (Y/M/D)
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//!
|
||||
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
|
||||
//! WARMUPS: `10`, REPEAT: `100`
|
||||
@@ -45,16 +45,16 @@ parameter_types! {
|
||||
/// Calculated by multiplying the *Average* with `1` and adding `0`.
|
||||
///
|
||||
/// Stats nanoseconds:
|
||||
/// Min, Max: 5_164_333, 5_384_350
|
||||
/// Average: 5_251_804
|
||||
/// Median: 5_253_341
|
||||
/// Std-Dev: 53972.35
|
||||
/// Min, Max: 4_929_970, 5_140_248
|
||||
/// Average: 4_970_728
|
||||
/// Median: 4_964_665
|
||||
/// Std-Dev: 37170.72
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 5_376_408
|
||||
/// 95th: 5_346_393
|
||||
/// 75th: 5_286_569
|
||||
pub const BlockExecutionWeight: Weight = 5_251_804 * WEIGHT_PER_NANOS;
|
||||
/// 99th: 5_084_427
|
||||
/// 95th: 5_039_369
|
||||
/// 75th: 4_991_020
|
||||
pub const BlockExecutionWeight: Weight = 4_970_728 * WEIGHT_PER_NANOS;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user