From 5917e71017af916e4e03953794ec85f0381d8625 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 8 May 2022 09:59:14 -0700 Subject: Use percentage over factor for 3.11 whatsnew performance (GH-92496) (cherry picked from commit 9304f9855852f8cc823534b954206181b933065e) Co-authored-by: Ken Jin --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ +CPython 3.11 is on average `25% faster `_ than CPython 3.10 when measured with the `pyperformance `_ benchmark suite, and compiled with GCC on Ubuntu Linux. Depending on your workload, the speedup -- cgit v0.12