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

Function getInp

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

Source from the content-addressed store, hash-verified

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

Callers 2

captureTodoReportFunction · 0.70
getTableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected