UNPKG

test-performance

Version:
6 lines 219 B
/** * This function runs the performance test 10,000 times, and returns * the average in milliseconds. */ export default function getScore(func: Function): Promise<number>; //# sourceMappingURL=getScore.d.ts.map