bogrep icon indicating copy to clipboard operation
bogrep copied to clipboard

Parallelize fetching

Open quambene opened this issue 2 years ago • 1 comments

Parallelize requests for fetching bookmarks

quambene avatar Aug 29 '23 16:08 quambene

Codecov Report

Attention: 66 lines in your changes are missing coverage. Please review.

Comparison is base (83437b7) 90.36% compared to head (1a1037a) 59.64%.

:exclamation: Current head 1a1037a differs from pull request most recent head b31f13d. Consider uploading reports for the commit b31f13d to get more accurate results

Files Patch % Lines
src/cmd/fetch.rs 0.00% 52 Missing :warning:
src/cmd/update.rs 0.00% 8 Missing :warning:
src/cmd/init.rs 0.00% 4 Missing :warning:
src/settings.rs 33.33% 2 Missing :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##             main       #4       +/-   ##
===========================================
- Coverage   90.36%   59.64%   -30.73%     
===========================================
  Files          31       22        -9     
  Lines        4070     1784     -2286     
===========================================
- Hits         3678     1064     -2614     
- Misses        392      720      +328     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Sep 02 '23 22:09 codecov-commenter

Benchmark doesn't show improvement for parallelized fetching

quambene avatar Nov 27 '24 03:11 quambene