MCPcopy
hub / github.com/angular/angular / runTableBenchmark

Function runTableBenchmark

modules/benchmarks/src/defer/defer.perf-spec.ts:57–74  ·  view source on GitHub ↗
(config: {
  id: string;
  url: string;
  ignoreBrowserSynchronization?: boolean;
  worker: Worker;
})

Source from the content-addressed store, hash-verified

55});
56
57function runTableBenchmark(config: {
58 id: string;
59 url: string;
60 ignoreBrowserSynchronization?: boolean;
61 worker: Worker;
62}) {
63 return runBenchmark({
64 id: config.id,
65 url: config.url,
66 ignoreBrowserSynchronization: config.ignoreBrowserSynchronization,
67 params: [
68 {name: 'cols', value: 40},
69 {name: 'rows', value: 200},
70 ],
71 prepare: config.worker.prepare,
72 work: config.worker.work,
73 });
74}

Callers 1

defer.perf-spec.tsFile · 0.70

Calls 1

runBenchmarkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…