This is a code to stress test the scoring server & UI.
To use this:
- Clone the repository
- yarn/npm install
- Modify the setting in
index.js
file
/************* - Please change only inside this box - **************/
/*******************************************************************/
/**/ /**/
/**/ // Change the round number here /**/
/**/ const ROUND = 1 /**/
/**/ /**/
/**/ // Change the amount of seconds between scores /**/
/**/ const TIME_BETWEEN_SCORES = 10 /**/
/**/ /**/
/**/ // Amount of 'Scorekeepers' /**/
/**/ const AMOUNT_OF_SKS = 2 /**/
/**/ /**/
/*******************************************************************/
After that:
- Run the TMS App
- use
node index.js
to run the code.