There was an error while loading. Please reload this page.
1 parent 4f576e1 commit d3681f5Copy full SHA for d3681f5
metrics/metrics.go
@@ -114,4 +114,4 @@ type bySum []result
114
115
func (b bySum) Len() int { return len(b) }
116
func (b bySum) Swap(i, j int) { b[i], b[j] = b[j], b[i] }
117
-func (b bySum) Less(i, j int) bool { return b[i].sum < b[j].sum }
+func (b bySum) Less(i, j int) bool { return b[i].sum > b[j].sum }
0 commit comments