mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 16:21:06 +00:00
update weights (#6897)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-28 (Y/M/D)
|
||||
//! DATE: 2023-03-16 (Y/M/D)
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//!
|
||||
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
|
||||
@@ -42,17 +42,17 @@ parameter_types! {
|
||||
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
|
||||
///
|
||||
/// Stats nanoseconds:
|
||||
/// Min, Max: 463_141, 523_956
|
||||
/// Average: 468_724
|
||||
/// Median: 465_967
|
||||
/// Std-Dev: 8031.15
|
||||
/// Min, Max: 482_781, 561_231
|
||||
/// Average: 488_493
|
||||
/// Median: 485_598
|
||||
/// Std-Dev: 10611.98
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 493_696
|
||||
/// 95th: 484_818
|
||||
/// 75th: 467_914
|
||||
/// 99th: 524_803
|
||||
/// 95th: 514_096
|
||||
/// 75th: 487_488
|
||||
pub const BlockExecutionWeight: Weight =
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(468_724), 0);
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(488_493), 0);
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-28 (Y/M/D)
|
||||
//! DATE: 2023-03-16 (Y/M/D)
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//!
|
||||
//! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development`
|
||||
@@ -42,17 +42,17 @@ parameter_types! {
|
||||
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
|
||||
///
|
||||
/// Stats nanoseconds:
|
||||
/// Min, Max: 94_214, 95_794
|
||||
/// Average: 94_585
|
||||
/// Median: 94_522
|
||||
/// Std-Dev: 285.28
|
||||
/// Min, Max: 96_243, 101_429
|
||||
/// Average: 96_710
|
||||
/// Median: 96_549
|
||||
/// Std-Dev: 641.99
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 95_419
|
||||
/// 95th: 95_147
|
||||
/// 75th: 94_666
|
||||
/// 99th: 99_714
|
||||
/// 95th: 97_508
|
||||
/// 75th: 96_663
|
||||
pub const ExtrinsicBaseWeight: Weight =
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_585), 0);
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(96_710), 0);
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user