We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dabbf commit 1bf7deeCopy full SHA for 1bf7dee
Doc/whatsnew/3.8.rst
@@ -2210,7 +2210,13 @@ Here's a summary of performance improvements since Python 3.3:
2210
Timing loop:
2211
loop_overhead 0.3 0.5 0.6 0.4 0.3 0.3
2212
2213
- (Measured from the macOS 64-bit builds found at python.org)
+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
+
2220
2221
Notable changes in Python 3.8.1
2222
===============================
0 commit comments