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(),
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i benchmike

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • michael-ar