MCPcopy Index your code
hub / github.com/angular/angular / loadBenchpressModule

Function loadBenchpressModule

modules/utilities/perf_util.ts:128–130  ·  view source on GitHub ↗

Loads the benchpress module through a CJS/ESM interop.

()

Source from the content-addressed store, hash-verified

126
127/** Loads the benchpress module through a CJS/ESM interop. */
128async function loadBenchpressModule(): Promise<typeof benchpress> {
129 return await new Function(`return import('@angular/benchpress');`)();
130}

Callers 1

_prepareBenchpressSetupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…