-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Use default configs for testbed receivers #1214
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1214 +/- ##
=======================================
Coverage 88.08% 88.08%
=======================================
Files 203 203
Lines 14649 14649
=======================================
Hits 12903 12903
Misses 1309 1309
Partials 437 437
Continue to review full report at Codecov.
|
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.
I assume performance improvement is from write buffer size.
The build fails. Please fix, I would like to see the results.
Signed-off-by: Bogdan Drutu <[email protected]>
Signed-off-by: Bogdan Drutu <[email protected]>
* Update codes to match specification * Add changes to changelog * go mod tidy * Add unit tests for codes * Update SetStatus methods to only filter Unset * Update apitest code being tested
…y#1214) * Embed crds * bumpy * fix syntax * add a note * more notes * update note --------- Co-authored-by: Jared Tan <[email protected]> Co-authored-by: Tyler Helmuth <[email protected]>
This change plus #1212 and sending 8 concurrent requests from the testbed data generator improved from 16 -> 10 cpu usage.