feat(load-test): Add load test for classroom scenario
This PR adds a load test that simulates a starting class:
- Login
- Fork an example project
- Start session
- Wait for session to start
- Let session run for n seconds
- Shutdown session
- Cleanup/delete forked project
Additionally a custom metric + trend is introduced which measures the servers startup time.
I was running into some problems, where I was getting 401 errors forking the project, even after successfull login. This has not been resolved yet.
@li-il-li can you move this over to the notebooks repo? I think it targets pretty much exclusively renku-notebooks components.
EDIT: Actually nvm. I see that this way you can reuse the login function. If you move this then we would have to copy things over. So it is all good.
Ok lets just get this in because the added tests are definitely useful.
I opened an issue to look a bit more into why some requests need retries: #3240