[Python-checkins] Use percentage over factor for 3.11 whatsnew performance (GH-92496)

Fidget-Spinner webhook-mailer at python.org
Sun May 8 12:45:12 EDT 2022


https://github.com/python/cpython/commit/9304f9855852f8cc823534b954206181b933065e
commit: 9304f9855852f8cc823534b954206181b933065e
branch: main
author: Ken Jin <kenjin4096 at gmail.com>
committer: Fidget-Spinner <kenjin4096 at gmail.com>
date: 2022-05-09T00:44:55+08:00
summary:

Use percentage over factor for 3.11 whatsnew performance (GH-92496)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index ddae025af5b16..793c92aaea416 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -840,7 +840,7 @@ Optimizations
 Faster CPython
 ==============
 
-CPython 3.11 is on average `1.25x 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/blob/main/main-vs-310.rst>`_
 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