MCPcopy Index your code
hub / github.com/python/cpython / ftscalingbench.py

File ftscalingbench.py

Tools/ftscalingbench/ftscalingbench.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 5

namedtupleFunction · 0.90
localMethod · 0.80
mainFunction · 0.70
add_argumentMethod · 0.45
parse_argsMethod · 0.45

Tested by

no test coverage detected