mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 10:27:59 +00:00
update weights (#5361)
* polkadot: update weights * kusama: update weights * rococo: 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-03 (Y/M/D)
|
||||
//! DATE: 2022-04-20 (Y/M/D)
|
||||
//!
|
||||
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, 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
|
||||
@@ -43,16 +44,16 @@ parameter_types! {
|
||||
/// Calculated by multiplying the *Average* with `1` and adding `0`.
|
||||
///
|
||||
/// Stats [NS]:
|
||||
/// Min, Max: 3_680_262, 4_938_714
|
||||
/// Average: 3_745_959
|
||||
/// Median: 3_725_848
|
||||
/// Std-Dev: 126490.36
|
||||
/// Min, Max: 3_763_082, 3_966_400
|
||||
/// Average: 3_811_874
|
||||
/// Median: 3_804_276
|
||||
/// Std-Dev: 41234.53
|
||||
///
|
||||
/// Percentiles [NS]:
|
||||
/// 99th: 3_855_334
|
||||
/// 95th: 3_815_093
|
||||
/// 75th: 3_762_125
|
||||
pub const BlockExecutionWeight: Weight = 3_745_959 * WEIGHT_PER_NANOS;
|
||||
/// 99th: 3_948_749
|
||||
/// 95th: 3_891_495
|
||||
/// 75th: 3_832_753
|
||||
pub const BlockExecutionWeight: Weight = 3_811_874 * WEIGHT_PER_NANOS;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user