[Python-checkins] [3.11] Update link to faster cpython benchmarks (GH-95391) (GH-95392)

miss-islington webhook-mailer at python.org
Thu Jul 28 12:31:36 EDT 2022


https://github.com/python/cpython/commit/9626dea86f500aa7bc4bbe7920842f979feee527
commit: 9626dea86f500aa7bc4bbe7920842f979feee527
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-07-28T09:31:31-07:00
summary:

[3.11] Update link to faster cpython benchmarks (GH-95391) (GH-95392)



(cherry picked from commit a1daf6e5ccd78e43ba1eb6fa8d0347e939ce8243)


Co-authored-by: Ken Jin <28750310+Fidget-Spinner at users.noreply.github.com>

Automerge-Triggered-By: GH:Fidget-Spinner

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index f2b9287d004d5..7b01fe2d96339 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -900,7 +900,7 @@ Optimizations
 Faster CPython
 ==============
 
-CPython 3.11 is on average `25% faster <https://github.com/faster-cpython/ideas/blob/main/main-vs-310.rst>`_
+CPython 3.11 is on average `25% faster <https://github.com/faster-cpython/ideas#published-results>`_
 than CPython 3.10 when measured with the
 `pyperformance <https://github.com/python/pyperformance>`_ benchmark suite,
 and compiled with GCC on Ubuntu Linux. Depending on your workload, the speedup



More information about the Python-checkins mailing list