| 1 | # This script runs a set of small benchmarks to help identify scaling |
| 2 | # bottlenecks in the free-threaded interpreter. The benchmarks consist |
| 3 | # of patterns that ought to scale well, but haven't in the past. This is |
| 4 | # typically due to reference count contention or lock contention. |
nothing calls this directly
no test coverage detected