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

Interface BenchmarkImpl

webdriver-ts/src/benchmarksCommon.ts:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55export type BenchmarkInfo = CPUBenchmarkInfo | MemBenchmarkInfo | StartupMainBenchmarkInfo | StartupBenchmarkInfo | SizeBenchmarkInfo | SizeMainBenchmarkInfo;
56
57export interface BenchmarkImpl {
58 benchmarkInfo: BenchmarkInfo;
59 type: BenchmarkType;
60}
61
62export interface CPUBenchmarkResult {
63 total: number;

Callers

nothing calls this directly

Implementers 2

BenchmarkLighthousewebdriver-ts/src/benchmarksLighthouse.
BenchmarkSizewebdriver-ts/src/benchmarksSize.ts

Calls

no outgoing calls

Tested by

no test coverage detected