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
commit6867ca287a3c9ece6ccf63077ff39b75da7c1807 (patch)
tree28032ff5760242224b1c7c012b7fd32bf70dbc45
parent9208b873d699beb5a63b94a6791c73ee7accc243 (diff)
downloadpython-coveragepy-6867ca287a3c9ece6ccf63077ff39b75da7c1807.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 3b9dcbc..99abfd4 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