karma-benchmark-reporter
v0.1.1
Published
A Karma benchmark reporter
Downloads
1,892
Maintainers
Readme
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']
});
};