-
Notifications
You must be signed in to change notification settings - Fork 1.8k
testbed improvements #1161
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
testbed improvements #1161
Conversation
* Use atomic wrappers for readability and for preventing accidentally accessing atomic variables non-atomically. * Enhance readability of large numbers in testbed by formatting with thousands separator. * Include rate per second in testbed output.
|
Build failed. |
Codecov Report
@@ Coverage Diff @@
## master #1161 +/- ##
=======================================
Coverage 86.89% 86.89%
=======================================
Files 201 201
Lines 14524 14524
=======================================
Hits 12620 12620
Misses 1454 1454
Partials 450 450 Continue to review full report at Codecov.
|
|
@tigrannajaryan fixed |
tigrannajaryan
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.
LGTM
* Use atomic wrappers for readability and for preventing accidentally accessing atomic variables non-atomically. * Enhance readability of large numbers in testbed by formatting with thousands separator. * Include rate per second in testbed output.
* Add "Skip Changelog" label to all dependabot PR requests * Update CHANGELOG * Include PR# in CHANGELOG Co-authored-by: Tyler Yahn <[email protected]> Co-authored-by: Anthony Mirabella <[email protected]>
* Set flagd memory limit to 50Mi Signed-off-by: Pierre Tessier <[email protected]> * Set flagd memory limit to 50Mi Signed-off-by: Pierre Tessier <[email protected]> * generate examples after merge Signed-off-by: Pierre Tessier <[email protected]> --------- Signed-off-by: Pierre Tessier <[email protected]>
non-atomically.
New output looks like: