CPU Stress Test
Spawn up to navigator.hardwareConcurrency WebWorkers running a tight SHA-256 hashing loop. Each worker reports its ops/sec and the main thread sums them into a total. Adjust thread count and duration to stress-test thermals or just benchmark a machine — no install, runs entirely in your browser.
Stress settings
Warning: this test intentionally maxes your CPU. Expect fans to spin up and the machine to get warm. Laptops on battery may thermal-throttle within 30-60 seconds, which is itself a useful datapoint.
Live results
—Logical cores
0Total ops/sec
0Avg per thread
0Elapsed (s)
0Peak ops/sec
Popular tools
All tools
CPU Stress Test guide
How to use the CPU Stress Test accurately
The test spawns a configurable number of WebWorkers (defaulting to navigator.hardwareConcurrency, which matches your logical core count). Each worker runs a tight while loop that feeds the previous hash into a new crypto.subtle.
cpu stress test
browser cpu benchmark
webworker stress test
cpu load test
cpu burn-in test
sha-256 benchmark
The single most informative pattern in this test is a full-speed burst followed by a sustained drop. A thin-and-light laptop will typically hold peak ops/sec for 20-40 seconds, then step down 30-50% as the CPU hits its thermal envelope.
CPU Stress Test FAQ
Common cpu stress test questions
Checklist
Utility checks to confirm
- How The CPU Stress Test Works The test spawns a configurable number of WebWorkers (defaulting to navigator.hardwareConcurrency, which matches your logical core count).
- What The Test Measures (And What It Doesn't) This tool measures sustained integer throughput across multiple cores. It is a good proxy for workloads like compilation, compression, video encode, and 3D rendering — all of...
- Spotting Thermal And Power Throttling The single most informative pattern in this test is a full-speed burst followed by a sustained drop. A thin-and-light laptop will typically hold peak ops/sec for 20-40 seconds...