git.delta.rocks / unique-network / refs/commits / 07a293d2e35e

difftreelog

ci upgrade weight template

Yaroslav Bolyukin2023-04-17parent: #f1240ae.patch.diff
in: master

1 file changed

modified.maintain/frame-weight-template.hbsdiffbeforeafterboth
3//! Autogenerated weights for {{pallet}}3//! Autogenerated weights for {{pallet}}
4//!4//!
5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION {{version}}5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION {{version}}
6//! DATE: {{date}}, STEPS: `{{cmd.steps}}`, REPEAT: {{cmd.repeat}}, LOW RANGE: `{{cmd.lowest_range_values}}`, HIGH RANGE: `{{cmd.highest_range_values}}`6//! DATE: {{date}}, STEPS: `{{cmd.steps}}`, REPEAT: `{{cmd.repeat}}`, LOW RANGE: `{{cmd.lowest_range_values}}`, HIGH RANGE: `{{cmd.highest_range_values}}`
7//! WORST CASE MAP SIZE: `{{cmd.worst_case_map_values}}`7//! WORST CASE MAP SIZE: `{{cmd.worst_case_map_values}}`
8//! HOSTNAME: `{{hostname}}`, CPU: `{{cpuname}}`
8//! EXECUTION: {{cmd.execution}}, WASM-EXECUTION: {{cmd.wasm_execution}}, CHAIN: {{cmd.chain}}, DB CACHE: {{cmd.db_cache}}9//! EXECUTION: {{cmd.execution}}, WASM-EXECUTION: {{cmd.wasm_execution}}, CHAIN: {{cmd.chain}}, DB CACHE: {{cmd.db_cache}}
910
10// Executed Command:11// Executed Command:
15#![cfg_attr(rustfmt, rustfmt_skip)]16#![cfg_attr(rustfmt, rustfmt_skip)]
16#![allow(unused_parens)]17#![allow(unused_parens)]
17#![allow(unused_imports)]18#![allow(unused_imports)]
18#![allow(missing_docs)]
19#![allow(clippy::unnecessary_cast)]
2019
21use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};20use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
22use sp_std::marker::PhantomData;21use sp_std::marker::PhantomData;