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

Unit test completion could be faster #94

Closed
1 task
mikeingold opened this issue Sep 29, 2024 · 3 comments · Fixed by #109
Closed
1 task

Unit test completion could be faster #94

mikeingold opened this issue Sep 29, 2024 · 3 comments · Fixed by #109
Labels

Comments

@mikeingold
Copy link
Collaborator

The CI action for running tests currently takes on the order of 20 minutes to complete in GitHub. I suspect that this will be improved via (#67), but additional work could probably be done, e.g.:

  • Minimize the precision of all @test integration rules to balance test passing with compute time
@JoshuaLampert
Copy link
Member

Sounds good. We could also split up the tests into multiple CI GitHub Action runs, where each GitHub Action job runs a different subset of the tests.

@mikeingold
Copy link
Collaborator Author

This was helped somewhat by #96, which improved overall performance by strong 10%.

@mikeingold
Copy link
Collaborator Author

This was helped again by #100, which reduced CI time by about 2 minutes.

@mikeingold mikeingold linked a pull request Oct 14, 2024 that will close this issue
@mikeingold mikeingold pinned this issue Oct 14, 2024
@mikeingold mikeingold unpinned this issue Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants