diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-14 14:27:35 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-14 14:27:35 -0400 |
commit | 3a564a0704a075e7b63897354fa630c57e3a354c (patch) | |
tree | f355544c98bb55330eadbef84681e8f3078402b3 | |
parent | 69e172c4fd98100ee67802207c232092200520e7 (diff) | |
download | python-coveragepy-git-3a564a0704a075e7b63897354fa630c57e3a354c.tar.gz |
Add a note about the lstat cache
-rw-r--r-- | CHANGES.rst | 4 |
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 |