UNPKG

fluent-skeleton

Version:
9 lines (8 loc) 160 B
Bench.init(__dirname, 'configstore.example-bench') .add('one', () => { const one = 1 }) .add('two', () => { const two = 1 + 1 === 2 }) .run()