-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Update functions loadtest #7768
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
🎨 Update functions loadtest #7768
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7768 +/- ##
==========================================
- Coverage 86.72% 79.87% -6.85%
==========================================
Files 1850 1747 -103
Lines 71842 66841 -5001
Branches 1215 1215
==========================================
- Hits 62302 53391 -8911
- Misses 9199 13109 +3910
Partials 341 341
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…osparc-simcore into update-functions-loadtest
|
wvangeit
left a comment
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.
Thx



What do these changes do?
map_functionendpoint in the api-server to "batch-run" many jobs. I.e. these scripts do not really load test the api-server, but rather the computational backend. This is a relevant case because this is how @JavierGOrdonnez's UI will use thefunctionsection of the api-server. I.e. the tests added here simulate a single user using the metamodeling framework.Related issue/s
How to test
Dev-ops