{{ template "header" . }}

{{ .test.Name }}

link to hardware tested.

{{ .test.Description }}

Benchmarks used:


Add new result:


Latest Benchmark Results:

{{ $length := len .test.Results }} {{ if eq $length 0 }}

There are currently no benchmarks recorded in this test.

{{ else }} {{ range $res := .test.Results }} {{ end }}
Benchmark Average Minimum Maximum
{{ $res.Benchmark.Name }} {{ $res.AverageScore }} {{ if eq $res.MinimumScore 0.0 }}N/a{{ else }}{{ $res.MinimumScore }}{{ end }} {{ if eq $res.MaximumScore 0.0 }}N/a{{ else }}{{ $res.MaximumScore }}{{ end }}
{{ end }}

Back

{{ template "footer" . }}