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

Fidget-Spinner webhook-mailer at python.org
Thu Jul 28 12:22:43 EDT 2022


https://github.com/python/cpython/commit/a1daf6e5ccd78e43ba1eb6fa8d0347e939ce8243
commit: a1daf6e5ccd78e43ba1eb6fa8d0347e939ce8243
branch: main
author: Ken Jin <28750310+Fidget-Spinner at users.noreply.github.com>
committer: Fidget-Spinner <28750310+Fidget-Spinner at users.noreply.github.com>
date: 2022-07-29T00:22:24+08:00
summary:

Update link to faster cpython benchmarks (GH-95391)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index f458f8e6a40bf..1b3a685dbacb9 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