1.0.2 • Published 6 years ago

@nodelib/benchmark.queue v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@nodelib/benchmark.queue

The queue convereter for @nodelib/benchmark.

Install

$ npm install @nodelib/benchmark.queue

Usage

const converter = require('@nodelib/benchmark.queue');

const group = require('./some.bench');

const queue = converter.convert(group); // [Race, Race]

Changelog

See the Releases section of our GitHub project for changelogs for each release version.

License

This software is released under the terms of the MIT license.