On 1/22/2019 4:22 PM, Derrick Stolee via GitGitGadget wrote:
From: Derrick Stolee <[email protected]>

When studying the performance of 'git push' we would like to know
how much time is spent at various parts of the command. One area
that could cause performance trouble is 'git pack-objects'.

Add trace2 regions around the three main actions taken in this
command:

1. Enumerate objects.
2. Prepare pack.
3. Write pack-file.

Signed-off-by: Derrick Stolee <[email protected]>

We've had this patch in our private branch for a while, and is how we discovered the need for the sparse push algorithm [1]. We will use it to measure it's effectiveness as new Microsoft users onboard to the new algorithm.

Thanks,

-Stolee

[1] https://public-inbox.org/git/[email protected]/

Reply via email to