Skip to content

[uss_qualifier/reports] Parallelize artifact creation#1415

Merged
mickmis merged 1 commit intointeruss:mainfrom
BenjaminPelletier:parallel-artifacts
Apr 8, 2026
Merged

[uss_qualifier/reports] Parallelize artifact creation#1415
mickmis merged 1 commit intointeruss:mainfrom
BenjaminPelletier:parallel-artifacts

Conversation

@BenjaminPelletier
Copy link
Copy Markdown
Member

Although artifact creation is not a huge component of test time, artifacts for large test runs can take minutes to generate. This PR takes advantage of the fact that report generation is independent and parallelizes generation of different artifacts. Experimentally, this reduces artifact generation for f3548_self_contained from 17.4 seconds to 11.6 seconds in the tests I ran locally, and the total time is only slightly longer than the single artifact that takes the longest to generate.

@BenjaminPelletier BenjaminPelletier marked this pull request as ready for review April 8, 2026 06:49
Copy link
Copy Markdown
Contributor

@mickmis mickmis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mickmis mickmis merged commit 0976fa9 into interuss:main Apr 8, 2026
22 checks passed
@BenjaminPelletier BenjaminPelletier deleted the parallel-artifacts branch April 9, 2026 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants