This is an archive of the discontinued LLVM Phabricator instance.

[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
multiprocessing.Pool, which uses processes. Let's stay more abstract
and use "worker" everywhere.

Diff Detail

Repository
rL LLVM

Event Timeline

yln created this revision.Oct 4 2019, 11:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2019, 11:24 AM
yln 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
yln edited the summary of this revision. (Show Details)
rnk accepted this revision.Oct 4 2019, 11:46 AM

lgtm

This revision is now accepted and ready to land.Oct 4 2019, 11:46 AM
This revision was automatically updated to reflect the committed changes.