Skip to content

Correct state of metrics comparison

What does this MR do?

Changes the condition for when a metric is assigned to improved or degraded. Before this MR, a desiredSize of smaller would always end up as degraded, and larger as improved. This MR will instead check the delta between the base and HEAD, for sorting metrics.

What are the relevant issue numbers?

#9864 (closed)

Does this MR meet the acceptance criteria?

Closes #9864 (closed)

Merge request reports