{% extends "layout.html" %} {% block title %} Benchmarks {% endblock %} {% block content %}

Benchmark System

{% if plot is not none %}
{% endif %} {% for commit in commits.values() %} {% if commit['status'] is not none %} {% endif %} {% endfor %}
name sha author date status deploy batch
{{ commit['title'] }} {{ commit['sha'] }} {{ commit['author'] }} {{ commit['date'] }}{{ commit['status']['state'] }} {% if commit['batch_id'] is not none %} {{ commit['batch_id'] }} {% endif %}
{% endblock %}