-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add support for LATENCY LATEST
#2514
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #2514 +/- ##
=======================================
Coverage 95.67% 95.67%
=======================================
Files 455 456 +1
Lines 4552 4560 +8
Branches 522 524 +2
=======================================
+ Hits 4355 4363 +8
Misses 128 128
Partials 69 69
☔ View full report in Codecov by Sentry. |
My changes are not there in the mentioned files. However, please help me fix the issue. This is my first pull request on this repo. |
@leibale could you please take some time to review this pull request. This is my first PR. Please guide me in case I have missed something. |
@Karnav123 thanks for contributing! I will next week.. :) |
I have implemented your review comments. Please, take a look whenever you have time. |
LATENCY LATEST
* Add support for LATENCY LATEST. * Fix the review comments. * Fix the review comments. * Update LATENCY_LATEST.ts * Update dockers.ts * Update LATENCY_GRAPH.spec.ts * enable debug mode in tests --------- Co-authored-by: Leibale Eidelman <me@leibale.com>
Fix #1957