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