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

Method processResults

benchmark/_http-benchmarkers.js:184–187  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

182 }
183
184 processResults(output) {
185 const rex = /(\d+\.\d+) req\/s/;
186 return rex.exec(output)[1];
187 }
188}
189
190const http_benchmarkers = [

Callers

nothing calls this directly

Calls 1

execMethod · 0.45

Tested by

no test coverage detected