Skip to content

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

Merged
kumaraditya303 merged 5 commits into
python:mainfrom
itamaro:async-tree-tg
Jun 13, 2023
Merged

gh-287: Add TaskGroups variants to async_tree benchmarks#293
kumaraditya303 merged 5 commits into
python:mainfrom
itamaro:async-tree-tg

Conversation

@itamaro

Copy link
Copy Markdown
Contributor

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.

fixedgh-287

@itamaro

Copy link
Copy Markdown
ContributorAuthor

cc @kumaraditya303 you were interested in this

Comment threadpyperformance/data-files/benchmarks/bm_async_tree/run_benchmark.py Outdated
@kumaraditya303
kumaraditya303 merged commit c2e1adb into python:mainJun 13, 2023
Sign up for freeto 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

@itamaro@kumaraditya303