On Mon, Oct 19, 2020 at 10:47:37PM +0000, Nipunn Koorapati via GitGitGadget wrote: > From: Nipunn Koorapati <nipunn@xxxxxxxxxxx> > > Test v2.29.0-rc1 this tree > ----------------------------------------------------------------------------------------------------------------- > [...] > 7519.22: add (fsmonitor=) 2.26(1.46+1.49) 2.27(1.42+1.55) +0.4% Good; no huge slow-down here. Thanks for checking! > Signed-off-by: Nipunn Koorapati <nipunn@xxxxxxxxxxx> > --- > t/perf/p7519-fsmonitor.sh | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/t/perf/p7519-fsmonitor.sh b/t/perf/p7519-fsmonitor.sh > index 75a0cef01d..fb20fe0937 100755 > --- a/t/perf/p7519-fsmonitor.sh > +++ b/t/perf/p7519-fsmonitor.sh > @@ -169,6 +169,10 @@ test_fsmonitor_suite() { > test_perf_w_drop_caches "diff -- 10000_files (fsmonitor=$INTEGRATION_SCRIPT)" ' > git diff -- 10000_files > ' > + > + test_perf_w_drop_caches "add (fsmonitor=$INTEGRATION_SCRIPT)" ' > + git add --all > + ' > } > > test_fsmonitor_suite > -- > gitgitgadget Acked-by: Taylor Blau <me@xxxxxxxxxxxx> Thanks, Taylor