Re: [PATCH] t/perf: rename duplicate-numbered test script

2019-08-12 Thread Jeff King
On Mon, Aug 12, 2019 at 09:04:36AM -0700, Junio C Hamano wrote: > > t/perf/{p5600-clone-reference.sh => p5601-clone-reference.sh} | 0 > > 1 file changed, 0 insertions(+), 0 deletions(-) > > rename t/perf/{p5600-clone-reference.sh => p5601-clone-reference.sh} (100%) > > > > diff --git a/t/perf/p

Re: [PATCH] t/perf: rename duplicate-numbered test script

2019-08-12 Thread Junio C Hamano
Jeff King writes: > There are two perf scripts numbered p5600, but with otherwise different > names ("clone-reference" versus "partial-clone"). We store timing > results in files named after the whole script, so internally we don't > get confused between the two. But "aggregate.perl" just prints

[PATCH] t/perf: rename duplicate-numbered test script

2019-08-12 Thread Jeff King
There are two perf scripts numbered p5600, but with otherwise different names ("clone-reference" versus "partial-clone"). We store timing results in files named after the whole script, so internally we don't get confused between the two. But "aggregate.perl" just prints the test number for each res