mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +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: `bm4`, 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: 4_031_173, 4_259_926
|
||||
/// Average: 4_098_258
|
||||
/// Median: 4_089_916
|
||||
/// Std-Dev: 52674.64
|
||||
/// Min, Max: 4_039_227, 4_394_160
|
||||
/// Average: 4_084_738
|
||||
/// Median: 4_077_180
|
||||
/// Std-Dev: 44325.29
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 4_240_739
|
||||
/// 95th: 4_176_095
|
||||
/// 75th: 4_142_738
|
||||
pub const BlockExecutionWeight: Weight = 4_098_258 * WEIGHT_PER_NANOS;
|
||||
/// 99th: 4_189_094
|
||||
/// 95th: 4_152_261
|
||||
/// 75th: 4_098_529
|
||||
pub const BlockExecutionWeight: Weight = 4_084_738 * WEIGHT_PER_NANOS;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user