{% 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 %}
HOME  |  chromeos performance test dashboard  |  last updated: {{ tpl_last_updated }}

{{ tpl_board }} - {{ tpl_netbook }} - {{ tpl_build }}

{% autoescape off %} {{ tpl_preprocessed_html }}

{% endautoescape %} {# ** Separate the email by test names ** #} {% for test in tpl_regressed_tests|dictsort:"test_name" %}


{# ** Organize the keys according to common plot ** #} {% regroup test.test_keys|dictsort:"test_key" by key_plot as keys_by_plot %} {% for plot in keys_by_plot %}

Summary for {{ test.test_name }} {% if plot.grouper %}  -  View Recent Plot  -  View Historical Plot {% endif %}

{% endifnotequal %} {% endifnotequal %} {% endfor %} {# ** Each item is a single key with stats. ** #} {% for item in plot.list|dictsort:"sort_key" %} {% for key_stat in item.key_stats|dictsort:"stat_name" %} {% ifnotequal key_stat.stat_name 'histogram' %} {% ifnotequal key_stat.stat_name 'values' %} {% endifnotequal %} {% endifnotequal %} {% endfor %} {% endfor %}
{% for stat_name in plot.list.0.key_headers %} {% ifnotequal stat_name 'histogram' %} {% ifnotequal stat_name 'values' %} {{ stat_name|capfirst }}
{{ item.test_key }}{{ key_stat.stat_val }}
{% for item in plot.list|dictsort:"sort_key" %} {% for key_stat in item.key_stats|dictsort:"stat_name" %} {% ifequal key_stat.stat_name 'histogram' %}
{% endifequal %} {% ifequal key_stat.stat_name 'values' %}
{% endifequal %} {% endfor %} {% endfor %}
{% endfor %} {% endfor %}
{% autoescape off %} {{ tpl_build_log }}

{% endautoescape %} {% endblock %}