Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ _test-double-benchmarker.js
File
_test-double-benchmarker.js
benchmark/_test-double-benchmarker.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
const
myModule = process.argv[2];
4
if
(![
'http'
,
'https'
,
'http2'
].includes(myModule)) {
Callers
nothing calls this directly
Calls
3
includes
Method · 0.80
run
Function · 0.70
require
Function · 0.50
Tested by
no test coverage detected