mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +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: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-08-19 (Y/M/D)
|
||||
//! HOSTNAME: `bm4`, 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: 6_070_338, 6_380_029
|
||||
/// Average: 6_124_337
|
||||
/// Median: 6_110_461
|
||||
/// Std-Dev: 52095.81
|
||||
/// Min, Max: 6_094_385, 6_351_993
|
||||
/// Average: 6_192_341
|
||||
/// Median: 6_193_838
|
||||
/// Std-Dev: 63893.84
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 6_274_637
|
||||
/// 95th: 6_222_840
|
||||
/// 75th: 6_141_364
|
||||
pub const BlockExecutionWeight: Weight = 6_124_337 * WEIGHT_PER_NANOS;
|
||||
/// 99th: 6_332_047
|
||||
/// 95th: 6_308_225
|
||||
/// 75th: 6_236_204
|
||||
pub const BlockExecutionWeight: Weight = 6_192_341 * WEIGHT_PER_NANOS;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user