]> Sergey Matveev's repositories - public-inbox.git/commit
tests: make slow tests easier-to-find
authorEric Wong <e@80x24.org>
Mon, 30 Jan 2023 04:30:58 +0000 (04:30 +0000)
committerEric Wong <e@80x24.org>
Mon, 30 Jan 2023 06:42:43 +0000 (06:42 +0000)
commit155ee9cdaffd6232ef3c774d1a9f61d708fc8d6e
tree806834f3f6ddd62ee454f55f000e7b5cd22745d6
parent7b654d175cf2e31b4354929ea678563f534947e5
tests: make slow tests easier-to-find

t/run.perl now prints slowest 10 tests at startup, and I've
added ./devel/longest-tests to print all tests sorted by
elapsed time.

This should allow us to notice outliers more quickly in the
future.
MANIFEST
devel/longest-tests [new file with mode: 0755]
t/run.perl