tape-benchmarks
v1.0.3
Published
Make benchmarks from your tape tests.
Downloads
3
Readme
Tape-Benchmarks
Experimental tool to create benchmarks from tape tests.
Usage
import tape from 'tape'
import tb from 'tape-benchmarks'
const test = tb(tape)
// test('do thing' (t) => { thing(); t.end() })