-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Improve inbound_queue::BenchmarkHelper to add more flexibility #9627
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
bkontur
merged 21 commits into
paritytech:master
from
dimartiro:improve-inbound-queue-benchmarks-helper
Sep 22, 2025
Merged
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
00e13f8
Improve inbound_queue::BenchmarkHelper to add more flexibility
dimartiro 96fc25c
New benchmarkhelper for snowbridge inbound queue v2
dimartiro 58349db
Fixes
dimartiro f874436
Fmt
dimartiro 53165ed
Use assert_ok for checks
dimartiro 09c9819
Merge branch 'master' into improve-inbound-queue-benchmarks-helper
dimartiro 793dfe5
Merge branch 'master' into improve-inbound-queue-benchmarks-helper
dimartiro f37abaf
Merge branch 'master' into improve-inbound-queue-benchmarks-helper
dimartiro 5b8aad4
Merge branch 'master' into improve-inbound-queue-benchmarks-helper
dimartiro ce1f56a
Fmt
dimartiro 9a3b6fc
Fixes
dimartiro 0da9001
Fix mocks
dimartiro d98d4db
Fix taplo
dimartiro aae752c
Fix mocks
dimartiro 51d61dc
Fix mocks again
dimartiro 02a433f
Fix benchmark helper for snowbridge v2
dimartiro a155417
Merge branch 'master' into improve-inbound-queue-benchmarks-helper
bkontur dbd720c
Update from github-actions[bot] running command 'prdoc --audience run…
github-actions[bot] 839d46f
Update prdoc/pr_9627.prdoc
bkontur 7e97c19
Merge branch 'master' into improve-inbound-queue-benchmarks-helper
dimartiro 2735ead
Remove unnecesary comment
dimartiro 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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,17 @@ | ||
| title: Improve inbound_queue::BenchmarkHelper to add more flexibility | ||
| doc: | ||
| - audience: Runtime Dev | ||
| description: |- | ||
| # Description | ||
|
|
||
| Improve the usage of the `inbound_queue::BenchmarkHelper` to decouple the mocks from the benchmark. | ||
| This change will enable any user to benchmark custom messages since now it's harcoded to the register_token_message only | ||
| crates: | ||
| - name: snowbridge-pallet-inbound-queue | ||
| bump: patch | ||
| - name: snowbridge-pallet-inbound-queue-v2 | ||
| bump: patch | ||
| - name: bridge-hub-westend-runtime | ||
| bump: minor | ||
| - name: bridge-hub-rococo-runtime | ||
| bump: minor |
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.