bigbluebutton-Github/bbb-graphql-middleware/demo/client/stress-test.sh
2023-04-26 22:03:40 -03:00

3 lines
183 B
Bash
Executable File

#!/bin/bash
# Run 10.000 connections with 20 parallel clients (each client will disconnect at a random time - see main.js for more details)
seq 1 10000 | xargs -n 1 -P 20 node main.js