mirror of https://github.com/python/cpython
Use percentage over factor for 3.11 whatsnew performance (GH-92496)
(cherry picked from commit 9304f98558
)
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
This commit is contained in:
parent
d6b83a3140
commit
5917e71017
|
@ -840,7 +840,7 @@ Optimizations
|
||||||
Faster CPython
|
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
|
than CPython 3.10 when measured with the
|
||||||
`pyperformance <https://github.com/python/pyperformance>`_ benchmark suite,
|
`pyperformance <https://github.com/python/pyperformance>`_ benchmark suite,
|
||||||
and compiled with GCC on Ubuntu Linux. Depending on your workload, the speedup
|
and compiled with GCC on Ubuntu Linux. Depending on your workload, the speedup
|
||||||
|
|
Loading…
Reference in New Issue