-
-
Notifications
You must be signed in to change notification settings - Fork 34k
Open
Labels
performancePerformance or resource usagePerformance or resource usagetopic-free-threadingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
I'm having trouble pinpointing the commit, but there seems to be a substantial regression:
Machine 1 (Intel(R) Core(TM) Ultra 7 155H)
~/cpython$ uv run -p 3.14.2t python Tools/ftscalingbench/ftscalingbench.py -t 10 --scale 10000 generator --parallel-only
Running benchmarks with 10 threads
generator 407.3 ms
~/cpython$ uv run -p 3.15.0a3t python Tools/ftscalingbench/ftscalingbench.py -t 10 --scale 10000 generator --parallel-only
Running benchmarks with 10 threads
generator 587.8 ms
Machine 2 (Intel(R) Xeon(R) Gold 6230 CPU)
~/cpython$ uv run -p 3.14.2t python Tools/ftscalingbench/ftscalingbench.py -t 10 --scale 10000 generator --parallel-only
Running benchmarks with 10 threads
generator 608.5 ms
~/cpython$ uv run -p 3.15.0a3t python Tools/ftscalingbench/ftscalingbench.py -t 10 --scale 10000 generator --parallel-only
Running benchmarks with 10 threads
generator 1328.7 ms
Metadata
Metadata
Assignees
Labels
performancePerformance or resource usagePerformance or resource usagetopic-free-threadingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error