sheep.js:JavaScript性能测试库

时间:2024-05-31 02:27:52
【文件属性】:

文件名称:sheep.js:JavaScript性能测试库

文件大小:13KB

文件格式:ZIP

更新时间:2024-05-31 02:27:52

JavaScript

Sheep.js:JavaScript性能基准测试 Sheep.js是用于在浏览器中运行性能测试的简单工具。 例子 测试一个简单的功能: sheep . test ( { name : "How fast is Math.random()?" , test : Math . random } ) ; 用参数测试一个函数: sheep . test ( { name : "How fast is Math.round()?" , test : function ( ) { Math . round ( 27.443 ) ; } } ) ; 测试对象上的方法: sheep . test ( { name : "How fast Array.length?" , // The setup function


【文件预览】:
sheep.js-master
----html()
--------sheep-testrunner-template.html(568B)
----package.json(470B)
----js()
--------sheep.js(6KB)
----css()
--------sheep.css(466B)
----GPL-LICENSE.txt(15KB)
----third-party()
--------js()
----README.md(2KB)
----MIT-LICENSE.txt(1KB)

网友评论