mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 18:01:04 +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-03-24 (Y/M/D)
|
||||
//! DATE: 2022-04-21 (Y/M/D)
|
||||
//!
|
||||
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
|
||||
//! WARMUPS: `10`, REPEAT: `100`
|
||||
@@ -25,17 +25,14 @@
|
||||
|
||||
// Executed Command:
|
||||
// ./target/production/polkadot
|
||||
// benchmark-overhead
|
||||
// --chain
|
||||
// westend-dev
|
||||
// benchmark
|
||||
// overhead
|
||||
// --chain=westend-dev
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --weight-path
|
||||
// runtime/westend/constants/src/weights/
|
||||
// --warmup
|
||||
// 10
|
||||
// --repeat
|
||||
// 100
|
||||
// --weight-path=runtime/westend/constants/src/weights/
|
||||
// --warmup=10
|
||||
// --repeat=100
|
||||
|
||||
use frame_support::{
|
||||
parameter_types,
|
||||
@@ -47,16 +44,16 @@ parameter_types! {
|
||||
/// Calculated by multiplying the *Average* with `1` and adding `0`.
|
||||
///
|
||||
/// Stats [NS]:
|
||||
/// Min, Max: 3_553_100, 3_737_847
|
||||
/// Average: 3_592_873
|
||||
/// Median: 3_573_460
|
||||
/// Std-Dev: 34948.46
|
||||
/// Min, Max: 4_502_352, 4_782_504
|
||||
/// Average: 4_554_981
|
||||
/// Median: 4_542_515
|
||||
/// Std-Dev: 48033.23
|
||||
///
|
||||
/// Percentiles [NS]:
|
||||
/// 99th: 3_699_717
|
||||
/// 95th: 3_660_927
|
||||
/// 75th: 3_608_068
|
||||
pub const BlockExecutionWeight: Weight = 3_592_873 * WEIGHT_PER_NANOS;
|
||||
/// 99th: 4_662_767
|
||||
/// 95th: 4_641_675
|
||||
/// 75th: 4_574_048
|
||||
pub const BlockExecutionWeight: Weight = 4_554_981 * 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-03-24 (Y/M/D)
|
||||
//! DATE: 2022-04-21 (Y/M/D)
|
||||
//!
|
||||
//! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development`
|
||||
//! WARMUPS: `10`, REPEAT: `100`
|
||||
@@ -25,17 +25,14 @@
|
||||
|
||||
// Executed Command:
|
||||
// ./target/production/polkadot
|
||||
// benchmark-overhead
|
||||
// --chain
|
||||
// westend-dev
|
||||
// benchmark
|
||||
// overhead
|
||||
// --chain=westend-dev
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --weight-path
|
||||
// runtime/westend/constants/src/weights/
|
||||
// --warmup
|
||||
// 10
|
||||
// --repeat
|
||||
// 100
|
||||
// --weight-path=runtime/westend/constants/src/weights/
|
||||
// --warmup=10
|
||||
// --repeat=100
|
||||
|
||||
use frame_support::{
|
||||
parameter_types,
|
||||
@@ -47,16 +44,16 @@ parameter_types! {
|
||||
/// Calculated by multiplying the *Average* with `1` and adding `0`.
|
||||
///
|
||||
/// Stats [NS]:
|
||||
/// Min, Max: 72_528, 72_806
|
||||
/// Average: 72_650
|
||||
/// Median: 72_642
|
||||
/// Std-Dev: 62.3
|
||||
/// Min, Max: 77_361, 78_466
|
||||
/// Average: 77_592
|
||||
/// Median: 77_522
|
||||
/// Std-Dev: 234.67
|
||||
///
|
||||
/// Percentiles [NS]:
|
||||
/// 99th: 72_767
|
||||
/// 95th: 72_755
|
||||
/// 75th: 72_700
|
||||
pub const ExtrinsicBaseWeight: Weight = 72_650 * WEIGHT_PER_NANOS;
|
||||
/// 99th: 78_413
|
||||
/// 95th: 78_216
|
||||
/// 75th: 77_596
|
||||
pub const ExtrinsicBaseWeight: Weight = 77_592 * WEIGHT_PER_NANOS;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user