MCPcopy Create free account
hub / github.com/nodejs/undici / main

Function main

benchmarks/benchmark-https.js:272–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270}
271
272function main () {
273 cronometro(
274 experiments,
275 {
276 iterations,
277 errorThreshold,
278 print: false
279 },
280 (err, results) => {
281 if (err) {
282 throw err
283 }
284
285 printResults(results)
286 dispatcher.destroy()
287 }
288 )
289}
290
291if (isMainThread) {
292 main()

Callers 1

benchmark-https.jsFile · 0.70

Calls 2

printResultsFunction · 0.70
destroyMethod · 0.45

Tested by

no test coverage detected