Re: [RFC PATCH] pack-objects: write objects packed to trace2

2019-04-10 Thread Jeff Hostetler
On 4/9/2019 5:44 PM, Jonathan Tan wrote: This is useful when investigating performance of pushes, and other times when no progress information is written (because the pack is written to stdout). Signed-off-by: Jonathan Tan --- We're trying to improve push performance, and it would be nice to

Re: [RFC PATCH] pack-objects: write objects packed to trace2

2019-04-09 Thread Duy Nguyen
On Wed, Apr 10, 2019 at 4:45 AM Jonathan Tan wrote: > > This is useful when investigating performance of pushes, and other times > when no progress information is written (because the pack is written to > stdout). > > Signed-off-by: Jonathan Tan > --- > We're trying to improve push performance, a

Re: [RFC PATCH] pack-objects: write objects packed to trace2

2019-04-09 Thread Junio C Hamano
Jonathan Tan writes: > This is useful when investigating performance of pushes, and other times > when no progress information is written (because the pack is written to > stdout). > > Signed-off-by: Jonathan Tan > --- > We're trying to improve push performance, and it would be nice to be > able

[RFC PATCH] pack-objects: write objects packed to trace2

2019-04-09 Thread Jonathan Tan
This is useful when investigating performance of pushes, and other times when no progress information is written (because the pack is written to stdout). Signed-off-by: Jonathan Tan --- We're trying to improve push performance, and it would be nice to be able to observe the number of objects sent