karma-benchmark-reporter

A jsPerf-style reporter for karma-benchmark

MIT License

Downloads
2.1K
Stars
5
Committers
1

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