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

Just pass a folder to benchmark pallet --output #79

Merged
merged 2 commits into from
Sep 23, 2022

Conversation

ggwpez
Copy link
Member

@ggwpez ggwpez commented Sep 23, 2022

Follow up for paritytech/substrate#12332
Changes for pallet benchmarking:

  • Just pass the folder name to --output. FRAME should now generate a filename without :: in it. This prevents multiple instance results being written to the same file, hence enabling instance benchmarking.
  • Add --locked to the bench command.

Is there a staging deployment or do we just pray that it works after merge?

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
@ggwpez ggwpez added the enhancement New feature or request label Sep 23, 2022
@ggwpez ggwpez requested a review from a team as a code owner September 23, 2022 10:54
Copy link
Contributor

@mordamax mordamax left a comment

Choose a reason for hiding this comment

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

Praying 🙏 might help, although you can test by passing env variables which will override the pipeline-scripts reference to your branch

like this: /cmd queue -v PIPELINE_SCRIPTS_REF=oty-enable-instance-benchmarking -c bench-bot $ .......

Re. staging https://github.com/paritytech/ci_cd/issues/564

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
@ggwpez ggwpez merged commit fc5ca1d into master Sep 23, 2022
@ggwpez ggwpez deleted the oty-enable-instance-benchmarking branch September 23, 2022 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants