Home | History | Annotate | only in /external/llvm/utils/lit/examples/many-tests
Up to higher level directory
NameDateSize
lit.cfg22-Oct-2020639
README.txt22-Oct-2020382

README.txt

      1 ========================
      2  Many Tests lit Example
      3 ========================
      4 
      5 This directory contains a trivial lit test suite configuration that defines a
      6 custom test format which just generates a large (N=10000) number of tests that
      7 do a small amount of work in the Python test execution code.
      8 
      9 This test suite is useful for testing the performance of lit on large numbers of
     10 tests.
     11