-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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-92546: Move pprint benchmark into pyperformance #94613
gh-92546: Move pprint benchmark into pyperformance #94613
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had a nit, but looks good!
Misc/NEWS.d/next/Library/2022-07-06-21-24-03.gh-issue-92546.s5Upkh.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Restart tests because |
@ericsnowcurrently Could you look at this PR please? It removes the code fetched by python/pyperformance#222. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, aside from one small change.
Misc/NEWS.d/next/Library/2022-07-06-21-24-03.gh-issue-92546.s5Upkh.rst
Outdated
Show resolved
Hide resolved
Status check is done, and it's a success ✅ . |
Thanks for working on this, @arhadthedev! |
This PR couples with python/pyperformance#222 and supersedes #92560. Inspired by #93096 (comment).
Automerge-Triggered-By: GH:ericsnowcurrently