Fixed results table in test view

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent d97fee0911
commit 8f0cce7550

View File

@ -72,7 +72,6 @@
<table class="u-full-width">
<thead>
<tr>
<th>Hardware</th>
<th>Benchmark</th>
<th>Average</th>
<th>Minimum</th>
@ -82,7 +81,6 @@
<tbody>
{{ range $res := .test.Results }}
<tr>
<td>{{ .test.Hardware.Name }}</td>
<td>{{ $res.Benchmark.Name }}</td>
<td>{{ $res.AverageScore }}</td>
<td>{{ $res.MinimumScore }}</td>