benchmark
Version:
A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.
62 lines • 1.31 kB
JSON
{
"name": "benchmark",
"version": "0.1.339",
"description": "A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.",
"homepage": "http://benchmarkjs.com/",
"main": "benchmark",
"keywords": [
"benchmark",
"node",
"narwhal",
"performance",
"ringo",
"speed"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"author": {
"name": "Mathias Bynens",
"email": "mathias@benchmarkjs.com",
"web": "http://mathiasbynens.be/"
},
"maintainers": [
{
"name": "Mathias Bynens",
"email": "mathias@benchmarkjs.com",
"web": "http://mathiasbynens.be/"
},
{
"name": "John-David Dalton",
"email": "john@fusejs.com",
"web": "http://allyoucanleet.com/"
}
],
"bugs": {
"email": "bugs@benchmarkjs.com",
"url": "https://github.com/mathiasbynens/benchmark.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/mathiasbynens/benchmark.js"
}
],
"engines": [
"node",
"rhino"
],
"directories": {
"doc": "docs",
"test": "tests"
}
}