{# Settings → Benchmark: most recent runs and a link to the CLI. Read-only in v1; the runner is CLI-driven. #}

Benchmark

Run the built-in benchmark corpus through the pipeline to measure transcription accuracy (WER) and throughput. Compare results across configuration changes or hardware upgrades.

{% if benchmark_runs %} {% for run in benchmark_runs %} {% endfor %}
Tag Status WER Time Date
{{ run.tag or '—' }} {{ run.status }} {% if run.summary and run.summary.pooled_wer is not none %} {{ "%.1f%%"|format(run.summary.pooled_wer * 100) }} {% else %} — {% endif %} {% if run.summary and run.summary.total_time_s is not none %} {{ "%.0f"|format(run.summary.total_time_s) }}s {% else %} — {% endif %} {{ run.created_at.strftime("%Y-%m-%d %H:%M") if run.created_at else '—' }}
{% else %}

No benchmark runs yet.

{% endif %}

Run from the command line: voxint benchmark run (full corpus) or voxint benchmark run --quick (speech files only). Compare two runs: voxint benchmark compare ID1 ID2.