From ed5232371cbc8aab97900b4c5d275047c1c1f21e Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 29 May 2024 12:00:04 -0400 Subject: [PATCH] Fixed results table in test view --- templates/test/view.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/test/view.tmpl b/templates/test/view.tmpl index 856b7ad..c76cac5 100644 --- a/templates/test/view.tmpl +++ b/templates/test/view.tmpl @@ -72,7 +72,6 @@ - @@ -82,7 +81,6 @@ {{ range $res := .test.Results }} -
Hardware Benchmark Average Minimum
{{ .test.Hardware.Name }} {{ $res.Benchmark.Name }} {{ $res.AverageScore }} {{ $res.MinimumScore }}