mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 16:05:41 +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-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)]
|
||||
|
||||
Reference in New Issue
Block a user