Skip to content

Commit 74a82a2

Browse files
gh-139038: Update JIT results in preparation for 3.15a8 (GH-148018)
Update JIT results in preparation for 3.15a8
1 parent 86b8617 commit 74a82a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,11 +1347,11 @@ Upgraded JIT compiler
13471347

13481348
Results from the `pyperformance <https://github.com/python/pyperformance>`__
13491349
benchmark suite report
1350-
`5-6% <https://doesjitgobrrr.com/run/2026-03-11>`__
1350+
`6-7% <https://www.doesjitgobrrr.com/run/2026-04-01>`__
13511351
geometric mean performance improvement for the JIT over the standard CPython
13521352
interpreter built with all optimizations enabled on x86-64 Linux. On AArch64
13531353
macOS, the JIT has a
1354-
`8-9% <https://doesjitgobrrr.com/run/2026-03-11>`__
1354+
`12-13% <https://www.doesjitgobrrr.com/run/2026-04-01>`__
13551355
speedup over the :ref:`tail calling interpreter <whatsnew314-tail-call-interpreter>`
13561356
with all optimizations enabled. The speedups for JIT
13571357
builds versus no JIT builds range from roughly 15% slowdown to over

0 commit comments

Comments
 (0)