/geekbench/cpu_results

POST /api/geekbench/cpu_results

Price: 1 credit

Fetch one uploaded Geekbench CPU run by its id. Returns the single-core and multi-core scores, the per-workload breakdown with each workload's own score and throughput figure, the uploader, the upload time and view count, and the machine it ran on: operating system, model and model identifier, motherboard, processor name, identifier, topology, clock speeds and caches, and memory size, type and channels. Geekbench 2 through 7 are covered, and every information row the page carries is returned verbatim alongside the named fields.

How to use it

Ids are scoped to one Geekbench version and to the CPU family, so `version` is part of the key, not a hint: id 19105235 is a real run under version 6 and does not exist under 7, and an id belonging to a GPU run resolves to an unrelated CPU run rather than failing. Take both values from the same search result rather than pairing an id with a guessed version. Version 2 differs in kind: it reports one figure in `overall_score` plus Integer, Floating Point, Memory and Stream section scores, and no single-core or multi-core pair. Versions 3 to 7 all fill `single_core_score` and `multi_core_score`, but the workloads behind them changed with every version, so those numbers compare only within one version.

Parameters

Request body

Response

Errors

Response headers