UNPKG
jest-bench
Version:
latest (29.7.1)
29.7.1
29.7.0
29.4.1
29.3.3
29.3.2
29.3.1
28.1.3
27.5.1
27.4.7
27.3.1
26.6.3
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Run benchmark with Jest
github.com/pckhoi/jest-benchmark
pckhoi/jest-benchmark
jest-bench
/
dist
/
store.d.ts
4 lines
(3 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
export
declare
const
createStore
:
(
glob
:
any
) =>
void
;
export
declare
const
getStore
:
(
glob
:
any
) =>
any
;
export
declare
const
saveResult
:
(
suiteName
:
string
,
benchName
:
string
,
result
:
any
) =>
void
;