loadtest
Version:
Run load tests for your web application. Mostly ab-compatible interface, with an option to force requests per second. Includes an API for automated load testing.
26 lines (25 loc) • 357 B
Plain Text
env:
node: true
mocha: true
es6: true
extends: eslint:recommended
parserOptions:
sourceType: module
ecmaVersion: 14
rules:
no-inner-declarations: 0
no-unused-vars:
- error
- args: after-used
no-console: 0
no-constant-condition: 0
indent:
- error
- tab
max-len:
- off
- tabWidth: 4
linebreak-style:
- error
- unix