flame-engine / flame Public
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
Parallelize dartdoc step in cicd #954
Labels
Comments
|
Hey, can I give this one a try? |
mugbug
added a commit
to mugbug/flame
that referenced
this issue
Oct 17, 2021
mugbug
added a commit
to mugbug/flame
that referenced
this issue
Oct 18, 2021
erickzanardo
added a commit
that referenced
this issue
Oct 20, 2021
|
This is working and cut down the run time by a lot, great job @mugbug! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What could be improved
It takes 17 minutes to run the
flame-dartdoc-actionsince it is running it sequentially on all projects in the monorepo. It should be parallelized and it should bring down the time to ~3 minutes.Why should this be improved
Because waiting is bad for your sanity.
Any risks?
You might not have time to make new coffee before each merge.
More information
The text was updated successfully, but these errors were encountered: