2025-04-10 21:50:05 +07:00
|
|
|
{{ $TITLE := (.Get "title") }}
|
|
|
|
|
|
|
|
{{ $HEADER := "" }}
|
|
|
|
|
|
|
|
{{ if eq $TITLE "lscpu" }}
|
|
|
|
{{ $HEADER = "<h3>CPU <code>lscpu</code> Information</h3>" }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if eq $TITLE "yabs" }}
|
|
|
|
{{ $HEADER = "<h3>YABS</h3>" }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if eq $TITLE "nws" }}
|
|
|
|
{{ $HEADER = "<h3>NWS.sh</h3>" }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if eq $TITLE "benchmonster" }}
|
|
|
|
{{ $HEADER = "<h3>Bench.Monster <code>-all</code></h3>" }}
|
|
|
|
{{ end }}
|
|
|
|
|
2025-04-12 17:01:05 +07:00
|
|
|
{{ if eq $TITLE "goecs" }}
|
|
|
|
{{ $HEADER = "<h3>Fusion Monster Evaluation Project(<a href=https://github.com/oneclickvirt/ecs>ECS Go version</a>)</h3>" }}
|
|
|
|
{{ end }}
|
|
|
|
|
2025-04-10 21:50:05 +07:00
|
|
|
<h3>{{ $HEADER | safeHTML }}</h3>
|
|
|
|
|
|
|
|
{{/*
|
|
|
|
The Click to show design decision is not yet decided, will keep it as is until the next benchmark cycle
|
|
|
|
|
|
|
|
<details class="spoiler">
|
|
|
|
<summary>Click to show</summary>
|
|
|
|
<div class="spoiler-content">
|
|
|
|
{{ .Inner }}
|
|
|
|
</div>
|
|
|
|
</details>
|
|
|
|
*/}}
|
|
|
|
|
|
|
|
{{ .Inner }}
|