Re: [PATCH v2 3/3] Add a perf test for rebase -i

2016-05-13 Thread Johannes Schindelin
Hi Junio, On Wed, 11 May 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > diff --git a/t/perf/p3404-rebase-interactive.sh > > b/t/perf/p3404-rebase-interactive.sh > > new file mode 100755 > > index 000..382163c > > --- /dev/null > > +++ b/t/perf/p3404-rebase-interactive.sh >

Re: [PATCH v2 3/3] Add a perf test for rebase -i

2016-05-11 Thread Junio C Hamano
Johannes Schindelin writes: > diff --git a/t/perf/p3404-rebase-interactive.sh > b/t/perf/p3404-rebase-interactive.sh > new file mode 100755 > index 000..382163c > --- /dev/null > +++ b/t/perf/p3404-rebase-interactive.sh > @@ -0,0 +1,31 @@ > +#!/bin/sh > + > +test_description='Tests rebase -i

[PATCH v2 3/3] Add a perf test for rebase -i

2016-05-11 Thread Johannes Schindelin
This developer spent a lot of time trying to speed up the interactive rebase, in particular on Windows. And will continue to do so. To make it easier to demonstrate the performance improvement, let's have a reproducible performance test. The topic branch we use to test performance was found using