MCPcopy Index your code
hub / github.com/nodejs/node / main

Function main

benchmark/test_runner/global-concurrent-tests.js:41–46  ·  view source on GitHub ↗
({ n, type })

Source from the content-addressed store, hash-verified

39}
40
41function main({ n, type }) {
42 bench.start();
43 run(n, type).then(() => {
44 bench.end(n);
45 });
46}

Callers

nothing calls this directly

Calls 4

runFunction · 0.70
startMethod · 0.45
thenMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…