clarification
authorJoey Hess <joeyh@joeyh.name>
Tue, 8 Jun 2021 16:00:01 +0000 (12:00 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 8 Jun 2021 16:00:01 +0000 (12:00 -0400)
doc/bugs/significant_performance_regression_impacting_datal/comment_11_51a3a86a290b0e3994507f3f64e7c72a._comment

index 8cc8b86238d86fe56b9ca8d9dfc0c5f206e2f97e..b9d18337d69c13969941e97359a81f53de1adc3d 100644 (file)
@@ -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.
 """]]