Fix CI
This commit is contained in:
parent
d3fa901691
commit
e4872c6f9d
4 changed files with 56 additions and 59 deletions
|
@ -48,9 +48,9 @@ async function startOneUser(): Promise<void> {
|
|||
connectionManager.initBenchmark();
|
||||
|
||||
|
||||
for (let userNo = 0; userNo < 40; userNo++) {
|
||||
for (let userNo = 0; userNo < 160; userNo++) {
|
||||
startOneUser();
|
||||
// Wait 0.5s between adding users
|
||||
await sleep(500);
|
||||
await sleep(125);
|
||||
}
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue