CPU Benchmark Platform

Submission browser and API for local CPU benchmark runs

Browse recent benchmark submissions, filter by submitter or CPU brand, and inspect per-core throughput details.

Total results: {{ .TotalCount }}
{{ if gt .ShowingTo 0 }}
Showing {{ .ShowingFrom }} to {{ .ShowingTo }}
{{ else }}
No submissions match the current filters
{{ end }}
Clear
{{ if not .Submissions }}
No submissions to display.
{{ end }} {{ range .Submissions }}

Submitter

{{ .Submitter }}

{{ .SubmissionID }}

CPU

{{ .CPUInfo.BrandString }}

{{ .CPUInfo.VendorID }} • {{ .CPUInfo.PhysicalCores }}C / {{ .CPUInfo.LogicalCores }}T

Score

{{ formatInt64 .Score }}

MOps/sec

{{ formatFloat .MOpsPerSec }}

Mode

{{ modeLabel .Config.MultiCore }}

Started

{{ formatTime .StartedAt }}

Submitted

{{ formatTime .SubmittedAt }}

Total ops

{{ formatInt64 .TotalOps }}

Benchmark config

{{ .Config.DurationSecs }}s • intensity {{ .Config.Intensity }} • coreFilter {{ .Config.CoreFilter }}

{{ range .CoreResults }} {{ else }} {{ end }}
Logical ID Core Type MOps/sec Total Ops
{{ .LogicalID }} {{ .CoreType }} {{ formatFloat .MOpsPerSec }} {{ formatInt64 .TotalOps }}
No per-core results available.
{{ end }}
{{ if gt .TotalPages 1 }} {{ end }}