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

gh-287: Add TaskGroups variants to async_tree benchmarks #293

Merged
merged 5 commits into from Jun 13, 2023

Conversation

itamaro
Copy link
Contributor

@itamaro itamaro commented May 27, 2023

This PR adds 8 new async_tree benchmark variants covering TaskGroups usage for the 8 original variants.
In addition, I also added asyncio tags to all these benchmarks, and added a requires-python field to restrict the TaskGroups variants to >=3.11 and the eager variants to >=3.12.

fixed gh-287

@itamaro
Copy link
Contributor Author

itamaro commented May 27, 2023

cc @kumaraditya303 you were interested in this

@kumaraditya303 kumaraditya303 merged commit c2e1adb into python:main Jun 13, 2023
12 checks passed
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

Successfully merging this pull request may close these issues.

asyncio gather vs TaskGroup in async_tree benchmarks
2 participants