-
Notifications
You must be signed in to change notification settings - Fork 1.2k
omni-node: fix benchmark pallet to work with --runtime
#8594
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
iulianbarbu
merged 27 commits into
paritytech:master
from
iulianbarbu:ib-benchmark-parity
Jun 4, 2025
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
83301f8
omni-node: chain is optional for benchmark pallet
iulianbarbu 0f72176
benchmark-cli/omni-bencher cleanup
iulianbarbu d8b6ce1
Merge branch 'master' into ib-benchmark-parity
iulianbarbu 8d29613
Update from github-actions[bot] running command 'prdoc'
github-actions[bot] 45ff224
make it more explicit
iulianbarbu bb1a4ff
update prdoc
iulianbarbu 4cd9ef5
Update cumulus/polkadot-omni-node/lib/src/command.rs
iulianbarbu fc23601
fix chain flag origin
iulianbarbu ac65b8c
Merge branch 'master' into ib-benchmark-parity
iulianbarbu 99ed13e
return load spec error instead of run_with_spec's
iulianbarbu e9525f9
revert unneeded change
iulianbarbu 566edb1
Merge branch 'master' into ib-benchmark-parity
iulianbarbu 8fe8204
Merge branch 'master' into ib-benchmark-parity
iulianbarbu 03e1ba0
Merge branch 'master' into ib-benchmark-parity
iulianbarbu 101ba27
no need to feature guard benchmark subcommands
iulianbarbu 35e23c6
Merge branch 'master' into ib-benchmark-parity
iulianbarbu a4e33b6
revert unwanted change
iulianbarbu a7d5c52
this shouldn't miss
iulianbarbu bc1c323
Merge branch 'master' into ib-benchmark-parity
iulianbarbu 1e9a691
reverted the runtime-benchmarks feature guarding
iulianbarbu 4a3f245
build polkadot-omni-node-lib and nodes with runtime-benchmarks
iulianbarbu 689ce7e
Merge branch 'master' into ib-benchmark-parity
iulianbarbu c991d84
fix umbrella
iulianbarbu 8dfae33
fixed toml
iulianbarbu 763329a
some more fixes
iulianbarbu 820539c
Revert "build polkadot-omni-node-lib and nodes with runtime-benchmarks"
iulianbarbu 5afb0cd
remove leftovers
iulianbarbu 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| title: 'omni-node: fix `benchmark pallet` to work with `--runtime`' | ||
| doc: | ||
| - audience: Node Dev | ||
| description: | | ||
| `polkadot-omni-node benchmark pallet` can use one of `--runtime` or `--chain` now, like `frame-omni-bencher` does. | ||
|
|
||
| crates: | ||
| - name: polkadot-omni-node-lib | ||
| bump: patch | ||
| - name: frame-benchmarking-cli | ||
| bump: major | ||
| - name: frame-omni-bencher | ||
| bump: patch | ||
| - name: polkadot-sdk | ||
| bump: patch | ||
| - name: polkadot-omni-node | ||
| bump: patch | ||
| - name: polkadot-parachain-bin | ||
| 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
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.