bench-it

0.4.0 • Public • Published

bench-it

Simple benchmark runner.

Install

Install with npm.

npm install -g bench-it

Create a module with a function to benchmark

A benchmark is a module that exports a test function.

Example simple.js benchmark:

exports.test = function() {
  // function to benchmark
};

Establish a benchmark

bench simple.js

/bench-it/

    Package Sidebar

    Install

    npm i bench-it

    Weekly Downloads

    14

    Version

    0.4.0

    License

    MIT

    Last publish

    Collaborators

    • tschaub