]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-139038: Update JIT results in preparation for 3.15a8 (GH-148018)
authorKen Jin <kenjin@python.org>
Thu, 2 Apr 2026 19:10:04 +0000 (03:10 +0800)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2026 19:10:04 +0000 (03:10 +0800)
Update JIT results in preparation for 3.15a8

Doc/whatsnew/3.15.rst

index 6f5d84a3b8ca8081ed5f6f86627d594f48bfdaaf..2a5f9c939e72806ae7d4c0caded00879c22c0983 100644 (file)
@@ -1347,11 +1347,11 @@ Upgraded JIT compiler
 
 Results from the `pyperformance <https://github.com/python/pyperformance>`__
 benchmark suite report
-`5-6% <https://doesjitgobrrr.com/run/2026-03-11>`__
+`6-7% <https://www.doesjitgobrrr.com/run/2026-04-01>`__
 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
-`8-9% <https://doesjitgobrrr.com/run/2026-03-11>`__
+`12-13% <https://www.doesjitgobrrr.com/run/2026-04-01>`__
 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