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

Use asyncio gather for multiple waits in tests #503

Merged
merged 1 commit into from
May 19, 2023
Merged

Conversation

sanders41
Copy link
Owner

I was able to get ~8% improvement in the test suite time by using asyncio gather when there are multiple wait_for_tasks in a test

@sanders41 sanders41 added the skip-changelog Don't include in the change log label May 19, 2023
@sanders41 sanders41 merged commit 8ba947d into main May 19, 2023
7 checks passed
@sanders41 sanders41 deleted the wait-gather branch May 19, 2023 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Don't include in the change log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant