-
Notifications
You must be signed in to change notification settings - Fork 29
🎨 Improve load test framework (yet again) #6051
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
🎨 Improve load test framework (yet again) #6051
Conversation
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.
thanks!
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.
It looks more simple, which is a very good thing. Thx
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6051 +/- ##
=========================================
- Coverage 84.5% 63.6% -21.0%
=========================================
Files 10 562 +552
Lines 214 28529 +28315
Branches 25 205 +180
=========================================
+ Hits 181 18153 +17972
- Misses 23 10325 +10302
- Partials 10 51 +41
Flags with carried forward coverage won't be shown. Click here to find out more. |
What do these changes do?
psutil
) which is complicated to install on certain linux distributions (like the docker containers where we run some of our tests).Related issue/s
How to test
Dev-ops checklist