internal/pkg: report dependency graph size

This is an interesting value to know when profiling.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-21 05:35:28 +09:00
parent 8e59ff98b5
commit b72dc43bc3

View File

@@ -1111,6 +1111,7 @@ func (c *Cache) Cure(a Artifact) (
}
n++
}
c.msg.Verbosef("visited %d artifacts", n)
}
return c.cure(a)