node-test-performance
Version:
A node performance test you CPU
21 lines (20 loc) • 360 B
JSON
{
"name": "node-test-performance",
"version": "0.4.0",
"description": "A node performance test you CPU",
"main": "src/index.js",
"scripts": {
"start": "node src/pi.performance.js"
},
"engines": {
"node": "12^"
},
"type": "commonjs",
"keywords": [
"PI",
"performance",
"node-performance"
],
"author": "Andre Ferreira",
"license": "MIT"
}