Skip to content

Commit 1bf7dee

Browse files
bpo-40197: Better describe the benchmark results table (GH-19386)
(cherry picked from commit c63629e) Co-authored-by: Raymond Hettinger <[email protected]>
1 parent 10dabbf commit 1bf7dee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2210,7 +2210,13 @@ Here's a summary of performance improvements since Python 3.3:
22102210
Timing loop:
22112211
loop_overhead 0.3 0.5 0.6 0.4 0.3 0.3
22122212
2213-
(Measured from the macOS 64-bit builds found at python.org)
2213+
The benchmarks were measured on an
2214+
`Intel® Core™ i7-4960HQ processor
2215+
<https://ark.intel.com/content/www/us/en/ark/products/76088/intel-core-i7-4960hq-processor-6m-cache-up-to-3-80-ghz.html>`_
2216+
running the macOS 64-bit builds found at
2217+
`python.org <https://www.python.org/downloads/mac-osx/>`_.
2218+
The benchmark script displays timings in nanoseconds.
2219+
22142220

22152221
Notable changes in Python 3.8.1
22162222
===============================

0 commit comments

Comments
 (0)