You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run k6 load testing against the renku dev deployment nightly and record the results in Grafana.
The tests will most likely have to run in k8s not in an action because github actions may not have enough resources to launch so many sessions.
There are several existing load tests that can be used for this purpose. We should use and adapt them. In addition k6 has the ability to create very specific metrics (i.e. for specific endpoints) that then can be saved in a time series database that then can be accessed from Grafana.
The load tests can be scheduled nightly with a cronjob in our clusters.
The text was updated successfully, but these errors were encountered:
Run k6 load testing against the renku dev deployment nightly and record the results in Grafana.
The tests will most likely have to run in k8s not in an action because github actions may not have enough resources to launch so many sessions.
There are several existing load tests that can be used for this purpose. We should use and adapt them. In addition k6 has the ability to create very specific metrics (i.e. for specific endpoints) that then can be saved in a time series database that then can be accessed from Grafana.
The load tests can be scheduled nightly with a cronjob in our clusters.
The text was updated successfully, but these errors were encountered: