Added a load test and and slight change in structure. To execute type:
Run the load test:
./gradlew.bat gatlingRun --simulation simulations.LoadTestSimulation -PbaseUrl=https://st.nowchess.janis-eccarius.de
-PauthToken=<token> -PmaxUsers=20 -PrampDuration=60
Run smoke test:
./gradlew.bat gatlingRun --simulation simulations.SmokeTestSimulation -PbaseUrl=https://st.nowchess.janis-eccarius.de
-PauthToken=<token>
---------
Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #2
Reviewed-by: Janis <janis-e@gmx.de>