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

Improve feature power set runtime #449

Closed
spencewenski opened this issue Oct 17, 2024 · 2 comments
Closed

Improve feature power set runtime #449

spencewenski opened this issue Oct 17, 2024 · 2 comments

Comments

@spencewenski
Copy link
Member

Some ideas

  • Split up the checks into multiple sub jobs (matrix)
  • Randomize a small subset of features to check together and run more often, e.g. on each PR
  • Reduce the depth of the power set. It’s already pretty low though…
  • Some combination of all of these
@spencewenski
Copy link
Member Author

Might be able to split the cargo-hack into multiple workers using the --print-command-list flag (see taiki-e/cargo-hack#175)

@spencewenski
Copy link
Member Author

Closed in #454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant