Re: [PATCH v11 2/5] p0006-read-tree-checkout: perf test to time read-tree

2017-04-18 Thread Jeff King
On Tue, Apr 18, 2017 at 10:40:25PM +0100, Thomas Gummerer wrote: > > +test_perf_default_repo > > I like that it's possible to use a real world repository now instead > of forcing the use of a synthetic repository :) > > Is there a reason for this being test_perf_default_repo instead of > test_pe

Re: [PATCH v11 2/5] p0006-read-tree-checkout: perf test to time read-tree

2017-04-18 Thread Thomas Gummerer
On 04/17, g...@jeffhostetler.com wrote: > From: Jeff Hostetler > > Created t/perf/repos/many-files.sh to generate large, but > artificial repositories. > > Created t/perf/p0006-read-tree-checkout.sh to measure > performance on various read-tree, checkout, and update-index > operations. This tes

[PATCH v11 2/5] p0006-read-tree-checkout: perf test to time read-tree

2017-04-17 Thread git
From: Jeff Hostetler Created t/perf/repos/many-files.sh to generate large, but artificial repositories. Created t/perf/p0006-read-tree-checkout.sh to measure performance on various read-tree, checkout, and update-index operations. This test can run using either artificial repos described above