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

Function main

benchmark/streams/compose.js:26–33  ·  view source on GitHub ↗
({ type, n, streams, chunks })

Source from the content-addressed store, hash-verified

24});
25
26function main({ type, n, streams, chunks }) {
27 switch (type) {
28 case 'creation':
29 return benchCreation(n, streams);
30 case 'throughput':
31 return benchThroughput(n, streams, chunks);
32 }
33}
34
35function benchCreation(n, numberOfPassThroughs) {
36 const cachedPassThroughs = [];

Callers

nothing calls this directly

Calls 2

benchCreationFunction · 0.85
benchThroughputFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…