Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 2d1fc1f

Browse files
committed
Merge remote-tracking branch 'origin/master' into bkchr-aura-compatibility-mode
2 parents c1c4961 + 4d29da2 commit 2d1fc1f

File tree

209 files changed

+5482
-4852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+5482
-4852
lines changed

.maintain/frame-weight-template.hbs

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// This file is part of Substrate.
2-
3-
// Copyright (C) 2022 Parity Technologies (UK) Ltd.
4-
// SPDX-License-Identifier: Apache-2.0
5-
6-
// Licensed under the Apache License, Version 2.0 (the "License");
7-
// you may not use this file except in compliance with the License.
8-
// You may obtain a copy of the License at
9-
//
10-
// http://www.apache.org/licenses/LICENSE-2.0
11-
//
12-
// Unless required by applicable law or agreed to in writing, software
13-
// distributed under the License is distributed on an "AS IS" BASIS,
14-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
// See the License for the specific language governing permissions and
16-
// limitations under the License.
17-
1+
{{header}}
182
//! Autogenerated weights for {{pallet}}
193
//!
204
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION {{version}}
@@ -64,6 +48,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
6448
{{~#each benchmark.components as |c| ~}}
6549
{{~#if (not c.is_used)}}_{{/if}}{{c.name}}: u32, {{/each~}}
6650
) -> Weight {
51+
// Minimum execution time: {{underscore benchmark.min_execution_time}} nanoseconds.
6752
Weight::from_ref_time({{underscore benchmark.base_weight}} as u64)
6853
{{#each benchmark.component_weight as |cw|}}
6954
// Standard Error: {{underscore cw.error}}
@@ -99,6 +84,7 @@ impl WeightInfo for () {
9984
{{~#each benchmark.components as |c| ~}}
10085
{{~#if (not c.is_used)}}_{{/if}}{{c.name}}: u32, {{/each~}}
10186
) -> Weight {
87+
// Minimum execution time: {{underscore benchmark.min_execution_time}} nanoseconds.
10288
Weight::from_ref_time({{underscore benchmark.base_weight}} as u64)
10389
{{#each benchmark.component_weight as |cw|}}
10490
// Standard Error: {{underscore cw.error}}

0 commit comments

Comments
 (0)