Added benchmarks routes and views

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent bee64576bc
commit fde8d1dee4
7 changed files with 176 additions and 6 deletions

View File

@ -0,0 +1,19 @@
{{ template "header" . }}
<div class="row">
<h2>{{ .benchmark.Name }}</h2>
<p>{{ .benchmark.ScoringType }}</p>
<hr>
<h4>Latest Benchmark Results:</h4>
<p>There are currently no results recorded using this benchmark.</p>
<hr>
<p><a href="/benchmark">Back</a></p>
</div>
{{ template "footer" . }}