From 254199edc935b4cd951ab75c765fc25b4ce462e6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Jun 2021 11:46:47 -0400 Subject: [PATCH] comment --- ...mment_2_521f784d686fcaeb5e081599fbdf9903._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/significant_performance_regression_impacting_datal/comment_2_521f784d686fcaeb5e081599fbdf9903._comment diff --git a/doc/bugs/significant_performance_regression_impacting_datal/comment_2_521f784d686fcaeb5e081599fbdf9903._comment b/doc/bugs/significant_performance_regression_impacting_datal/comment_2_521f784d686fcaeb5e081599fbdf9903._comment new file mode 100644 index 0000000000..7d3c876067 --- /dev/null +++ b/doc/bugs/significant_performance_regression_impacting_datal/comment_2_521f784d686fcaeb5e081599fbdf9903._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2021-06-07T15:41:43Z" + content=""" +I assume these tests are creating lots of clones of repositories. Are they +also doing lots of merges or switching between branches? + +The init scan time has already been optimised as much as seems feasible. +The update scan time can still be optimised, see +[[speed_up_keys_db_update_with_git_streaming]]. +"""]]