{% extends "base.html" %} {% block title %}{{ suite_id }} — InferenceBench{% endblock %} {% block content %}

{{ suite_id }}

{{ entries|length }} entr{% if entries|length == 1 %}y{% else %}ies{% endif %}. Pareto frontier computed on {{ pareto_x_metric }} (higher is better) vs. {{ pareto_y_metric }} (lower is better). Rows marked P are on the frontier.

{{ entries|length }} of {{ entries|length }} matching
{% for key in headline_keys %} {% endfor %} {% for e in entries %} {% for key in headline_keys %} {% endfor %} {% endfor %}
Model Engine Hardware Quant{{ headline_labels[key] }}Envelope
{% if e.on_pareto %}P{% endif %} {{ e.model_id }} {{ e.engine_name }} {{ e.engine_version }} {{ e.hardware_class }} {{ e.quantization }} {{ e.metrics[key]|fmt_metric }} JSON
{% endblock %}