This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
update weights, attempt two (0.9.31) #6189
Merged
Merged
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
82d6a75
westend: update weights
coderobe 4782368
rococo: update weights
coderobe 9494ee6
kusama: update weights
coderobe c16a12f
polkadot: update weights
coderobe 7158685
add deps
coderobe f34933b
bump substrate
coderobe 5f938d2
Co #12558: Update `pallet-multisig` benches (#6188)
ggwpez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
polkadot: update weights
- Loading branch information
commit c16a12f2f9be0b49b7e86cfb70e45d3e61fcc9ca
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ | |
| //! Autogenerated weights for `frame_election_provider_support` | ||
| //! | ||
| //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev | ||
| //! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` | ||
| //! DATE: 2022-10-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` | ||
| //! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` | ||
| //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 | ||
|
|
||
|
|
@@ -38,7 +38,7 @@ | |
| #![allow(unused_parens)] | ||
| #![allow(unused_imports)] | ||
|
|
||
| use frame_support::{traits::Get, weights::{Weight}}; | ||
| use frame_support::{traits::Get, weights::Weight}; | ||
| use sp_std::marker::PhantomData; | ||
|
|
||
| /// Weight functions for `frame_election_provider_support`. | ||
|
|
@@ -48,20 +48,22 @@ impl<T: frame_system::Config> frame_election_provider_support::WeightInfo for We | |
| /// The range of component `t` is `[500, 1000]`. | ||
| /// The range of component `d` is `[5, 16]`. | ||
| fn phragmen(v: u32, _t: u32, d: u32, ) -> Weight { | ||
| Weight::from_ref_time(0 as u64) | ||
| // Standard Error: 56_000 | ||
| .saturating_add(Weight::from_ref_time(13_900_000 as u64).saturating_mul(v as u64)) | ||
| // Standard Error: 4_843_000 | ||
| .saturating_add(Weight::from_ref_time(2_216_812_000 as u64).saturating_mul(d as u64)) | ||
| // Minimum execution time: 5_430_677 nanoseconds. | ||
| Weight::from_ref_time(5_464_877_000 as u64) | ||
| // Standard Error: 136_164 | ||
| .saturating_add(Weight::from_ref_time(5_537_233 as u64).saturating_mul(v as u64)) | ||
| // Standard Error: 13_920_972 | ||
| .saturating_add(Weight::from_ref_time(1_533_450_990 as u64).saturating_mul(d as u64)) | ||
| } | ||
| /// The range of component `v` is `[1000, 2000]`. | ||
| /// The range of component `t` is `[500, 1000]`. | ||
| /// The range of component `d` is `[5, 16]`. | ||
| fn phragmms(v: u32, _t: u32, d: u32, ) -> Weight { | ||
| Weight::from_ref_time(0 as u64) | ||
| // Standard Error: 84_000 | ||
| .saturating_add(Weight::from_ref_time(14_955_000 as u64).saturating_mul(v as u64)) | ||
| // Standard Error: 7_259_000 | ||
| .saturating_add(Weight::from_ref_time(2_615_111_000 as u64).saturating_mul(d as u64)) | ||
| // Minimum execution time: 4_281_157 nanoseconds. | ||
| Weight::from_ref_time(4_309_020_000 as u64) | ||
|
Comment on lines
-61
to
+63
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here |
||
| // Standard Error: 145_954 | ||
| .saturating_add(Weight::from_ref_time(5_463_106 as u64).saturating_mul(v as u64)) | ||
| // Standard Error: 14_921_849 | ||
| .saturating_add(Weight::from_ref_time(1_772_340_546 as u64).saturating_mul(d as u64)) | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
big jump up from 0