-
Notifications
You must be signed in to change notification settings - Fork 135
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
Enhance Datumaro data format stream importer performance #1153
Enhance Datumaro data format stream importer performance #1153
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## releases/1.5.0 #1153 +/- ##
==================================================
- Coverage 79.98% 79.96% -0.03%
==================================================
Files 266 267 +1
Lines 29967 29981 +14
Branches 5901 5898 -3
==================================================
+ Hits 23970 23975 +5
- Misses 4637 4649 +12
+ Partials 1360 1357 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
294193c
to
8728679
Compare
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.
In overall, it looks good to me, but could you change the target branch to release/1.5.0?
d7e17c4
to
97011c5
Compare
- Change streaming import logic with DatumPageMapper implemented in Rust Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Changed it to |
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
…lkit#1153) - Ticket no. 120785 - Change streaming import logic with DatumPageMapper implemented in Rust | Before | After | | :-: | :-: | | ![image](https://github.com/openvinotoolkit/datumaro/assets/26541465/0a06ddc0-5256-45b4-af03-e9299b8e61b8) | ![image](https://github.com/openvinotoolkit/datumaro/assets/26541465/af76210b-8fb5-4b30-aec1-2b5a22856ef7) | Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Summary
How to test
Our existing tests cover this change.
Checklist
License
Feel free to contact the maintainers if that's a concern.