Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ main
Function
main
benchmark/test_runner/global-sequential-tests.js:41–46 ·
view source on GitHub ↗
({ n })
Source
from the content-addressed store, hash-verified
39
}
40
41
function
main({ n }) {
42
bench.start();
43
run(n).then(() => {
44
bench.end(n);
45
});
46
}
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…