Uh oh!
There was an error while loading. Please reload this page.
gh-132657: Add free-threading scaling benchmark for copy.copy and copy.deepcopy - #132658
gh-132657: Add free-threading scaling benchmark for copy.copy and copy.deepcopy#132658eendebakpt wants to merge 4 commits into
Conversation
colesbury
left a comment
There was a problem hiding this comment.
This looks good, but in general my preference is to add these benchmarks when we fix the scaling issue. I think of these like regression tests, and having a mix of "passing" and "failing" cases makes it harder to notice regressions.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Sam Gross <colesbury@gmail.com>
eendebakpt
commented
Apr 21, 2025
Thanks for the feedback. I suspect we will only need one of the two benchmarks as a regression test (as the reason for not scaling seems to be the same). Once we have a better scaling, I will remove one of the tests. |
This is taken from the PR pythonGH-132658.
eendebakpt
commented
Jan 20, 2026
@colesbury The |
colesbury
commented
Jan 20, 2026
Sounds good to me |
In this branch two benchmarks for the free-threading scaling are added. They are not completely microbenchmarks (they test multiple aspects of the free-threaded performance).