We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There can be steps to be executed in parallel (a naive assumption could be that nearly all steps can be) to save time.
EnsureCleanState is ~10-30% of each e2e test run time, so optimizing it can substantially reduce the overall e2e tests run time.
Figure out which blocks are safe to execute in parallel and do so.
The text was updated successfully, but these errors were encountered:
Will do after #20942 and #20939 are merged.
Sorry, something went wrong.
andrii-korotkov-verkada
No branches or pull requests
Summary
There can be steps to be executed in parallel (a naive assumption could be that nearly all steps can be) to save time.
Motivation
EnsureCleanState is ~10-30% of each e2e test run time, so optimizing it can substantially reduce the overall e2e tests run time.
Proposal
Figure out which blocks are safe to execute in parallel and do so.
The text was updated successfully, but these errors were encountered: