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() })
Experimental tool to create benchmarks from tape tests.
import tape from 'tape'
import tb from 'tape-benchmarks'
const test = tb(tape)
// test('do thing' (t) => { thing(); t.end() })
npm i tape-benchmarks
0
1.0.3
MIT