simple-benchmark

1.1.1 • Public • Published

Build Status Code Climate Test Coverage npm version Gitter

Install

npm install simple-benchmark

Example

var SimpleBenchmark = require('simple-benchmark');
 
benchmark = new SimpleBenchmark({label: 'something'});
benchmark.prettyPrint()
 
setTimeout(function(){
  benchmark.prettyPrint();
}, 2000);

/simple-benchmark/

    Package Sidebar

    Install

    npm i simple-benchmark

    Weekly Downloads

    17

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • sqrtofsaturn
    • royvandewater
    • peterdemartini
    • chrismatthieu
    • iamruinous
    • octoblu-user