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 hello@basecode.sh. 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).