mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
update weights (#5601)
* polkadot: update weights * kusama: update weights * westend: update weights * rococo: 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-05-11 (Y/M/D)
|
||||
//! DATE: 2022-05-25 (Y/M/D)
|
||||
//!
|
||||
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
|
||||
//! WARMUPS: `10`, REPEAT: `100`
|
||||
@@ -43,17 +43,17 @@ parameter_types! {
|
||||
/// Time to execute an empty block.
|
||||
/// Calculated by multiplying the *Average* with `1` and adding `0`.
|
||||
///
|
||||
/// Stats [NS]:
|
||||
/// Min, Max: 3_744_634, 4_861_755
|
||||
/// Average: 3_868_923
|
||||
/// Median: 3_813_630
|
||||
/// Std-Dev: 218133.97
|
||||
/// Stats nanoseconds:
|
||||
/// Min, Max: 3_647_119, 3_817_861
|
||||
/// Average: 3_695_530
|
||||
/// Median: 3_692_460
|
||||
/// Std-Dev: 31784.96
|
||||
///
|
||||
/// Percentiles [NS]:
|
||||
/// 99th: 4_820_671
|
||||
/// 95th: 4_303_283
|
||||
/// 75th: 3_852_252
|
||||
pub const BlockExecutionWeight: Weight = 3_868_923 * WEIGHT_PER_NANOS;
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 3_791_195
|
||||
/// 95th: 3_748_022
|
||||
/// 75th: 3_711_154
|
||||
pub const BlockExecutionWeight: Weight = 3_695_530 * WEIGHT_PER_NANOS;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
@@ -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-03 (Y/M/D)
|
||||
//! DATE: 2022-05-25 (Y/M/D)
|
||||
//!
|
||||
//! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development`
|
||||
//! WARMUPS: `10`, REPEAT: `100`
|
||||
@@ -25,7 +25,8 @@
|
||||
|
||||
// Executed Command:
|
||||
// ./target/production/polkadot
|
||||
// benchmark-overhead
|
||||
// benchmark
|
||||
// overhead
|
||||
// --chain=rococo-dev
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -42,17 +43,17 @@ parameter_types! {
|
||||
/// Time to execute a NO-OP extrinsic, for example `System::remark`.
|
||||
/// Calculated by multiplying the *Average* with `1` and adding `0`.
|
||||
///
|
||||
/// Stats [NS]:
|
||||
/// Min, Max: 78_951, 81_171
|
||||
/// Average: 79_545
|
||||
/// Median: 79_348
|
||||
/// Std-Dev: 523.95
|
||||
/// Stats nanoseconds:
|
||||
/// Min, Max: 77_945, 79_607
|
||||
/// Average: 78_269
|
||||
/// Median: 78_211
|
||||
/// Std-Dev: 259.27
|
||||
///
|
||||
/// Percentiles [NS]:
|
||||
/// 99th: 81_101
|
||||
/// 95th: 80_797
|
||||
/// 75th: 79_810
|
||||
pub const ExtrinsicBaseWeight: Weight = 79_545 * WEIGHT_PER_NANOS;
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 79_591
|
||||
/// 95th: 78_730
|
||||
/// 75th: 78_272
|
||||
pub const ExtrinsicBaseWeight: Weight = 78_269 * WEIGHT_PER_NANOS;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user