From ecbaa5257197fc1884f774b1a95c85388d12981a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jun 2021 12:00:01 -0400 Subject: [PATCH] clarification --- .../comment_11_51a3a86a290b0e3994507f3f64e7c72a._comment | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/bugs/significant_performance_regression_impacting_datal/comment_11_51a3a86a290b0e3994507f3f64e7c72a._comment b/doc/bugs/significant_performance_regression_impacting_datal/comment_11_51a3a86a290b0e3994507f3f64e7c72a._comment index 8cc8b86238..b9d18337d6 100644 --- a/doc/bugs/significant_performance_regression_impacting_datal/comment_11_51a3a86a290b0e3994507f3f64e7c72a._comment +++ b/doc/bugs/significant_performance_regression_impacting_datal/comment_11_51a3a86a290b0e3994507f3f64e7c72a._comment @@ -17,9 +17,12 @@ wastes some time, eg: [2021-06-08 11:52:44.092620256] (Database.Keys) reconcileStaged end ok -All the new work happens in between those two debugs, so you could check if +All the new work happens in between those two debugs[1], so you could check if the time sink is there or elsewhere. (Note that the last release takes 2 seconds longer for that init than it does now..) + +[1] With the exception of a single call to `git write-tree`, but that +should be very fast. """]] -- 2.30.2