You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[here](https://github.com/Yhg1s/python-benchmarking-public). Note that this is the geometric mean. So there are select workloads where the JIT does show a real speedup!
85
86
86
87

87
88
(Image credits to Thomas Wouters). Anything below 1.00x on the graph is a slowdown.
@@ -92,6 +93,33 @@ by random performance bugs on the side (which has happened many times now).
92
93
**Note: this result only applies to our x64 benchmarks.**
93
94
**I cannot conclude anything about AArch64, which has been improving over time.**
94
95
96
+
In some cases, we do see significant speedups (up to ~20%) in certain
97
+
benchmarks. Indicating that some progress has been made on 3.14. Which is a
98
+
good thing! What we're tackling is that the performance
99
+
is a mixed bag and often not very predictable. In the
100
+
[richards](https://github.com/python/pyperformance/blob/main/pyperformance/data-files/benchmarks/bm_richards/run_benchmark.py) benchmark, we see a ~20% speedup,
0 commit comments