MCPcopy
hub / github.com/webpack/webpack / finalizeBenchRun

Function finalizeBenchRun

test/BenchmarkTestCases.benchmark.mjs:571–575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

569 );
570 };
571 const finalizeBenchRun = () => {
572 teardownCore();
573 console.log(`[CodSpeed] Done running ${bench.tasks.length} benches.`);
574 return bench.tasks;
575 };
576
577 /**
578 * @param {Fn} fn function

Callers 2

finalizeAsyncRunFunction · 0.85
finalizeSyncRunFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected