From: Raymond Hettinger Date: Mon, 6 Apr 2020 01:53:06 +0000 (-0700) Subject: bpo-40197: Better describe the benchmark results table (GH-19386) X-Git-Tag: v3.9.0a6~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c63629e7c09da80a6b7d0253d04a9b3f57f88eff;p=thirdparty%2FPython%2Fcpython.git bpo-40197: Better describe the benchmark results table (GH-19386) --- diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 18fb2e07ed77..6d2b0d905ff0 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -2208,7 +2208,13 @@ Here's a summary of performance improvements since Python 3.3: Timing loop: loop_overhead 0.3 0.5 0.6 0.4 0.3 0.3 - (Measured from the macOS 64-bit builds found at python.org) +The benchmarks were measured on an +`Intel® Core™ i7-4960HQ processor +`_ +running the macOS 64-bit builds found at +`python.org `_. +The benchmark script displays timings in nanoseconds. + Notable changes in Python 3.8.1 ===============================