gh-125985: Add free threading scaling micro benchmarks (#125986)
These consist of a number of short snippets that help identify scaling bottlenecks in the free threaded interpreter. The current bottlenecks are in calling functions in benchmarks that call functions (due to `LOAD_ATTR` not yet using deferred reference counting) and when accessing thread-local data.
S
Sam Gross committed
00ea179879726ae221ac7084bdc14752c45ff558
Parent: b5b0634
Committed by GitHub <noreply@github.com>
on 10/28/2024, 9:47:23 PM