update weights (#6897)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-03-17 11:09:21 +01:00
committed by GitHub
parent 163d892d8c
commit 4d904951fd
165 changed files with 7369 additions and 7375 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-27 (Y/M/D)
//! DATE: 2023-03-15 (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: 442_587, 493_725
/// Average: 449_258
/// Median: 445_282
/// Std-Dev: 10752.88
/// Min, Max: 436_897, 566_277
/// Average: 445_228
/// Median: 441_051
/// Std-Dev: 15792.88
///
/// Percentiles nanoseconds:
/// 99th: 481_096
/// 95th: 477_043
/// 75th: 447_140
/// 99th: 494_890
/// 95th: 471_702
/// 75th: 443_378
pub const BlockExecutionWeight: Weight =
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(449_258), 0);
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(445_228), 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-27 (Y/M/D)
//! DATE: 2023-03-15 (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_192, 96_096
/// Average: 94_845
/// Median: 94_784
/// Std-Dev: 373.93
/// Min, Max: 93_487, 94_937
/// Average: 93_839
/// Median: 93_736
/// Std-Dev: 302.5
///
/// Percentiles nanoseconds:
/// 99th: 95_945
/// 95th: 95_413
/// 75th: 95_017
/// 99th: 94_824
/// 95th: 94_659
/// 75th: 93_881
pub const ExtrinsicBaseWeight: Weight =
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_845), 0);
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(93_839), 0);
}
#[cfg(test)]