This PR brings in load testing for the UI and Accessor components.
Testing is done using https://locust.io/ and the tests works with the assumption that the backend services (ehr and holostorage) are loaded with FHIR data from `holorepo_demo' (#60)
The tests currently only cover the GET/PUT endpoints. The POST endpoint will generate many unique ids which will be hard to clean up.
This PR brings in load testing for the UI and Accessor components.
Testing is done using
https://locust.io/
and the tests works with the assumption that the backend services (ehr and holostorage) are loaded with FHIR data from `holorepo_demo' (#60)The tests currently only cover the GET/PUT endpoints. The POST endpoint will generate many unique ids which will be hard to clean up.