MCPcopy Create free account
hub / github.com/BuilderIO/framework-benchmarks / getInp

Function getInp

src/scripts/measure-navigation.ts:70–74  ·  view source on GitHub ↗
(report: LH.FlowResult)

Source from the content-addressed store, hash-verified

68};
69
70function getInp(report: LH.FlowResult) {
71 const inpAudit =
72 report.steps[1].lhr.audits['experimental-interaction-to-next-paint'];
73 return inpAudit;
74}
75
76function getTable(reports: LH.FlowResult[]) {
77 const table = reports

Callers 2

captureTodoReportFunction · 0.70
getTableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected