Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 286 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 286 Bytes

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']
  });
};