feat: start re-working stress testing

This commit is contained in:
siiky 2025-03-10 14:16:42 +00:00
parent 7d11bfacb0
commit 6fb2b29bcb
18 changed files with 454 additions and 463 deletions

10
tests/stress/consts.js Normal file
View file

@ -0,0 +1,10 @@
const EXIT = {
OK: 0,
EXCEPTION: 1,
UNKNOWN: 2,
BADARGS: 3,
}
module.exports = {
EXIT,
}