mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +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: `bm5`, 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: 9_120_818, 9_607_011
|
||||
/// Average: 9_246_456
|
||||
/// Median: 9_232_819
|
||||
/// Std-Dev: 75654.75
|
||||
/// Min, Max: 6_708_387, 7_042_534
|
||||
/// Average: 6_818_965
|
||||
/// Median: 6_826_464
|
||||
/// Std-Dev: 66350.7
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 9_433_167
|
||||
/// 95th: 9_411_822
|
||||
/// 75th: 9_272_878
|
||||
/// 99th: 6_991_352
|
||||
/// 95th: 6_933_543
|
||||
/// 75th: 6_854_332
|
||||
pub const BlockExecutionWeight: Weight =
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_246_456), 0);
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(6_818_965), 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: `bm5`, 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: 103_518, 106_907
|
||||
/// Average: 104_517
|
||||
/// Median: 104_438
|
||||
/// Std-Dev: 475.03
|
||||
/// Min, Max: 105_285, 107_713
|
||||
/// Average: 106_013
|
||||
/// Median: 105_990
|
||||
/// Std-Dev: 441.55
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 106_279
|
||||
/// 95th: 105_257
|
||||
/// 75th: 104_647
|
||||
/// 99th: 107_324
|
||||
/// 95th: 106_820
|
||||
/// 75th: 106_178
|
||||
pub const ExtrinsicBaseWeight: Weight =
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(104_517), 0);
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(106_013), 0);
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user