We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810f68f commit c63629eCopy full SHA for c63629e
Doc/whatsnew/3.8.rst
@@ -2208,7 +2208,13 @@ Here's a summary of performance improvements since Python 3.3:
2208
Timing loop:
2209
loop_overhead 0.3 0.5 0.6 0.4 0.3 0.3
2210
2211
- (Measured from the macOS 64-bit builds found at python.org)
+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
+
2218
2219
Notable changes in Python 3.8.1
2220
===============================
0 commit comments