Skip to content

lazd/karma-benchmark-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

karma-benchmark-reporter

A jsPerf-style reporter for karma-benchmark

Installation

npm install karma-benchmark-reporter --save-dev

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    reporters: ['benchmark']
  });
};

About

A jsPerf-style reporter for karma-benchmark

Resources

License

Stars

Watchers

Forks

Packages

No packages published