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: correct units for memory metrics #29

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

sparrowt
Copy link
Contributor

Fixes #28 (unless I've misunderstood in which case this may be nonsense sorry... but I hope not!)

As described in the issue, I believe the value here is always bytes, it's just the type name which is confusing.

@P403n1x87
Copy link
Owner

Ah another well spotted issue! I think this was not changed when I finally settled for reporting bytes from Austin. I have just double-checked and indeed Austin reports bytes, so this should definitely be Bytes!

@P403n1x87 P403n1x87 changed the title Correct units for memory metrics fix: correct units for memory metrics Nov 15, 2023
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8444d17) 74.07% compared to head (d8402b5) 74.07%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   74.07%   74.07%           
=======================================
  Files          16       16           
  Lines        1508     1508           
  Branches      218      218           
=======================================
  Hits         1117     1117           
  Misses        328      328           
  Partials       63       63           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sparrowt
Copy link
Contributor Author

Fab! Seems to be all green now 🥳

@P403n1x87 P403n1x87 merged commit 44f1c4a into P403n1x87:main Nov 16, 2023
19 checks passed
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.

Code uses KiloBytes for memory metrics but values are bytes
2 participants