summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-14 20:03:20 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-14 20:03:20 -0400
commitec9070f1387e9713236f3b8c47447df44447df23 (patch)
tree7e88dde62527a0f9a8595e97776346b5f63d5b58 /CHANGES.rst
parenta1101953f253754514e74d3d648c4d4ef9c0ad6c (diff)
downloadpython-coveragepy-git-ec9070f1387e9713236f3b8c47447df44447df23.tar.gz
perf: reduce the overhead of recording branches
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f2e2f1bc..81e02732 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,6 +27,9 @@ Unreleased
file10.py will appear after file9.py. This applies to file names, module
names, environment variables, and test contexts.
+- Branch coverage measurement is faster, though you might only notice on
+ code that is executed many times, such as long-running loops.
+
.. _changes_602: