Skip to content
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

Speed up the CI? #1092

Closed
martincostello opened this issue Mar 31, 2023 · 3 comments
Closed

Speed up the CI? #1092

martincostello opened this issue Mar 31, 2023 · 3 comments
Assignees
Labels
Milestone

Comments

@martincostello
Copy link
Member

Since we introduced mutation testing I've noticed that the build time has increased significantly compared to the few minutes it took previously to now run in about 25 minutes.

Is there a way we can improve the time the mutation tests take to run? I've not used it myself before, so I'm not familiar with whether or not ~20 minutes to run the tests for a codebase the size of Polly's is expected/normal.

If it's just a fact of life with the use of this approach that's fine, but if there's something we can do to speed it up that would be good.

@martintmk
Copy link
Contributor

@martincostello
The mutation testing takes a long time. In our code-base we have some tricks to only run mutation tests on affected projects (otherwise our runs could take > 5 hours).

The problem is that infrastructure is internal and would be hard to replicate here. There are plans to make it public so we can use it once it's available.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2023

This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made.

@github-actions github-actions bot added the stale Stale issues or pull requests label Jul 1, 2023
@martincostello martincostello removed the stale Stale issues or pull requests label Jul 1, 2023
@martincostello
Copy link
Member Author

Let's consider this resolved by #1151, #1354 and #1369.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants