UNPKG

perfrunner-core

Version:

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

4 lines (3 loc) 193 B
import { RawPerfData } from '../profiler/types'; import { PerformanceData } from './perf-data'; export declare const processPerfData: (rawPerformanceData: RawPerfData[]) => PerformanceData;