Skip to content

perf: improve RuntimeSupport integration test performance #1866

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

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

philasmar
Copy link
Contributor

@philasmar philasmar commented Nov 9, 2024

Description of changes:
This PR improves the runtime of the integration tests when ran through the CI/CD pipeline.
It brings down the runtime from 2.5 hours per architecture (which were ran sequentially, meaning a total of 5 hours) to 7 mins per architecture (which will be run in parallel).
I have also updated them to run in isolation of one another which prevents parallel runs to conflict with each other. This will allow both X86 and ARM tests to run parallel with no issues.

Before the change
image

After the change
image

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@philasmar philasmar requested review from normj, 96malhar, ashishdhingra and a user November 9, 2024 03:25
@philasmar philasmar merged commit 9b3eda9 into dev Nov 11, 2024
4 checks passed
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.

3 participants