Home
last modified time | relevance | path

Searched defs:concurrency (Results 1 – 25 of 74) sorted by relevance

123

/third_party/node/test/es-module/
Dtest-esm-extensionless-esm-and-wasm.mjs7 describe('extensionless ES modules within a "type": "module" package scope', { concurrency: true },… property
32 describe('extensionless Wasm modules within a "type": "module" package scope', { concurrency: true … property
58 describe('extensionless ES modules within no package scope', { concurrency: true }, () => { property
82 describe('extensionless Wasm within no package scope', { concurrency: true }, () => { property
Dtest-esm-type-flag-package-scopes.mjs8 { concurrency: true }, () => { property
63 "type" field and is not under node_modules`, { concurrency: true }, () => { property
125 "type" field and is under node_modules`, { concurrency: true }, () => { property
Dtest-esm-loader-hooks.mjs7 describe('Loader hooks', { concurrency: true }, () => { property
53 describe('should handle never-settling hooks in ESM files', { concurrency: true }, () => { property
112 describe('should handle never-settling hooks in CJS files', { concurrency: true }, () => { property
Dtest-esm-loader-spawn-promisified.mjs7 describe('Loader hooks throwing errors', { concurrency: true }, () => { property
164 describe('Loader hooks parsing modules', { concurrency: true }, () => { property
Dtest-esm-loader-programmatically.mjs23 describe('ESM: programmatically register loaders', { concurrency: true }, () => { property
52 describe('registering via --import', { concurrency: true }, () => { property
Dtest-esm-type-flag-cli-entry.mjs6 describe('--experimental-default-type=module should not support extension searching', { concurrency property
36 describe('--experimental-default-type=module should not parse paths as URLs', { concurrency: true }… property
Dtest-esm-initialization.mjs8 describe('ESM: ensure initialization happens only once', { concurrency: true }, () => { property
Dtest-esm-experimental-warnings.mjs8 describe('ESM: warn for obsolete hooks provided', { concurrency: true }, () => { property
Dtest-esm-loader-thenable.mjs8 describe('ESM: thenable loader hooks', { concurrency: true }, () => { property
Dtest-esm-nowarn-exports.mjs8 describe('ESM: experiemental warning for import.meta.resolve', { concurrency: true }, () => { property
Dtest-esm-type-flag-loose-files.mjs8 { concurrency: true }, () => { property
Dtest-esm-import-json-named-export.mjs8 describe('ESM: named JSON exports', { concurrency: true }, () => { property
Dtest-esm-loader-with-syntax-error.mjs8 describe('ESM: loader with syntax error', { concurrency: true }, () => { property
Dtest-esm-non-js.mjs8 describe('ESM: non-js extensions fail', { concurrency: true }, () => { property
Dtest-loaders-workers-spawned.mjs7 describe('Worker threads do not spawn infinitely', { concurrency: true }, () => { property
Dtest-esm-syntax-error.mjs8 describe('ESM: importing a module with syntax error(s)', { concurrency: true }, () => { property
/third_party/node/benchmark/test_runner/
Dsuite-tests.js13 concurrency: ['yes', 'no'], property
19 async function run({ numberOfSuites, testsPerSuite, testType, concurrency }) { field
28 describe(`${i}`, { concurrency }, () => { field
42 describe(`${i}`, { concurrency }, () => { field
/third_party/node/test/parallel/
Dtest-stream-map.js165 }, 2), { signal: ac.signal, concurrency: 2, highWaterMark: 0 }); property
185 }, { concurrency: 2 }); property
210 }, { concurrency: 2 }); property
257 }, { concurrency: 6 }); property
305 }, { concurrency: 5, highWaterMark: 7 }); property
329 }, { concurrency: 2 }) property
348 concurrency: 'Foo' property
351 concurrency: -1 property
Dtest-runner-option-validation.js18 assert.throws(() => test({ concurrency }), { code: 'ERR_INVALID_ARG_TYPE' }); field
21 assert.throws(() => test({ concurrency }), { code: 'ERR_OUT_OF_RANGE' }); field
25 test({ concurrency }); field
Dtest-runner-concurrency.js14 describe('Concurrency option (boolean) = true', { concurrency: true }, () => { property
27 { concurrency: false }, property
41 describe('concurrency: true implies Infinity', { concurrency: true }, () => { property
Dtest-stream-filter.js124 }, { signal: ac.signal, concurrency: 2 }); property
146 }, { concurrency: 2 }); property
160 concurrency: 'Foo' property
Dtest-stream-flatMap.js78 }), { signal: ac.signal, concurrency: 2 }); property
114 concurrency: 'Foo' property
/third_party/node/lib/internal/main/
Dtest_runner.js27 let concurrency = getOptionValue('--test-concurrency') || true; variable
63 concurrency, property
/third_party/node/benchmark/tls/
Dtls-connect.js7 concurrency: [1, 10], property
14 let concurrency; variable
/third_party/python/Doc/library/
Dconcurrency.rst1 .. _concurrency: target

123