{% extends "base.html" %} {% block title %}asiai — Benchmark{% endblock %} {% block content %}

Configuration

{% for engine in engines %} {% endfor %} {% if not engines %}

No engines detected

{% endif %}
{% for prompt in prompts %} {% endfor %}

Status

{% if bench_running %}
Benchmark in progress...
{% else %}

Ready to run. Configure and click "Run Benchmark".

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}