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

Function main

benchmark/test_runner/run-single-test-file.js:56–62  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

54}
55
56function main(params) {
57 setup(params.numberOfTestFiles);
58 bench.start();
59 runBenchmark(params).then(() => {
60 bench.end(1);
61 });
62}

Callers

nothing calls this directly

Calls 5

setupFunction · 0.70
runBenchmarkFunction · 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…