[PATCH] D118170: [LNT] Fix the graph page to show multiple metrics for the same test

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 04:23:14 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rLNT9846672b95f4: [LNT] Fix the graph page to show multiple metrics for the same test (authored by kpdev42).

Repository:
  rLNT LNT

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118170/new/

https://reviews.llvm.org/D118170

Files:
  lnt/server/ui/templates/v4_run.html


Index: lnt/server/ui/templates/v4_run.html
===================================================================
--- lnt/server/ui/templates/v4_run.html
+++ lnt/server/ui/templates/v4_run.html
@@ -345,7 +345,7 @@
         <tbody class="searchable">
           {% for test_name,test_id,cr in tests %}
             <tr>
-              <td><input type="checkbox" name="plot.{{test_id}}" value="{{machine.id}}.{{test_id}}.{{field_index}}"/></td>
+              <td><input type="checkbox" name="plot.{{test_id}}.{{field_index}}" value="{{machine.id}}.{{test_id}}.{{field_index}}"/></td>
               <td class="benchmark-name">
                 <a href="{{graph_base}}&plot.{{test_id}}={{ machine.id}}.{{test_id}}.{{field_index}}">
                   {{ test_name }}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118170.403595.patch
Type: text/x-patch
Size: 766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220127/0b88b63f/attachment.bin>


More information about the llvm-commits mailing list