benchmike

1.0.0 • Public • Published

benchmike

tiny wrapper around benchmark.js

usage

npm install -g benchmike
benchmike path/to/file.js

the main export from the file needs to be an object of kv pairs of test name, function

{
  testA: () => fn(),
  testB: () => fn(),
}

Dependents (0)

Package Sidebar

Install

npm i benchmike

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • michael-ar