Mercurial > hg > CbC > CbC_llvm
annotate utils/lit/examples/many-tests/README.txt @ 122:36195a0db682
merging ( incomplete )
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Nov 2017 20:32:31 +0900 |
parents | 95c75e76d11b |
children |
rev | line source |
---|---|
0 | 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. |