Skip to content

Commit c63629e

Browse files
authored
bpo-40197: Better describe the benchmark results table (GH-19386)
1 parent 810f68f commit c63629e

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
@@ -2208,7 +2208,13 @@ Here's a summary of performance improvements since Python 3.3:
22082208
Timing loop:
22092209
loop_overhead 0.3 0.5 0.6 0.4 0.3 0.3
22102210
2211-
(Measured from the macOS 64-bit builds found at python.org)
2211+
The benchmarks were measured on an
2212+
`Intel® Core™ i7-4960HQ processor
2213+
<https://ark.intel.com/content/www/us/en/ark/products/76088/intel-core-i7-4960hq-processor-6m-cache-up-to-3-80-ghz.html>`_
2214+
running the macOS 64-bit builds found at
2215+
`python.org <https://www.python.org/downloads/mac-osx/>`_.
2216+
The benchmark script displays timings in nanoseconds.
2217+
22122218

22132219
Notable changes in Python 3.8.1
22142220
===============================

0 commit comments

Comments
 (0)