UNPKG

perfrunner-core

Version:

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

8 lines (7 loc) 288 B
import { Page } from 'puppeteer'; import { NetworkSetup } from './perf-options'; export declare function setpPerformanceConditions(page: Page, { network, throttlingRate, useCache }: { useCache: boolean; network: NetworkSetup; throttlingRate: number; }): Promise<void>;