{% extends "tables/base.html" %} {% comment %} Copyright 2010 Google Inc. All Rights Reserved. This template builds a performance landing page for each netbook for the Test Dashboard. These are reachable from the main summary page by choosing a particular netbook within a board table. The view is divided into three areas: build table, contents and plots. The build table includes static build data about each build. The contents include hyperlinks to performance graphing groups and then the graphs themselves are embedded. {% endcomment %} {% block title %}ChromeOS Test - Performance Builds{% endblock %} {% block header_block %} {% include 'tables/details/header.html' %} {% endblock %} {% block html_block %}
Build |
---|
{{ build_number }} on {{ tpl_board }} {% if chrome_version %} for Chrome build: {{ chrome_version.0 }} ({{ chrome_version.1 }}) {% endif %} {% if chrome_version %} {{ chrome_version.0 }} ({{ chrome_version.1 }}) on {{ tpl_board }} {% endif %} {% if tpl_perf_available %} {{ build_number }} on {{ tpl_board }} {% endif %} |