t/perf/p7519: speed up test on Windows
commit86f7433f9711012fcd9857974fc43dfd693b0aa9
authorJeff Hostetler <jeffhost@microsoft.com>
Fri, 25 Mar 2022 18:03:08 +0000 (25 18:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Mar 2022 23:04:17 +0000 (25 16:04 -0700)
treed066c2dc4d7c4a840ff3fa6bd3c6038080f1c7e3
parent8aa020970195f49c369eeff9bf22079002e3454b
t/perf/p7519: speed up test on Windows

Change p7519 to use `test_seq` and `xargs` rather than a `for` loop
to touch thousands of files.  This takes minutes off of test runs
on Windows because of process creation overhead.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p7519-fsmonitor.sh