UNPKG
howslow
Version:
latest (0.1.0)
0.1.0
Simple JS performance testing
github.com/mitschabaude/howslow
mitschabaude/howslow
howslow
/
index.d.ts
14 lines
(12 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
{ howSlow
as
default
};
declare
function
howSlow
(
name
:
string
,
run
: ( start: (label?:
string
) =>
void
, stop: (label?:
string
) =>
void
) =>
void
,
options
: { numberOfRuns:
number
; numberOfWarmups:
number
; }
):
Promise
<
void
>;