feat: multiprocessing and some diagnostics
This commit is contained in:
parent
86e437a23a
commit
c75319d166
4 changed files with 40 additions and 9 deletions
5
test/stress/utils/index.js
Normal file
5
test/stress/utils/index.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function randomIntFromInterval (min, max) {
|
||||
return Math.floor(Math.random() * (max - min + 1) + min)
|
||||
}
|
||||
|
||||
module.exports = { randomIntFromInterval }
|
||||
Loading…
Add table
Add a link
Reference in a new issue