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

Fetch --find-links indexes in parallel #934

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Fetch --find-links indexes in parallel #934

merged 1 commit into from
Jan 16, 2024

Conversation

charliermarsh
Copy link
Member

Summary

Removes a TODO.

Test Plan

Tested manually with:

cargo run -p puffin-cli -- \
    pip compile requirements.in -n \
    --find-links 'https://download.pytorch.org/whl/torch_stable.html' \
    --find-links 'https://storage.googleapis.com/jax-releases/jax_cuda_releases.html' \
    --verbose

And inspecting the logs to ensure that the two requests were kicked off concrurently.

@charliermarsh charliermarsh requested a review from konstin January 15, 2024 19:07
@charliermarsh charliermarsh added performance Potential performance improvement internal A refactor or improvement that is not user-facing labels Jan 15, 2024
@charliermarsh charliermarsh force-pushed the charlie/parallel branch 5 times, most recently from 7c2630e to ee6be7b Compare January 15, 2024 19:52
@konstin konstin merged commit b50e5fc into main Jan 16, 2024
3 checks passed
@konstin konstin deleted the charlie/parallel branch January 16, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing performance Potential performance improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants