@typeskrift/benchmarker
v0.1.2
Published
A wrapper around Benchmark.js that provides sane defaults and formatting
Downloads
4
Readme
Benchmarker
A wrapper around Benchmark.js that provides sane defaults and formatting
Installation
$ yarn add @typeskrift/benchmarker --dev
Testing
$ yarn test
Example
import { benchmarker } from "@typeskrift/benchmarker";
benchmarker("utils", [
{
name: "map",
scenarios: require("./map"),
},
{
name: "filter",
scenarios: require("./filter"),
},
{
name: "reduce",
scenarios: require("./reduce"),
},
]);
Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
Credits
This project exists thanks to all the people who contribute.
License
Mozilla Public License Version 2.0 (MPL-2.0).