ngBenchmark
轻松地对您的 AngularJS 应用程序进行基准测试。
安装
它可与凉亭一起使用:
bower install ng-benchmark
然后将检索到的文件添加到您的 HTML 布局中:
< script type =" text/javascript " src =" /path/to/bower_components/ng-benchmark/ng-benchmark.min.js " > </ script >
您还可以将它与用作 AMD 模块。
然后将ngBenchmark添加为 AngularJS 应用程序的依赖项:
var app = angular . module ( 'YOUR_APP' , [ 'ngBenchmark' ] ) ;
用法
要对 html 节点进行benchmark ,只需添加带有基准名称作为值的benchma
1