In the past, lit used threads to run tests in parallel. Today we use
multiprocessing.Pool, which uses processes. Let's stay more abstract
and use "worker" everywhere.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D68475
[lit] Use better name for "test in parallel" concept ClosedPublic Authored by yln on Oct 4 2019, 11:24 AM.
Details Summary In the past, lit used threads to run tests in parallel. Today we use
Diff Detail
Event Timelineyln retitled this revision from [lit][NFC] Use better name for "test in parallel" concept to [lit] Use better name for "test in parallel" concept.Oct 4 2019, 11:28 AM This revision is now accepted and ready to land.Oct 4 2019, 11:46 AM Closed by commit rL373794: [lit] Use better name for "test in parallel" concept (authored by yln). · Explain WhyOct 4 2019, 2:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 223300 llvm/trunk/utils/lit/lit/main.py
llvm/trunk/utils/lit/lit/run.py
llvm/trunk/utils/lit/tests/discovery.py
llvm/trunk/utils/lit/tests/parallelism-groups.py
|