{% extends "_base.html" %} {% block title %}Benchmarks — yt-shorts-trends{% endblock %} {% block content %}

Benchmark archives

{% if rows %} {% for row in rows %} {% endfor %}
Timestamp Channels Verdict Cells
{{ row.run_at }} {{ row.channels | join(", ") }} {{ row.verdict }} {{ row.cell_count }}
{% else %}

No benchmark archives yet

Run python main.py --benchmark @ch1,@ch2 --query <topic> to create one.

{% endif %} {% endblock %}