ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

Load test api-server #5953

Closed bisgaard-itis closed 4 months ago

bisgaard-itis commented 5 months ago

Is there an existing issue for this?

Planned changes

While doing metamodeling we have seen that the osparc deployments can get overloaded. In particular storage comes under pressure when cloning projects. Hence we should load test api-server endpoints. The requirements are:

One option is to use https://github.com/wvangeit/osparc-pyapi-tests another option is to use https://github.com/itisfoundation/osparc-simcore/blob/90910149193a84c6716c615ebf2ae07e9e06c7fc/tests/performance

pcrespov commented 5 months ago
bisgaard-itis commented 5 months ago

Yep, that was the second option which was supposed to be mentioned in the description, but I can see I forgot to add the link. That's done now. Thanks

bisgaard-itis commented 4 months ago

This was resolved by adding the load test here: https://github.com/ITISFoundation/osparc-simcore/pull/6014