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

Performance of tests #37

Open
1 of 2 tasks
sadlerap opened this issue Dec 8, 2022 · 1 comment
Open
1 of 2 tasks

Performance of tests #37

sadlerap opened this issue Dec 8, 2022 · 1 comment
Milestone

Comments

@sadlerap
Copy link
Contributor

sadlerap commented Dec 8, 2022

With the release of v0.2.0, we've noticed that test runtimes can reach over an hour. Ideally, we'd like to have shorter test turnaround times. There are a few paths to investigate:

  • Shorter polling times: in a lot of places, we wait 5s between polls in test steps. We can probably cut this down. Reduce default poll retry from 5s to 1s #38
  • Parallelize tests: There isn't any reason we can't run tests in parallel.
@sadlerap
Copy link
Contributor Author

#38 reduces test runtimes by about 20 minutes, give or take. There may be further performance benefits to be had.

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

No branches or pull requests

1 participant