From c5e62c19681f2f26e290c8e00e3504d473f0a129 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Sat, 5 Jun 2021 13:23:13 +0000 Subject: [PATCH] Initial report on performance regression --- ...t_performance_regression_impacting_datal.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/significant_performance_regression_impacting_datal.mdwn diff --git a/doc/bugs/significant_performance_regression_impacting_datal.mdwn b/doc/bugs/significant_performance_regression_impacting_datal.mdwn new file mode 100644 index 0000000000..87cd4b1e8e --- /dev/null +++ b/doc/bugs/significant_performance_regression_impacting_datal.mdwn @@ -0,0 +1,16 @@ +### Please describe the problem. + +With recent RFing of scanning for unlocked/annexed files (I guess), a sweep of datalad tests on OSX started to take about 3h 30min instead of prior 1h 46min. So pretty much twice. Besides possibly affecting user experience, I am afraid that would cause too much ripples though our CI setup which might not run out of time + +Logs etc are at https://github.com/datalad/git-annex/actions/workflows/build-macos.yaml + +The first red is ok, just a fluke but then they all fail due to change in output log string (for which there is a fix but somehow behavior on osx seems different, yet to check). + + + + +### What version of git-annex are you using? On what operating system? + +Currently 8.20210428+git282-gd39dfed2a and first got slow with +8.20210428+git228-g13a6bfff4 and was ok with 8.20210428+git202-g9a5981a15 + -- 2.30.2