[LNT] r238969 - Don't filter the summary table

Chris Matthews cmatthews5 at apple.com
Wed Jun 3 14:01:35 PDT 2015


Author: cmatthews
Date: Wed Jun  3 16:01:35 2015
New Revision: 238969

URL: http://llvm.org/viewvc/llvm-project?rev=238969&view=rev
Log:
Don't filter the summary table

This does not have benchmark names in it, so don't filter it!

Modified:
    lnt/trunk/lnt/server/ui/templates/reporting/runs.html

Modified: lnt/trunk/lnt/server/ui/templates/reporting/runs.html
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/templates/reporting/runs.html?rev=238969&r1=238968&r2=238969&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/templates/reporting/runs.html (original)
+++ lnt/trunk/lnt/server/ui/templates/reporting/runs.html Wed Jun  3 16:01:35 2015
@@ -117,7 +117,7 @@
       {% endif %}
     </tr>
   </thead>
-  <tbody class="searchable">
+  <tbody>
   {% for i, name, num_items, num_items_vs_baseline in num_item_buckets %}
     {% if num_items or num_items_vs_baseline %}
       <tr>





More information about the llvm-commits mailing list