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

Only run MPDataDoc factory once per chunk #665

Merged
merged 2 commits into from Sep 1, 2022
Merged

Conversation

munrojm
Copy link
Member

@munrojm munrojm commented Aug 31, 2022

This PR fixes speed issues caused by repeated running of MPDataDoc factory for each returned document in a chunk.

@munrojm munrojm added the release:patch Patch release label Aug 31, 2022
@codecov-commenter
Copy link

codecov-commenter commented Aug 31, 2022

Codecov Report

Merging #665 (971528d) into main (22501cd) will decrease coverage by 0.07%.
The diff coverage is 62.50%.

@@            Coverage Diff             @@
##             main     #665      +/-   ##
==========================================
- Coverage   87.17%   87.10%   -0.08%     
==========================================
  Files          37       37              
  Lines        1560     1559       -1     
==========================================
- Hits         1360     1358       -2     
- Misses        200      201       +1     
Impacted Files Coverage Δ
mp_api/client/core/client.py 88.70% <62.50%> (-0.04%) ⬇️
mp_api/client/client.py 69.11% <0.00%> (-0.37%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@munrojm munrojm merged commit 9ec0a9d into main Sep 1, 2022
@munrojm munrojm deleted the bugfix/data_doc_factory branch September 1, 2022 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:patch Patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants