The table provides an overview of the comparison between two selected commits from the same branch.
@@ -110,19 +143,21 @@
General
{# Test result summary #}
Test result summary
-
+
The test summary presents a thorough breakdown of each test conducted on the branch, including details such as build time and disk space consumption. Additionally, it gives insights into the average time taken for test execution, along with absolute and relative values for a better understanding.
+
+
Test name
+
Measurement description
+
Mean value
+
Absolute difference
+
Relative difference
+
{% for test in test_data %}
- {% if loop.index is even %}
- {% set row_style = 'style="background-color: #f2f2f2"' %}
- {% else %}
- {% set row_style = 'style="background-color: #ffffff"' %}
- {% endif %}
{% if test.status == 'SUCCESS' %}
{% for measurement in test.measurements %}