feat: start re-working stress testing
This commit is contained in:
parent
7d11bfacb0
commit
6fb2b29bcb
18 changed files with 454 additions and 463 deletions
10
tests/stress/consts.js
Normal file
10
tests/stress/consts.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
const EXIT = {
|
||||
OK: 0,
|
||||
EXCEPTION: 1,
|
||||
UNKNOWN: 2,
|
||||
BADARGS: 3,
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
EXIT,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue