{% extends "base.html" %} {% block title %}asiai — Benchmark{% endblock %} {% block content %}
1 prompt · 1 run · ~15s · shareable card

Documentation · Compare your Apple Silicon inference speed across engines

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

No engines detected

{% endif %}
{% for prompt in prompts %} {% endfor %}
{% if not power_available %}

Enable with: echo "$USER ALL=(ALL) NOPASSWD: /usr/bin/powermetrics" | sudo tee /etc/sudoers.d/powermetrics

{% endif %}

Status

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

Ready. Click Quick Bench or configure advanced options.

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