Policy Comparison Report

{{ subtitle | default('Side-by-side analysis of scheduling policy performance') }}

{% for i, policy in enumerate(policies) %} {{ policy }} {% endfor %}
{{ timestamp }}

Winners

{% if best_throughput %}
Highest Throughput
{{ best_throughput }}
{{ best_throughput_value }} req/s
{% endif %} {% if best_slo %}
Best SLO Compliance
{{ best_slo }}
{{ best_slo_value }}%
{% endif %} {% if best_latency %}
Lowest P99 Latency
{{ best_latency }}
{{ best_latency_value }} ms
{% endif %}

Metrics Comparison

{% for policy in policies %} {% endfor %} {% for metric in metrics %} {% for value in metric.values %} {% endfor %} {% endfor %}
Metric{{ policy }}
{{ metric.icon }} {{ metric.name }}
{{ value.display }}

Throughput Comparison

{% for i, (policy, value) in enumerate(throughput_data) %}
{{ policy }}
{{ value.display }} req/s
{% endfor %}

Latency Comparison

{% for i, (policy, value) in enumerate(latency_data) %}
{{ policy }}
{{ value.display }} ms (P99)
{% endfor %}
{% if charts %}

Detailed Charts

{% for chart in charts %}

{{ chart.title }}

{{ chart.title }}
{% endfor %}
{% endif %}

Key Insights

{% for i, policy in enumerate(policies) %}
{{ policy }}
{% endfor %}