{% extends "layout.html" %} {% block title %} Benchmarks {% endblock %} {% block content %}
| name | sha | author | date | status | deploy batch |
|---|---|---|---|---|---|
| {{ commit['title'] }} | {{ commit['sha'] }} | {{ commit['author'] }} | {{ commit['date'] }} | {% if commit['status'] is not none %}{{ commit['status']['state'] }} | {% endif %}{% if commit['batch_id'] is not none %} {{ commit['batch_id'] }} {% endif %} |