-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Truncate Latency precision in long running request #1830
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1830 +/- ##
==========================================
+ Coverage 98.64% 98.64% +<.01%
==========================================
Files 41 41
Lines 2146 2148 +2
==========================================
+ Hits 2117 2119 +2
Misses 18 18
Partials 11 11
Continue to review full report at Codecov.
|
@dmarkham my case:
my code:
|
|
@thinkerou My results look like yours when I tested on master..
but whan I tested on my pulled request sha
|
@dmarkham Oh sorry, I miss some code, you are right. 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.
Great works!
Truncate Latency precision in long running request (gin-gonic#1830)
fixes #1823