Fixed results table in test view

This commit is contained in:
Gregory Ballantine 2024-05-29 12:00:04 -04:00
parent 29d9cbc59c
commit ed5232371c

View File

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