Add benchmark for async tree workloads#187
Merged
ericsnowcurrently merged 8 commits intopython:mainfrom May 16, 2022
Merged
Conversation
arielin3
commented
Apr 27, 2022
pyperformance/data-files/benchmarks/bm_async_tree/requirements.txt
Outdated
Show resolved
Hide resolved
gvanrossum
reviewed
Apr 28, 2022
ericsnowcurrently
approved these changes
May 13, 2022
Member
ericsnowcurrently
left a comment
There was a problem hiding this comment.
I'll merge this tomorrow, after you've had a change to make any final changes.
Contributor
Author
|
@ericsnowcurrently Thanks so much for the review! Updated and addressed all the comments :) |
Contributor
Author
|
@ericsnowcurrently It looks like the most recent test failure (
Are you able to rerun the failed test? |
Member
|
Yeah, it's not this PR. |
Member
|
Thanks for working on this! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add a benchmark for testing async workloads, specifically an async tree workload that simulates simpler versions of a typical Instagram endpoint. ("typical implementation of endpoint in IG is an async function that in turn calls into numerous other async functions to generate an output." - see context below)
Motivation/Context
See python/cpython#91121
Testing
Running
pyperformancelocally:(EDIT: Testing updated on 5/4 after rename changes)