From d54638fd4350e568c8e544025de63e69c886f444 Mon Sep 17 00:00:00 2001 From: Marius Merschformann Date: Thu, 19 Dec 2024 11:22:09 +0100 Subject: [PATCH] Using shifted geometric mean instead --- .nextmv/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nextmv/benchmark.py b/.nextmv/benchmark.py index 6346224..58f5657 100644 --- a/.nextmv/benchmark.py +++ b/.nextmv/benchmark.py @@ -32,7 +32,7 @@ ), operator=cloud.Comparison.less_than_or_equal_to, ), - statistic=cloud.StatisticType.mean, + statistic=cloud.StatisticType.shifted_geometric_mean, ) ]