Commit Graph

2 Commits

Author SHA1 Message Date
Durham Goode
ee7f2e0275 archive: prefetch remotefilelog files before executing archive
Summary:
Currently archive is almost useless because it fetches each file
one-by-one. Let's add prefetching.

Differential Revision: D14460880

fbshipit-source-id: 1f06e1ac9d03aae3ab27d3064f9fe6141051be06
2019-03-14 14:57:50 -07:00
Durham Goode
161cbd88ad archive: add test demonstrating multiple fetches during archive
Summary:
Remotefilelog is not optimized for archive, and does many fetches. A
future test will fix this, but let's add a test first.

Differential Revision: D14460881

fbshipit-source-id: 1797193be3dfec246fabb659ffaeea3dea69b8f3
2019-03-14 14:57:49 -07:00