xref: /openbsd-src/gnu/llvm/llvm/utils/lit/examples/many-tests/README.txt (revision 09467b48e8bc8b4905716062da846024139afbf2)
1*09467b48Spatrick========================
2*09467b48Spatrick Many Tests lit Example
3*09467b48Spatrick========================
4*09467b48Spatrick
5*09467b48SpatrickThis directory contains a trivial lit test suite configuration that defines a
6*09467b48Spatrickcustom test format which just generates a large (N=10000) number of tests that
7*09467b48Spatrickdo a small amount of work in the Python test execution code.
8*09467b48Spatrick
9*09467b48SpatrickThis test suite is useful for testing the performance of lit on large numbers of
10*09467b48Spatricktests.
11