{% extends "base.html" %} {% block title %}{{ suite_id }} — InferenceBench{% endblock %} {% block content %}
{{ 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.
| Model | Engine | Hardware | Quant | {% for key in headline_keys %}{{ headline_labels[key] }} | {% endfor %}Envelope | |
|---|---|---|---|---|---|---|
| {% if e.on_pareto %}P{% endif %} | {{ e.model_id }} | {{ e.engine_name }} {{ e.engine_version }} | {{ e.hardware_class }} | {{ e.quantization }} | {% for key in headline_keys %}{{ e.metrics[key]|fmt_metric }} | {% endfor %}JSON |