Skip to content

Commit

Permalink
Update DEFAULT_PROFITABILITY_METRICS_BUCKETS
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Nov 19, 2024
1 parent fb08e37 commit 7086778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class LineaProfitabilityCliOptions implements LineaCliOptions {
public static final String PROFITABILITY_METRICS_BUCKETS =
"--plugin-linea-profitability-metrics-buckets";
public static final double[] DEFAULT_PROFITABILITY_METRICS_BUCKETS = {
0.9, 1.0, 1.2, 2, 5, 10, 100, 1000
0.1, 0.3, 0.5, 0.7, 0.9, 1.0, 1.1, 1.2, 1.5, 2.0, 5.0, 10.0
};

@Positive
Expand Down

0 comments on commit 7086778

Please sign in to comment.