A Karma benchmark reporter
npm install karma-benchmark-reporter
``shellnpm install karma-benchmark-reporter --save-dev`
shellnpm install karma-benchmark-reporter --save-dev
js// karma.conf.jsmodule.exports = function(config) { config.set({ reporters: ['benchmark'] });};