Skip to content
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

Fix millisecond conversions for Request #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michaelsproul
Copy link

This PR refactors Request and Report to use a field called duration_ms to avoid the extra multiplication by 1000 described in #165.

I chose to rename the field for clarity and to ensure that I'd accounted for all the places where it is used.

Closes #165

@robwil
Copy link

robwil commented Mar 28, 2024

I ran into the same bug and this PR fixed it for me. Thanks :) Hope it gets merged by the maintainer soon.

@dylanhand
Copy link

I ran into failing tests because of this bug as well. Thanks for the fix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Milliseconds treated as seconds in histogram stats
3 participants