Skip to content

octoblu/node-simple-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Super simple benchmark tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •