Re: [PATCH 16/16] p0002-index.sh: add perf test for the index formats

2012-08-02 Thread Thomas Gummerer
On 08/02, Nguyen Thai Ngoc Duy wrote: > On Thu, Aug 2, 2012 at 6:02 PM, Thomas Gummerer wrote: > > Add a performance test for index version [23]/4/5 by using > > git update-index --force-rewrite, thus testing both the reader > > and the writer speed of all index formats. > > On the testing side,

Re: [PATCH 16/16] p0002-index.sh: add perf test for the index formats

2012-08-02 Thread Nguyen Thai Ngoc Duy
On Thu, Aug 2, 2012 at 6:02 PM, Thomas Gummerer wrote: > Add a performance test for index version [23]/4/5 by using > git update-index --force-rewrite, thus testing both the reader > and the writer speed of all index formats. On the testing side, it may be an interesting idea to force the whole t

[PATCH 16/16] p0002-index.sh: add perf test for the index formats

2012-08-02 Thread Thomas Gummerer
Add a performance test for index version [23]/4/5 by using git update-index --force-rewrite, thus testing both the reader and the writer speed of all index formats. Signed-off-by: Thomas Gummerer --- t/perf/p0002-index.sh | 33 + 1 file changed, 33 insertions(+)