UNPKG
fluent-skeleton
Version:
latest (0.0.2)
0.0.2
0.0.1
cli
github.com/aretecode/eh
aretecode/eh
fluent-skeleton
/
defaults
/
bench.js
9 lines
(8 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
Bench.
init
(__dirname,
'configstore.example-bench'
) .
add
(
'one'
, () => {
const
one =
1
}) .
add
(
'two'
, () => {
const
two =
1
+
1
===
2
}) .run()