UNPKG
test-performance
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
Simplifying testing performance
github.com/nickheal/test-performance
nickheal/test-performance
test-performance
/
cjs
/
runTests.d.ts
6 lines
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
/** * This compares the target function's performance against a * known baseline function. */
export
default
function
runTests
(
baselineFunc
:
Function
,
targetFunc
:
Function
):
Promise
<[
number
,
number
]>;
//# sourceMappingURL=runTests.d.ts.map