Home
last modified time | relevance | path

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

/third_party/node/benchmark/test_runner/
Dsuite-tests.js11 testsPerSuite: [10, 100, 1000], property
19 async function run({ numberOfSuites, testsPerSuite, testType, concurrency }) { property
29 for (let j = 0; j < testsPerSuite; j++) {
43 for (let j = 0; j < testsPerSuite; j++) {
57 return numberOfSuites * testsPerSuite;