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: #161 Incorrect output values in issue_metrics.json #163

Merged
merged 1 commit into from
Nov 1, 2023
Merged

fix: #161 Incorrect output values in issue_metrics.json #163

merged 1 commit into from
Nov 1, 2023

Conversation

eichisanden
Copy link
Contributor

@eichisanden eichisanden commented Nov 1, 2023

Proposed Changes

For the moment, med and 90p are not supported, but the bug where avg is not output correctly has been addressed.

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing

Reviewer

  • Label as either bug, documentation, enhancement, infrastructure, or breaking

modify write_to_json() to take the value from the "avg" element of the dict, since the dict is passed to write_to_json().
Also change the type of the write_to_markdown argument to dict.
Copy link
Member

@zkoppert zkoppert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix @eichisanden! Sorry that this broke for the json output and I'm glad that you contributed a fix! I'll also head over to your other PR for med and p90 to review.

@zkoppert zkoppert merged commit e8db113 into github:main Nov 1, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants