]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-139038: Update final JIT figures for 3.15rc1 (#149210)
authorKen Jin <kenjin@python.org>
Fri, 1 May 2026 18:55:38 +0000 (19:55 +0100)
committerGitHub <noreply@github.com>
Fri, 1 May 2026 18:55:38 +0000 (18:55 +0000)
Co-authored-by: Stan Ulbrych <stan@python.org>
Doc/whatsnew/3.15.rst

index 782b2fe002442ce8dbc9c3dbd24d6fc281847371..83d3cb82195caa066df1c207f5b28dfcc28b51f3 100644 (file)
@@ -1589,11 +1589,11 @@ Upgraded JIT compiler
 
 Results from the `pyperformance <https://github.com/python/pyperformance>`__
 benchmark suite report
-`6-7% <https://www.doesjitgobrrr.com/run/2026-04-01>`__
+`8-9% <https://www.doesjitgobrrr.com/run/2026-04-29>`__
 geometric mean performance improvement for the JIT over the standard CPython
 interpreter built with all optimizations enabled on x86-64 Linux. On AArch64
 macOS, the JIT has a
-`12-13% <https://www.doesjitgobrrr.com/run/2026-04-01>`__
+`12-13% <https://www.doesjitgobrrr.com/run/2026-04-29>`__
 speedup over the :ref:`tail calling interpreter <whatsnew314-tail-call-interpreter>`
 with all optimizations enabled. The speedups for JIT
 builds versus no JIT builds range from roughly 15% slowdown to over