serverless-artillery
Version:
A serverless performance testing tool. `serverless` + `artillery` = crush. a.k.a. Orbital Laziers [sic]
29 lines (28 loc) • 562 B
JSON
{
"name": "rolex",
"main": "rolex",
"version": "0.0.1",
"homepage": "https://github.com/dbkaplun/rolex",
"authors": [
"Dan Kaplun <dbkaplun@gmail.com>"
],
"description": "Drift-minimizing setInterval replacement and high-precision timer utility for Node and browser",
"keywords": [
"setTimeout",
"setInterval",
"precise",
"accurate",
"drift"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"bootstrap": "^3.1.1"
}
}