Skip to content

Commit

Permalink
Using shifted geometric mean instead
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 19, 2024
1 parent 2256778 commit d54638f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nextmv/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
),
operator=cloud.Comparison.less_than_or_equal_to,
),
statistic=cloud.StatisticType.mean,
statistic=cloud.StatisticType.shifted_geometric_mean,
)
]

Expand Down

0 comments on commit d54638f

Please sign in to comment.