]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40197: Better describe the benchmark results table (GH-19386)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Apr 2020 20:00:15 +0000 (13:00 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2020 20:00:15 +0000 (13:00 -0700)
(cherry picked from commit c63629e7c09da80a6b7d0253d04a9b3f57f88eff)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Doc/whatsnew/3.8.rst

index a7abdf0252e5b865e9aaf5660acd8744379d0504..ad7d5d4c670b3d28c2a16c00168bdf2c42a7f905 100644 (file)
@@ -2210,7 +2210,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
+<https://ark.intel.com/content/www/us/en/ark/products/76088/intel-core-i7-4960hq-processor-6m-cache-up-to-3-80-ghz.html>`_
+running the macOS 64-bit builds found at
+`python.org <https://www.python.org/downloads/mac-osx/>`_.
+The benchmark script displays timings in nanoseconds.
+
 
 Notable changes in Python 3.8.1
 ===============================