-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finished two testplans #5
Conversation
… in test plan scenario files.
…ser project. Introduced new env var SERVE_LOCUST_DO_CREATE_OBJECTS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I looked through it and tried to make a couple of comments. But I didn't really dig into the the code as I'm not that familiar with locust.
Co-authored-by: Nikita Churikov <[email protected]>
Co-authored-by: Nikita Churikov <[email protected]>
Co-authored-by: Nikita Churikov <[email protected]>
Co-authored-by: Nikita Churikov <[email protected]>
name = "serve-load-testing" | ||
version = "1.0.0" | ||
description = "Load testing of the SciLifeLab Serve platform." | ||
requires-python = "=3.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this is a new project, maybe let's use some newer version of python like 3.12?
Co-authored-by: Nikita Churikov <[email protected]>
Co-authored-by: Nikita Churikov <[email protected]>
Finished test plans Normal and Classroom.
Also implemented non-Locust module to concurrently test opening user apps that create pods on the k8s cluster.