Home
last modified time | relevance | path

Searched refs:workerCount (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/testRunner/
Drunner.ts70 export let workerCount: number; variable
80 workerCount?: number; property
109 if (testConfig.workerCount) {
110 workerCount = +testConfig.workerCount;
269 else if (taskConfigsFolder && workerCount && workerCount > 1) {
/third_party/typescript/scripts/build/
Dtests.js49 let workerCount, taskConfigsFolder;
60 workerCount = cmdLineOptions.workers;
68 …writeTestConfigFile(tests, runners, light, taskConfigsFolder, workerCount, stackTraceLimit, testTi…
184 function writeTestConfigFile(tests, runners, light, taskConfigsFolder, workerCount, stackTraceLimit… argument
189 workerCount, property
Doptions.js35 workers: process.env.workerCount || os.cpus().length,
/third_party/node/test/parallel/
Dtest-tls-ticket-cluster.js32 const workerCount = 4; constant
86 for (let i = 0; i < workerCount; i++) {
/third_party/typescript/src/testRunner/parallel/
Dhost.ts228 const batchCount = workerCount;
231 …const batchSize = (totalCost / workerCount) * packfraction; // Keep spare tests for unittest threa…
233 console.log(`Starting to run tests using ${workerCount} threads...`);
251 for (let i = 0; i < workerCount; i++) {
337 if (closedWorkers === workerCount) {
369 … if (tasks.length <= workerCount) { // Keep a small reserve even in the suboptimally packed case
417 for (let i = 0; i < workerCount; i++) {