Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
56
function
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
setup
Function · 0.70
runBenchmark
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…