Searched refs:workerCount (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/testRunner/ |
D | runner.ts | 70 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/ |
D | tests.js | 49 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
|
D | options.js | 35 workers: process.env.workerCount || os.cpus().length,
|
/third_party/node/test/parallel/ |
D | test-tls-ticket-cluster.js | 32 const workerCount = 4; constant 86 for (let i = 0; i < workerCount; i++) {
|
/third_party/typescript/src/testRunner/parallel/ |
D | host.ts | 228 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++) {
|