UNPKG

perfrunner-core

Version:

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

10 lines (9 loc) 282 B
import { PerfRunResult } from '../types/perfrunresult'; /** * List of the all perfromance runs for the given URL or testName */ export declare type IPerformanceResult = PerfRunResult[]; export declare type DbSchema = { profile: PerfRunResult[]; count: number; };