0.1.2 • Published 5 years ago

@typeskrift/benchmarker v0.1.2

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
5 years ago

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).