sapling/eden/mononoke/tests
Liubov Dmitrieva aa85540932 optimization for edenapi uploads
Summary:
optimization for edenapi upload

Lookup for filenodes and trees can be done in parallel. Usually we have a small number of trees to check and a small number of filenodes, it is better to send them in a single lookup request, so they all can be checked in parallel. Parallelism limit for the lookup request is few thousands, so almost always if we merge the requests here, they will be parallelised.

Reviewed By: yancouto

Differential Revision: D31127401

fbshipit-source-id: 8014b27a2ba9d082babe2e0cd7bebf43c8b46082
2021-09-24 07:49:15 -07:00
..
fixtures Add syslog and slog-syslog crates 2021-09-21 07:22:38 -07:00
integration optimization for edenapi uploads 2021-09-24 07:49:15 -07:00
utils Add syslog and slog-syslog crates 2021-09-21 07:22:38 -07:00
write_stub_log_entry Add syslog and slog-syslog crates 2021-09-21 07:22:38 -07:00