update weights (sync with 0.9.42) (#7149)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-05-02 15:12:47 +02:00
committed by GitHub
parent 0ae0393042
commit d50ff483f8
163 changed files with 7550 additions and 6818 deletions
@@ -13,8 +13,9 @@
// 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-03-15 (Y/M/D)
//! DATE: 2023-04-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 +43,17 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
///
/// Stats nanoseconds:
/// Min, Max: 436_897, 566_277
/// Average: 445_228
/// Median: 441_051
/// Std-Dev: 15792.88
/// Min, Max: 397_060, 447_262
/// Average: 401_599
/// Median: 399_367
/// Std-Dev: 7259.52
///
/// Percentiles nanoseconds:
/// 99th: 494_890
/// 95th: 471_702
/// 75th: 443_378
/// 99th: 433_225
/// 95th: 413_788
/// 75th: 400_912
pub const BlockExecutionWeight: Weight =
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(445_228), 0);
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(401_599), 0);
}
#[cfg(test)]
@@ -13,8 +13,9 @@
// 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-03-15 (Y/M/D)
//! DATE: 2023-04-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 +43,17 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
///
/// Stats nanoseconds:
/// Min, Max: 93_487, 94_937
/// Average: 93_839
/// Median: 93_736
/// Std-Dev: 302.5
/// Min, Max: 96_491, 98_016
/// Average: 96_992
/// Median: 96_896
/// Std-Dev: 311.32
///
/// Percentiles nanoseconds:
/// 99th: 94_824
/// 95th: 94_659
/// 75th: 93_881
/// 99th: 97_917
/// 95th: 97_706
/// 75th: 97_073
pub const ExtrinsicBaseWeight: Weight =
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(93_839), 0);
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(96_992), 0);
}
#[cfg(test)]