update weights (#6798)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-02-28 15:08:21 +01:00
committed by GitHub
parent 56f6b39da8
commit 63d1641b1e
165 changed files with 6974 additions and 5180 deletions
@@ -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-22 (Y/M/D)
//! DATE: 2023-02-28 (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: 440_047, 482_087
/// Average: 446_121
/// Median: 443_277
/// Std-Dev: 8570.83
/// Min, Max: 463_141, 523_956
/// Average: 468_724
/// Median: 465_967
/// Std-Dev: 8031.15
///
/// Percentiles nanoseconds:
/// 99th: 478_541
/// 95th: 473_143
/// 75th: 445_072
/// 99th: 493_696
/// 95th: 484_818
/// 75th: 467_914
pub const BlockExecutionWeight: Weight =
Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(446_121));
Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(468_724));
}
#[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-22 (Y/M/D)
//! DATE: 2023-02-28 (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: 89_080, 94_881
/// Average: 89_587
/// Median: 89_452
/// Std-Dev: 667.8
/// Min, Max: 94_214, 95_794
/// Average: 94_585
/// Median: 94_522
/// Std-Dev: 285.28
///
/// Percentiles nanoseconds:
/// 99th: 92_068
/// 95th: 90_430
/// 75th: 89_588
/// 99th: 95_419
/// 95th: 95_147
/// 75th: 94_666
pub const ExtrinsicBaseWeight: Weight =
Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(89_587));
Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_585));
}
#[cfg(test)]