UNPKG

perfrunner-core

Version:

Automated UI performance test tool to measure performance changes for the web apps and sites

7 lines (6 loc) 236 B
import { Metrics } from 'puppeteer'; import { ExtendedPerformanceEntry } from '../profiler/types'; export declare type PerformanceData = { pageMetrics: Metrics; performanceEntries: Readonly<ExtendedPerformanceEntry>[]; };