mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
update weights (#5507)
* rococo: update weights * polkadot: update weights * kusama: update weights * westend: update weights
This commit is contained in:
@@ -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-20 (Y/M/D)
|
||||
//! DATE: 2022-05-11 (Y/M/D)
|
||||
//!
|
||||
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
|
||||
//! WARMUPS: `10`, REPEAT: `100`
|
||||
@@ -44,16 +44,16 @@ parameter_types! {
|
||||
/// Calculated by multiplying the *Average* with `1` and adding `0`.
|
||||
///
|
||||
/// Stats [NS]:
|
||||
/// Min, Max: 5_697_206, 6_458_339
|
||||
/// Average: 5_777_442
|
||||
/// Median: 5_765_384
|
||||
/// Std-Dev: 95827.8
|
||||
/// Min, Max: 5_730_330, 5_985_274
|
||||
/// Average: 5_821_327
|
||||
/// Median: 5_803_676
|
||||
/// Std-Dev: 55670.15
|
||||
///
|
||||
/// Percentiles [NS]:
|
||||
/// 99th: 6_235_658
|
||||
/// 95th: 5_876_325
|
||||
/// 75th: 5_792_991
|
||||
pub const BlockExecutionWeight: Weight = 5_777_442 * WEIGHT_PER_NANOS;
|
||||
/// 99th: 5_982_855
|
||||
/// 95th: 5_928_728
|
||||
/// 75th: 5_857_429
|
||||
pub const BlockExecutionWeight: Weight = 5_821_327 * WEIGHT_PER_NANOS;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user