Skip to content

Load Test Evaluations

kalin-iliev edited this page Jul 26, 2023 · 1 revision

Test Scenario 1

Setup

  • 100 concurrent users
  • 20 users spawned per second

Results

requests_1690385733.6977882.csv number_of_users_1690385499

Comments on the results

The following microservices are underperforming and could be improved:

  • Cart (POST)
  • Orders (POST)
  • Login (GET)
  • /catalogue - although the response time is good, this endpoint is the most called and could significantly improve the overall performance of the system

Test Scenario 2

Setup

  • 500 concurrent users
  • 500 users spawned per second

Results

requests_1690386041.4804142.csv number_of_users_1690385830

Comments on the results

At a certain point, a lot of errors were experienced. This could be further investigated.

The following microservices are underperforming and could be improved:

  • Cart (POST)
  • Orders (POST)
  • Login (GET)
  • /catalogue - although the response time is good, this endpoint is the most called and could significantly improve the overall performance of the system