diff options
author | Ken Jin <kenjin4096@gmail.com> | 2022-05-08 16:44:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 16:44:55 (GMT) |
commit | 9304f9855852f8cc823534b954206181b933065e (patch) | |
tree | a135304c122152d6fdc945756a5acb1d8f1a7a52 /Doc | |
parent | ebb37fc3fdcb03db4e206db017eeef7aaffbae84 (diff) | |
download | cpython-9304f9855852f8cc823534b954206181b933065e.zip cpython-9304f9855852f8cc823534b954206181b933065e.tar.gz cpython-9304f9855852f8cc823534b954206181b933065e.tar.bz2 |
Use percentage over factor for 3.11 whatsnew performance (GH-92496)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index ddae025..793c92a 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 |