3.6.0 • Published 3 years ago

@closet-viewer/closet-viewer-benchmark v3.6.0

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

Usage

npm i zrest-benchmarker

See src/index.spec.ts for a complete example.

benchmark(new URL(sampleLib), sampleZrests.map(x=>new URL(x))).then(result => {
    console.log(result);
})