{% extends "overview_base.html" %} {% comment %} Copyright (c) 2012 The Chromium OS Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. This template describes the overall page structure for the birds-eye overview perf graph webpage that compares the results of a given test among all branches or all platforms. {% endcomment %} {% block title %} Compare by {% if compare_type == "branch" %} Branch: {% else %} Platform: {% endif %} {{ test_name }} {% endblock %} {% block content %}