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

Checking out the repository in Actions is slow #10

Open
ahouseholder opened this issue Nov 1, 2022 · 3 comments
Open

Checking out the repository in Actions is slow #10

ahouseholder opened this issue Nov 1, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@ahouseholder
Copy link
Contributor

It's taking over 20 minutes for each action to check out the repository before it can do anything. This results in every run of SearchRepos using basically 12 hours of compute time, and the vast bulk of that is checking out the repository. Probably time to optimize the process and see if we can make it more efficient.

@ahouseholder
Copy link
Contributor Author

See also #17. Worth keeping this issue in mind when implementing that.

@ahouseholder
Copy link
Contributor Author

The treeless clone idea in https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/ might be relevant to solve this.

@ahouseholder
Copy link
Contributor Author

This might be a duplicate of #7

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

No branches or pull requests

1 participant