com-pas / compas-architecture

Project's architecture documentation
Creative Commons Attribution 4.0 International
9 stars 5 forks source link

Load testing for CoMPAS #103

Open Flurb opened 3 years ago

Flurb commented 3 years ago

As a PO I want to know how CoMPAS performs when looking at response times (multiple substations/ multiple versions) So I know if it's acceptable or not

Background: The CoMPAS needs to be fast enough for end-users. This can be tested inside the company firewall. If this required we can later added to a public servers and automate this for the community once a need occurs.

Acceptance criteria: -Document test setup -Share testsetup with other CoMPAS users -Build the test script and add it to the repository -report the error findings in an seperate issue -Report findings here as well

Sander3003 commented 3 years ago

Typical: 2800 substations x 10 SCD files per substations = over 10k substations Typical size 50 Megabyte (without compression)

Sander3003 commented 2 years ago

The idea is to use Gatling (https://gatling.io/open-source/) for performance test and robot framework for integration tests. @AliouDIAITE does this sounds good for RTE?