{% extends "tables/base.html" %} {% comment %} Copyright 2012 Google Inc. All Rights Reserved. This template builds page with performance details of one build. {% endcomment %} {% block title %}ChromeOS Performance{% endblock %} {% block html_block %}
{% endautoescape %} {# ** Separate the email by test names ** #} {% for test in tpl_regressed_tests|dictsort:"test_name" %}
{% for stat_name in plot.list.0.key_headers %} {% ifnotequal stat_name 'histogram' %} {% ifnotequal stat_name 'values' %} | {{ stat_name|capfirst }} | {% endifnotequal %} {% endifnotequal %} {% endfor %}
{{ item.test_key }} | {% for key_stat in item.key_stats|dictsort:"stat_name" %} {% ifnotequal key_stat.stat_name 'histogram' %} {% ifnotequal key_stat.stat_name 'values' %}{{ key_stat.stat_val }} | {% endifnotequal %} {% endifnotequal %} {% endfor %}
{% endautoescape %} {% endblock %}