karma-benchmark-reporter

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i karma-benchmark-reporter

Weekly Downloads

213

Version

0.1.1

License

MIT

Last publish

Collaborators

  • lazd