milli
milli copied to clipboard
Add missing logging timer to extractors
Initially, we added logging timers to indexing extractors in order to help the debugging of performance issues like in extract_fid_word_count_docids.rs. However, these timers have not been automatically added to the newly implemented extract_geo_points extractors.
TODO
- add
#[logging_timer::time]macro on the top ofextract_geo_points