1.1.1 • Published 7 years ago

simple-benchmark v1.1.1

Weekly downloads
15
License
MIT
Repository
github
Last release
7 years ago

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);