meteor-benchmark-packages:在测试 Meteor 包时执行基准测试

时间:2021-07-07 10:46:57
【文件属性】:
文件名称:meteor-benchmark-packages:在测试 Meteor 包时执行基准测试
文件大小:86KB
文件格式:ZIP
更新时间:2021-07-07 10:46:57
JavaScript numtel:基准包 使用meteor --test-packages浏览器界面对 Meteor 包执行基准测试 单击添加到界面的“基准”按钮,或按F2 ,切换基准覆盖。 选择一个测试并指定选项使用 JSON。 此外,原始结果显示在浏览器的 Javascript 控制台中。 安装 package.js添加到package.js : Package . onTest ( function ( api ) { // ... api . use ( 'tinytest' ) ; // Add the pacakge api . use ( 'numtel:benchmark-packages@0.0.1' ) ; // Benchmarks are only available on the client api . addFiles ( [ 'test/
【文件预览】:
meteor-benchmark-packages-master
----versions.json(1KB)
----layout()
--------index.html(621B)
--------index.less(482B)
--------benchmarkForm.js(1KB)
--------benchmarkForm.html(605B)
--------index.js(683B)
--------graph.js(939B)
----promise-6.0.0.min.js(5KB)
----package.js(901B)
----LICENSE(1KB)
----test()
--------arrayInserts.js(782B)
--------example.js(121B)
----screenshot.png(81KB)
----README.md(2KB)
----.gitignore(44B)
----Benchmark.js(3KB)

网友评论