Removed more references to test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2024-02-09 08:42:49 -05:00
parent ef2e0a12a5
commit f7979cd005
2 changed files with 3 additions and 4 deletions

View File

@ -10,10 +10,10 @@
</div> </div>
<div class="cell small-12"> <div class="cell small-12">
<h4>Tests involving this hardware:</h4> <h4>Benchmark results involving this hardware:</h4>
<ul> <ul>
<% hardware.tests().each do |t| %> <% hardware.results().each do |r| %>
<li><a href="/test/<%= t.id %>"><% t.date_tag %></a></li> <li><% r.score %></li>
<% end %> <% end %>
</ul> </ul>
</div> </div>

View File

@ -7,7 +7,6 @@
<table> <table>
<thead> <thead>
<tr> <tr>
<th>Test</th>
<th>Hardware tested</th> <th>Hardware tested</th>
<th>Benchmark used</th> <th>Benchmark used</th>
<th>Score</th> <th>Score</th>