nielsboecker / HoloRepository-Core

A system for transforming medical imaging studies into holograms, storing them in the cloud and providing them to other systems.
GNU Affero General Public License v3.0
6 stars 8 forks source link

Misc/load test #65

Closed boonwj closed 5 years ago

boonwj commented 5 years ago

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.