karma-benchmark-reporter
2018-10-13
admin
karma-benchmark-reporter是什么
什么是karma-benchmark-reporter,A Karma benchmark reporter
- karma-benchmark-reporter官网:官网
- karma-benchmark-reporter源码仓库:源码仓库
- karma-benchmark-reporter下载地址:点此下载 点此下载2
karma-benchmark-reporter使用教程帮助文档
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']
});
};
本站文章除注明转载外,均为本站原创或编译。欢迎任何形式的转载,但请务必注明出处。
转载请注明:文章转载自 JavaScript中文网 [https://www.javascriptcn.com]