summaryrefslogtreecommitdiff
path: root/obbenchlib/templates/index.j2
diff options
context:
space:
mode:
Diffstat (limited to 'obbenchlib/templates/index.j2')
-rw-r--r--obbenchlib/templates/index.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/obbenchlib/templates/index.j2 b/obbenchlib/templates/index.j2
index 84dbb1c..4d84a98 100644
--- a/obbenchlib/templates/index.j2
+++ b/obbenchlib/templates/index.j2
@@ -19,7 +19,9 @@
<td>{{ row.commit_date }}</td>
<td>{{ '%.7s'|format(row.commit_id) }}</td>
{% for name in benchmark_names %}
+ {% if name in row %}
<td><a href="{{ name }}.html">{{ '%.1f'|format(row[name]) }}</a></td>
+ {% endif %}
{% endfor %}
</tr>
{% endfor %}