summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-14 14:27:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-14 14:27:35 -0400
commit3a564a0704a075e7b63897354fa630c57e3a354c (patch)
treef355544c98bb55330eadbef84681e8f3078402b3
parent69e172c4fd98100ee67802207c232092200520e7 (diff)
downloadpython-coveragepy-git-3a564a0704a075e7b63897354fa630c57e3a354c.tar.gz
Add a note about the lstat cache
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3b9dcbc2..99abfd42 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,6 +26,10 @@ Unreleased (might become 5.0)
been imported before coverage.py started measurement. See
:ref:`cmd_warnings` for more information.
+- Running coverage many times for small runs in a single process should be
+ faster, closing `issue 625`_. Thanks, David MacIver.
+
+.. _issue 625: https://bitbucket.org/ned/coveragepy/issues/625/lstat-dominates-in-the-case-of-small
.. _issue 650: https://bitbucket.org/ned/coveragepy/issues/650/allow-setting-configuration-file-location