mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Use percentage over factor for 3.11 whatsnew performance (GH-92496)
This commit is contained in:
parent
ebb37fc3fd
commit
9304f98558
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue