Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Build test indexes in parallel using rayon. #1010

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

obi1kenobi
Copy link
Owner

rayon is already a transitive dependency for us. Add it as a dev-dependency and use it when deserializing rustdoc and building indexes.

This saves a few more seconds per cargo test run.

@obi1kenobi obi1kenobi enabled auto-merge (squash) December 1, 2024 22:19
`rayon` is already a transitive dependency for us. Add it as a dev-dependency and use it when deserializing rustdoc and building indexes.

This saves a few more seconds per `cargo test` run.
@obi1kenobi obi1kenobi force-pushed the build_test_indexes_in_parallel branch from 8c26bd9 to be10485 Compare December 1, 2024 22:29
@obi1kenobi obi1kenobi merged commit c0bf365 into main Dec 1, 2024
31 checks passed
@obi1kenobi obi1kenobi deleted the build_test_indexes_in_parallel branch December 1, 2024 22:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant