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

Readme

Keywords

Package Sidebar

Install

npm i simple-benchmark

Weekly Downloads

8

Version

1.1.1

License

MIT

Last publish

Collaborators

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