{% extends "_layout.html" %} {% macro chart_card(id, title) %}

{{ title }}

{% endmacro %} {% block content %}

Benchmark Analytics

Insights from {{ data.total_reports }} benchmarks

RAM Efficiency {{ data.avg_score_per_gb | round(precision=1) }} Avg Score per GB RAM
CPU Thread Efficiency {{ data.avg_score_per_thread | round(precision=1) }} Avg Score per Thread
{{ self::chart_card(id="distChart", title="Score Distribution") }} {{ self::chart_card(id="osCountChart", title="Reports by Operating System") }} {{ self::chart_card(id="osChart", title="Avg Score by Operating System") }} {{ self::chart_card(id="osMaxChart", title="Highest Score by Operating System") }} {{ self::chart_card(id="osMinChart", title="Lowest Score by Operating System") }}
{% endblock %}