tests/README
author Joerg Sonnenberger <joerg@bec.de>
Wed, 21 Oct 2020 01:48:09 +0200
changeset 45779 8719a5b68419
parent 26421 4b0fc75f9403
permissions -rw-r--r--
revlog: use LRU for the chain cache For a large repository, this reduces the number of filelog instances and associated data a lot. For a 1% speed penalty, it reduces peak RSS by 20% for the full NetBSD test repository. Differential Revision: https://phab.mercurial-scm.org/D9235

To run the tests, do:

cd tests/
python run-tests.py

See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.