Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 283 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 283 Bytes

Load test server

Run the server

npm run dev-newDb

Run testing script with 99 users

node test_user_flow.js -hn localhost -p 8060 -e DropOutTest -n 99

Run parallel tests using all cores available

bash start.sh 99 localhost 8060 DropOutTest