From 2ffb9cc01b952f28c6ec7931d43832071f59095c Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 7 Jun 2021 21:20:35 +0000 Subject: [PATCH 1/2] Added a comment: clarification --- ...t_7_35217e61ccf6936e105df8de7e1775d0._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/significant_performance_regression_impacting_datal/comment_7_35217e61ccf6936e105df8de7e1775d0._comment diff --git a/doc/bugs/significant_performance_regression_impacting_datal/comment_7_35217e61ccf6936e105df8de7e1775d0._comment b/doc/bugs/significant_performance_regression_impacting_datal/comment_7_35217e61ccf6936e105df8de7e1775d0._comment new file mode 100644 index 0000000000..8a32e5a426 --- /dev/null +++ b/doc/bugs/significant_performance_regression_impacting_datal/comment_7_35217e61ccf6936e105df8de7e1775d0._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="clarification" + date="2021-06-07T21:20:35Z" + content=""" +For completeness + +> Looking at the CI log, I don't see any past runs that took 1h 46min. A month ago they were taking 2h 6min. + +I was looking at OSX ones. And the timing was for the one right before slow down: It was [this one](https://github.com/datalad/git-annex/actions/runs/873390021), but even [previous one](https://github.com/datalad/git-annex/actions/runs/869970007) was 1h40min + +> Let's see if the changes I'm pushing now drop it back to that. + +🤞 +"""]] From 57b567ac87fa769cb98cb2a205ca3031436e22f2 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 7 Jun 2021 21:39:05 +0000 Subject: [PATCH 2/2] Added a comment --- ...t_8_29bde900ef625702b49cf020118f940f._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/significant_performance_regression_impacting_datal/comment_8_29bde900ef625702b49cf020118f940f._comment diff --git a/doc/bugs/significant_performance_regression_impacting_datal/comment_8_29bde900ef625702b49cf020118f940f._comment b/doc/bugs/significant_performance_regression_impacting_datal/comment_8_29bde900ef625702b49cf020118f940f._comment new file mode 100644 index 0000000000..e773865a70 --- /dev/null +++ b/doc/bugs/significant_performance_regression_impacting_datal/comment_8_29bde900ef625702b49cf020118f940f._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 8" + date="2021-06-07T21:39:05Z" + content=""" +FWIW: + +> I assume these tests are creating lots of clones of repositories. + +lots of `git annex init` in new git repos. Also a good number of clones AFAIK. FWIW: we used to do more clones instead of just recreating new repos per test, but then we switched to just creating a new repo. We still have a good number though of cloning. + +> Are they also doing lots of merges or switching between branches? + +Not that many AFAIK. +"""]]