@faustbrian/benchmarker

A wrapper around Benchmark.js that provides sane defaults and formatting

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@faustbrian/benchmarker
030.1.24 years ago4 years agoMinified + gzip package size for @faustbrian/benchmarker in KB

Readme

Benchmarker
A wrapper around Benchmark.js that provides sane defaults and formatting

Installation

$ yarn add @faustbrian/benchmarker --dev

Testing

$ yarn test

Example

import { benchmarker } from "@faustbrian/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

License

MIT © Brian Faust