MCPcopy Create free account
hub / github.com/krausest/js-framework-benchmark / SizeBenchmarkInfo

Interface SizeBenchmarkInfo

webdriver-ts/src/benchmarksCommon.ts:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export interface SizeBenchmarkInfo extends BenchmarkInfoBase {
38 type: BenchmarkType.SIZE;
39 fn(sizeInfo: SizeInfoJSON): number;
40}
41
42export interface SizeMainBenchmarkInfo extends BenchmarkInfoBase {
43 type: BenchmarkType.SIZE_MAIN;

Callers 8

runSizeBenchmarkFunction · 0.80
runLighthouseFunction · 0.80
main.jsFile · 0.80
init.jsFile · 0.80
popstate.jsFile · 0.80
prestate.jsFile · 0.80
zFunction · 0.80
evtGroup.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected