Added more information to the test view page

This commit is contained in:
Gregory Ballantine 2024-05-29 09:23:41 -04:00
parent 3ec465872e
commit 2299ac0a93

View File

@ -3,8 +3,18 @@
<div class="row"> <div class="row">
<h2>{{ .test.Name }}</h2> <h2>{{ .test.Name }}</h2>
<p><a href="/hardware/{{ .test.Hardware.ID }}">link to hardware tested.</a></p>
<p>{{ .test.Description }}</p> <p>{{ .test.Description }}</p>
<h4>Benchmarks used:</h4>
<ul>
{{ range $bm := .test.Benchmarks }}
<li><a href="/benchmark/{{ $bm.ID }}">{{ $bm.Name }}</a></li>
{{ end }}
</ul>
<hr> <hr>
<h4>Latest Benchmark Results:</h4> <h4>Latest Benchmark Results:</h4>