internal/pkg: report dependency graph size
All checks were successful
Test / Create distribution (push) Successful in 48s
Test / Sandbox (push) Successful in 2m38s
Test / ShareFS (push) Successful in 3m54s
Test / Hpkg (push) Successful in 4m30s
Test / Sandbox (race detector) (push) Successful in 4m53s
Test / Hakurei (race detector) (push) Successful in 5m50s
Test / Hakurei (push) Successful in 2m41s
Test / Flake checks (push) Successful in 1m45s

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++ n++
} }
c.msg.Verbosef("visited %d artifacts", n)
} }
return c.cure(a) return c.cure(a)