summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2019-02-03 06:54:56 (GMT)
committerGitHub <noreply@github.com>2019-02-03 06:54:56 (GMT)
commitf75d59e1a896115bd52f543a417c665d6edc331f (patch)
tree2844619da81c9c03ae3cdd7fb4576a23782a9a87 /Misc
parent2c2ba05a6be0b7fafa0e2a833a65876e41d4733d (diff)
downloadcpython-f75d59e1a896115bd52f543a417c665d6edc331f.zip
cpython-f75d59e1a896115bd52f543a417c665d6edc331f.tar.gz
cpython-f75d59e1a896115bd52f543a417c665d6edc331f.tar.bz2
bpo-35884: Add variable access benchmarking script (GH-11725)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2019-02-01-12-22-37.bpo-35884.hJkMRD.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2019-02-01-12-22-37.bpo-35884.hJkMRD.rst b/Misc/NEWS.d/next/Tools-Demos/2019-02-01-12-22-37.bpo-35884.hJkMRD.rst
new file mode 100644
index 0000000..416eeac
--- /dev/null
+++ b/Misc/NEWS.d/next/Tools-Demos/2019-02-01-12-22-37.bpo-35884.hJkMRD.rst
@@ -0,0 +1,2 @@
+Add a benchmark script for timing various ways to access variables:
+``Tools/scripts/var_access_benchmark.py``.