MCPcopy
hub / github.com/krausest/js-framework-benchmark / BenchmarkSize

Class BenchmarkSize

webdriver-ts/src/benchmarksSize.ts:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49];
50
51export class BenchmarkSize implements BenchmarkImpl {
52 type = BenchmarkType.SIZE_MAIN;
53 benchmarkInfo = benchmarksCommon.sizeBenchmarkInfos[benchmarksCommon.Benchmark._40];
54 subbenchmarks = subbenchmarks;
55}
56
57export const benchSize = new BenchmarkSize();
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected