The table provides an overview of the comparison between two selected commits from the same branch.
@@ -110,14 +124,16 @@
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 %}
@@ -151,9 +167,10 @@
Test result summary
{# Detailed test results #}
+
Test details
+
The following section provides details of each test, accompanied by charts representing build time and disk usage over time or by commit number.
{% for test in test_data %}
-
{{ test.name }}: {{ test.description }}
-
+
{{ test.name }}: {{ test.description }}
{% if test.status == 'SUCCESS' %}
{% for measurement in test.measurements %}