UNPKG
bench-chain
Version:
latest (0.5.1)
nomicro (0.5.2)
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
benchmark recording - averages & graphs.
github.com/aretecode/bench-chain
aretecode/bench-chain
bench-chain
/
test
/
cli.js
8 lines
(6 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
test =
require
(
'ava'
)
const
Bench
=
require
(
'../src'
) test.
todo
(
'can run multiple times'
) test.
todo
(
'can dry run'
) test.
todo
(
'can debug'
) test.
todo
(
'can debug'
)