Skip to content
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

fix rococo-dev bench #5688

Merged
merged 2 commits into from
Sep 16, 2024
Merged

fix rococo-dev bench #5688

merged 2 commits into from
Sep 16, 2024

Conversation

ordian
Copy link
Member

@ordian ordian commented Sep 12, 2024

the range should always contain at least 2 values for the benchmark to work
closes #5680

@ordian ordian added the R0-silent Changes should not be mentioned in any release notes label Sep 12, 2024
@ordian ordian requested a review from bkontur September 12, 2024 11:14
Copy link
Contributor

@bkontur bkontur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ordian cool, this is also working, I cherry-picked this to my branch: #5327:
https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7331282

@ordian ordian added this pull request to the merge queue Sep 16, 2024
Merged via the queue into master with commit 655382f Sep 16, 2024
204 of 205 checks passed
@ordian ordian deleted the ao-fix-rococo-dev-bench branch September 16, 2024 12:44
@bkontur
Copy link
Contributor

bkontur commented Sep 16, 2024

@ordian @EgorPopelyaev can we also backport this to the stable branch?

ordian added a commit that referenced this pull request Sep 16, 2024
the range should always contain at least 2 values for the benchmark to
work
closes #5680
ggwpez pushed a commit that referenced this pull request Sep 16, 2024
As requested here:
#5688 (comment)

I don't think it need to be backported to 2407, as the issue was not
present there yet.
github-merge-queue bot pushed a commit that referenced this pull request Sep 22, 2024
It is a first step for switching to the `frame-omni-bencher` for CI.

This PR includes several changes related to generating chain specs plus:

- [x] pallet `assigned_slots` fix missing `#[serde(skip)]` for phantom
- [x] pallet `paras_inherent` benchmark fix - cherry-picked from
#5688
- [x] migrates `get_preset` to the relevant runtimes
- [x] fixes Rococo genesis presets - does not work
https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7317249
- [x] fixes Rococo benchmarks for CI 
- [x] migrate westend genesis
- [x] remove wococo stuff

Closes: #5680

## Follow-ups
- Fix for frame-omni-bencher
#5655
- Enable new short-benchmarking CI -
#5706
- Remove gitlab pipelines for short benchmarking
- refactor all Cumulus runtimes to use `get_preset` -
#5704
- #5705
- #5700
- [ ] Backport to the stable

---------

Co-authored-by: command-bot <>
Co-authored-by: ordian <noreply@reusable.software>
bkontur added a commit that referenced this pull request Sep 22, 2024
It is a first step for switching to the `frame-omni-bencher` for CI.

This PR includes several changes related to generating chain specs plus:

- [x] pallet `assigned_slots` fix missing `#[serde(skip)]` for phantom
- [x] pallet `paras_inherent` benchmark fix - cherry-picked from
#5688
- [x] migrates `get_preset` to the relevant runtimes
- [x] fixes Rococo genesis presets - does not work
https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7317249
- [x] fixes Rococo benchmarks for CI
- [x] migrate westend genesis
- [x] remove wococo stuff

Closes: #5680

- Fix for frame-omni-bencher
#5655
- Enable new short-benchmarking CI -
#5706
- Remove gitlab pipelines for short benchmarking
- refactor all Cumulus runtimes to use `get_preset` -
#5704
- #5705
- #5700
- [ ] Backport to the stable

---------

Co-authored-by: command-bot <>
Co-authored-by: ordian <noreply@reusable.software>
(cherry picked from commit 8735c66)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rococo benchmarks not working for polkadot_runtime_parachains::paras_inherent
4 participants