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

How to run benches for all runtimes? #116

Closed
joepetrowski opened this issue Oct 14, 2022 · 3 comments
Closed

How to run benches for all runtimes? #116

joepetrowski opened this issue Oct 14, 2022 · 3 comments
Labels
question Further information is requested

Comments

@joepetrowski
Copy link

E.g. paritytech/polkadot#6155 (comment)

Instead of specifying "westend", is it possible to run benchmarks for all runtimes with one command?

@joepetrowski joepetrowski added the question Further information is requested label Oct 14, 2022
@ggwpez
Copy link
Member

ggwpez commented Oct 14, 2022

Currently the only way to do it is to post multiple lines:

/cmd queue -c bench-bot $ pallet westend-dev runtime_parachains::hrmp
/cmd queue -c bench-bot $ pallet kusama-dev runtime_parachains::hrmp

This is far from ideal, since it compiles twice and therefore blocks the runner and queue for much longer.
I think @mordamax is working on some improved github-external UI.

@mordamax
Copy link
Contributor

I guess this is similar paritytech/pipeline-scripts#68 ?
but indeed, we'll try to include this case into requirements to improvements

@mordamax
Copy link
Contributor

mordamax commented Jan 5, 2023

Will be improved within #131

@mordamax mordamax closed this as completed Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants