mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 06:01:51 +00:00
chore(server): Remove outdated TODO
Real-life experience has shown that the weighting of the metric produced here is appropriate.
This commit is contained in:
parent
8f48226b24
commit
bbda440f15
|
@ -301,10 +301,6 @@ func groupLayer(dt *flow.DominatorTree, root *closure) Layer {
|
||||||
|
|
||||||
return Layer{
|
return Layer{
|
||||||
Contents: contents,
|
Contents: contents,
|
||||||
// TODO(tazjin): The point of this is to factor in
|
|
||||||
// both the size and the popularity when making merge
|
|
||||||
// decisions, but there might be a smarter way to do
|
|
||||||
// it than a plain multiplication.
|
|
||||||
MergeRating: uint64(root.Popularity) * size,
|
MergeRating: uint64(root.Popularity) * size,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user