mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 02:53:43 +00:00
[compiletest] Parallelize test discovery Certain filesystems are slow to service individual read requests, but can service many in parallel. This change brings down the time to run a single cached test on one of those filesystems from 40s to about 8s.