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

Open
1 task
mikeingold opened this issue Sep 29, 2024 · 3 comments
Open
1 task

Unit test completion could be faster #94

mikeingold opened this issue Sep 29, 2024 · 3 comments
Labels

Comments

@mikeingold
Copy link
Owner

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
Collaborator

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
Owner Author

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

@mikeingold
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants