Skip to content

Commit

Permalink
Merge pull request #82 from nextmv-io/merschformann/adjust-tolerance
Browse files Browse the repository at this point in the history
Adjusts acceptance test tolerance
  • Loading branch information
merschformann authored Dec 24, 2024
2 parents 6285d89 + b258107 commit b145020
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 @@ -27,7 +27,7 @@
metric_type=cloud.MetricType.direct_comparison,
params=cloud.MetricParams(
tolerance=cloud.MetricTolerance(
value=0.05,
value=2,
type=cloud.ToleranceType.relative,
),
operator=cloud.Comparison.less_than_or_equal_to,
Expand Down

0 comments on commit b145020

Please sign in to comment.