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

Cache after base run #2

Open
devKarpov opened this issue Apr 18, 2023 · 1 comment
Open

Cache after base run #2

devKarpov opened this issue Apr 18, 2023 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@devKarpov
Copy link
Collaborator

No description provided.

@devKarpov devKarpov added this to the Read through repo for TODOS milestone Apr 18, 2023
@villiamriegler
Copy link
Collaborator

An alternative approach would be to pull the diff from the last push. This allows the program to look through less code. However, the current biggest bottleneck in performance is building dependencies every time in docker. Parsing comments is essentially instant in comparison, therefore this will be pushed until either we are able to speed up build time or we see significant time being spent on parsing. This could be if this action are to be used on a truly large repository. However, as the action runs in the background we are also able to take more time as the creation of issues does not block any other work and the issues will eventually appear as soon as the container image is built.

@villiamriegler villiamriegler added enhancement New feature or request wontfix This will not be worked on labels May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants