Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
60
function
main(params) {
61
bench.start();
62
run(params).then((ops) => {
63
bench.end(ops);
64
});
65
}
Callers
nothing calls this directly
Calls
4
run
Function · 0.70
start
Method · 0.45
then
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…