Commit Graph

7 Commits

Author SHA1 Message Date
LQ63 7981cb2e08 feat: NCS-64 Spike Test (#5) 2026-05-05 17:15:22 +02:00
LQ63 39af3b9f18 feat: NCS-62 Endurance Test (#4) 2026-05-05 17:14:58 +02:00
lq64 99ea686ed5 feat: NCS-60 Stress Test (#3)
Added a stress test and configured the parameters to simulate a smaller load

---------

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #3
2026-05-05 17:09:42 +02:00
LQ63 49b6a148ce feat(Gatlin): Spike Test
Added a spike test.
2026-05-04 16:03:15 +02:00
LQ63 9b97fa6e34 feat(Gatlin): Endurance Test
Added an endurance test and changed endpoint to a more stable one
2026-05-04 15:45:44 +02:00
lq64 0db2bb777f NCS-59 Create Load tests (#2)
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>
2026-05-03 22:26:46 +02:00
LQ63 0c5b83aa74 feat(Gatlin): Setup
Added Gatlin Setup and a test "test".
2026-05-01 00:36:18 +02:00