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

Function run

benchmark/child_process/child-process-exec-maxbuffer.js:27–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26 let left = n;
27 const run = () => {
28 execFile(process.execPath, args, options, (err) => {
29 if (err)
30 throw err;
31 if (--left === 0)
32 return bench.end(n);
33 run();
34 });
35 };
36
37 bench.start();
38 run();

Callers 1

mainFunction · 0.70

Calls 2

execFileFunction · 0.50
endMethod · 0.45

Tested by

no test coverage detected