summaryrefslogtreecommitdiffstats
path: root/web/analysis/index.html
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2011-05-26 15:07:14 +0200
committerjasplin <qt-info@nokia.com>2011-05-26 15:07:14 +0200
commitcac600fc0a2069e34036c5112ba4cfb8483bb559 (patch)
tree8fba1a4e47113b902582cc6c5f03af909b6e9e73 /web/analysis/index.html
parenteae8ff839296559a637ff100d7585562d68b5cb1 (diff)
Added Top Changes page to replace ranking feature.
This commit introduces the Top Changes page. This page retrieves 'top 10' changes for all host/platform/branch combinations from a new 'change' database table. The script that updates this table for a given host/platform/branch combination is run automatically after uploading a new set of results (since this is when new changes may potentially arise). This commit also removes the ranking feature as this is obsoleted (more or less) by the new feature.
Diffstat (limited to 'web/analysis/index.html')
-rw-r--r--web/analysis/index.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/web/analysis/index.html b/web/analysis/index.html
index cb03f69..6c70a77 100644
--- a/web/analysis/index.html
+++ b/web/analysis/index.html
@@ -7,7 +7,6 @@
<script type="text/javascript" src="../global/global.js"></script>
<script type="text/javascript" src="main.js"></script>
<link rel="stylesheet" href="../global/style.css" type="text/css" />
-
</head>
<body>
@@ -39,25 +38,6 @@
$("#mainPageLink").attr("href", "http://" + location.host + "/bm2");
</script>
-<div id="div_analysisPageLink" style="display:inline">
-&nbsp;&nbsp;
-<a id="analysisPageLink" href="">analysis page (all types)</a>
-<script type="text/javascript">
-$("#analysisPageLink").attr(
- "href", "http://" + location.host + "/bm2/analysis");
-</script>
-</div>
-
-<div id="div_analysisPageRankedOnlyLink" style="display:inline">
-&nbsp;&nbsp;
-<a id="analysisPageRankedOnlyLink" href="">
- analysis page (rankings only)</a>
-<script type="text/javascript">
-$("#analysisPageRankedOnlyLink").attr(
- "href", "http://" + location.host + "/bm2/analysis?rankedonly=1");
-</script>
-</div>
-
<div id="div_availableContexts" style="display:none">
<br />
@@ -77,45 +57,6 @@ $("#analysisPageRankedOnlyLink").attr(
</script>
</td><td></td>
</tr>
- <tr id="actionTable_rankings">
- <td style="padding-top:5px; padding-bottom:5px;">
- <a class="disabledActionButton" id="action_rankings"
- href="javascript::void(0)" onclick="return false">
- Show rankings for Context <span class="context1">
- &nbsp;1&nbsp;</span></a>
- <script type="text/javascript">
- setTooltip(
- $("#action_rankings"),
- "For Context 1, this action ranks benchmarks on different " +
- "criteria.<br /><br />The idea is to prioritize benchmarks " +
- "that deserve attention (either because they reflect stable " +
- "changes in Qt, or because they need to improve their own " +
- "quality)." +
- "<br /><br /><b>Note:</b> This action is enabled iff " +
- "an 'R' is indicated for the snapshot of Context 1, " +
- "thus indicating availability of rankings in the " +
- "database.");
- </script>
- </td>
- <td id="max_rank_size_lead">Maximum size:
- <select id="max_rank_size" onchange="updateActions()">
- <option value="5">5</option>
- <option value="10">10</option>
- <option value="20">20</option>
- <option value="50">50</option>
- <option value="100">100</option>
- <option value="200">200</option>
- <option value="500">500</option>
- <option value="1000">1000</option>
- <option value="-1">unlimited</option>
- </select>
- <script type="text/javascript">
- setTooltip(
- $("#max_rank_size_lead"),
- "The maximum number of benchmarks to show in each ranking.");
- </script>
- </td>
- </tr>
<tr>
<td style="padding-top:5px; padding-bottom:5px;">
<a class="disabledActionButton" id="action_stats2"