Skip to content

Commit d98d38b

Browse files
authored
lower aggregate percent lower-band to reduce variance in instance resource specs (#23)
1 parent e2af7ce commit d98d38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/selector/aggregates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const (
1212
// AggregateLowPercentile is the default lower percentile for resource ranges on similar instance type comparisons
13-
AggregateLowPercentile = 0.8
13+
AggregateLowPercentile = 0.9
1414
// AggregateHighPercentile is the default upper percentile for resource ranges on similar instance type comparisons
1515
AggregateHighPercentile = 1.2
1616
)

0 commit comments

Comments
 (0)