-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parallelize remote file downloads within each iree_tests directory. (#…
…297) Progress on #285 This is a simple improvement over serial processing, but it could still be improved further. Looks like this shaves ~10 seconds off runs in this repo: * Before 45s: https://github.com/nod-ai/SHARK-TestSuite/actions/runs/9996869262/job/27632145027#step:6:15 * After 35s: https://github.com/nod-ai/SHARK-TestSuite/actions/runs/9997455742/job/27634060037?pr=297#step:6:15 I saw 2m+ runs in IREE, hopefully this helps there too. Should be able to get the total time down to 10-20 seconds.
- Loading branch information
Showing
1 changed file
with
36 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters