-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add benchmark for the number of minimum cpu cores #5127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9662ded
Add benchmark for the number of the minimum cpu cores
alexggh 213953c
Make clippy happy
alexggh 62f00f6
Make benchmark parametrizable
alexggh 05c9874
Fix comment
alexggh 0df211c
Update parallel with the reference_hw value
alexggh ad7a0be
Merge remote-tracking branch 'origin/master' into alexggh/increase_cp…
alexggh 48f3d0f
Update warning tests
alexggh 2892f94
Address review findings
alexggh caff938
Merge remote-tracking branch 'origin/master' into alexggh/increase_cp…
alexggh d3d5bab
Address review findings
alexggh aa3213e
Merge remote-tracking branch 'origin/master' into alexggh/increase_cp…
alexggh 4d71718
Add prdoc
alexggh db943bc
Print the number of expected cores
alexggh a9cc919
Merge branch 'master' into alexggh/increase_cpu_score
alexggh 6f57715
Update pr_5127.prdoc
alexggh 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
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
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 |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| title: Add benchmark to check upcoming minimum required hw cores | ||
|
|
||
| doc: | ||
| - audience: Node Operator | ||
| description: | | ||
| Add benchmark that checks hardware satisifies the minimum required hardware cores | ||
| for a validators. The new minimum requirements are schedule to come into effect | ||
| in January 2025, for more details see: https://polkadot.subsquare.io/referenda/1051. | ||
|
|
||
|
|
||
| crates: | ||
| - name: sc-sysinfo | ||
| bump: major | ||
| - name: frame-benchmarking-cli | ||
| bump: major | ||
| - name: staging-node-cli | ||
| bump: patch | ||
| - name: polkadot-service | ||
| bump: patch | ||
| - name: polkadot-parachain-lib | ||
| bump: patch | ||
| - name: polkadot-cli | ||
| bump: patch | ||
| - name: parachain-template-node | ||
| bump: patch |
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
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.
Uh oh!
There was an error while loading. Please reload this page.