mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 11:41:04 +00:00
update weights (#5507)
* rococo: update weights * polkadot: update weights * kusama: update weights * westend: update weights
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-04-20 (Y/M/D)
|
||||
//! DATE: 2022-05-11 (Y/M/D)
|
||||
//!
|
||||
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
|
||||
//! WARMUPS: `10`, REPEAT: `100`
|
||||
@@ -44,16 +44,16 @@ parameter_types! {
|
||||
/// Calculated by multiplying the *Average* with `1` and adding `0`.
|
||||
///
|
||||
/// Stats [NS]:
|
||||
/// Min, Max: 3_763_082, 3_966_400
|
||||
/// Average: 3_811_874
|
||||
/// Median: 3_804_276
|
||||
/// Std-Dev: 41234.53
|
||||
/// Min, Max: 3_744_634, 4_861_755
|
||||
/// Average: 3_868_923
|
||||
/// Median: 3_813_630
|
||||
/// Std-Dev: 218133.97
|
||||
///
|
||||
/// Percentiles [NS]:
|
||||
/// 99th: 3_948_749
|
||||
/// 95th: 3_891_495
|
||||
/// 75th: 3_832_753
|
||||
pub const BlockExecutionWeight: Weight = 3_811_874 * WEIGHT_PER_NANOS;
|
||||
/// 99th: 4_820_671
|
||||
/// 95th: 4_303_283
|
||||
/// 75th: 3_852_252
|
||||
pub const BlockExecutionWeight: Weight = 3_868_923 * WEIGHT_PER_NANOS;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user