UNPKG

perfrunner-core

Version:

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

7 lines (6 loc) 250 B
import { Trace } from './trace'; import { Page } from 'puppeteer'; export declare function extractPerformanceMetrics(page: Page, trace: Trace): Promise<{ metrics: import("puppeteer").Metrics; performanceEntries: PerformanceEntry[]; }>;