UNPKG

test-performance

Version:
6 lines 298 B
/** * This calculates the expected performance of the function, based on comparison * to a baseline. */ export default function calculateExpectedPerformance(baselineExpected: number, baselineActual: number, target: number): number; //# sourceMappingURL=calculateExpectedPerformance.d.ts.map