{% extends "base.html" %} {% block content %}
| Rank | Model | Success Rate | Avg Latency | P95 Latency | Total Cost | Score |
|---|---|---|---|---|---|---|
| #{{ loop.index }} | {{ result.model }} | {{ result.faithfulness | round(precision=1) }}% | {{ result.latency_ms }}ms | {{ result.coherence }}ms | ${{ result.cost | round(precision=4) }} | {{ result.relevance | round(precision=2) }} |