Skip to content

FirstLegoLeague/scoring-stress-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stress tests for Scoring

This is a code to stress test the scoring server & UI.

To use this:

  1. Clone the repository
  2. yarn/npm install
  3. 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:

  1. Run the TMS App
  2. use node index.js to run the code.

Notice! you will need to run this code for each round you want to add

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •