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

Function main

benchmark/test_runner/suite-tests.js:60–65  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

58}
59
60function main(params) {
61 bench.start();
62 run(params).then((ops) => {
63 bench.end(ops);
64 });
65}

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…