Single-Core Test
This test uses one CPU core to render the scene. It runs one thread at a time, no multitasking.
- Measures clock speed and IPC (instructions per clock)
- Tells you how fast your CPU handles tasks that cannot be parallelised
- Relevant to gaming, app launch speed, and everyday responsiveness
- Score scales with architecture quality, not just GHz
A CPU with a high clock speed but weak architecture can score lower than a slower chip from a newer generation. That is what IPC means in practice.



