summaryrefslogtreecommitdiffstats
path: root/qtip/reporter/templates/report.j2
blob: 766e6dde7341590d12930ec456b91d9d1685467b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{{ title }}

Plan: {{ plan.name }}

{{ qpi.name }}: {{ qpi.score }}
Sections:
{% for section in sections %}
    {{ section.name }}: {{ section.score }}

    Formula: {{ section.formula }}
    Metrics:
    {% for metric in section.metrics %}
        {{ metric.name }}: {{ metric.score }}
        Formula: {{ metric.formula }}
        Workloads:
        {% for workload in workloads %}
            {{ workload.name }}: {{ workload.score }}
        {% endfor %}
    {% endfor  %}
{% endfor %}

{{ signature }}