CPU Benchmark
Runs 5 JavaScript CPU sub-tests and scores your processor performance relative to typical browser benchmarks.
JavaScript CPU Performance
This benchmark measures how fast your CPU executes JavaScript workloads representative of real web application tasks. Unlike native benchmarks, JavaScript performance depends jointly on your CPU hardware and the quality of the browser's JavaScript engine (JIT compiler).
Each test is timed using performance.now() which provides sub-millisecond precision. Scores are normalized against a mid-range baseline, where a score of 50 represents average performance. Scores above 80 indicate excellent performance that exceeds typical benchmarks.
Sub-Test Breakdown
10 million integer additions with bitwise OR to force integer mode. Tests core ALU throughput and loop optimization.
5 million sin/cos pairs. Tests FPU throughput and transcendental math performance.
Eratosthenes sieve to 100K using Uint8Array. Tests memory access patterns and typed array performance.
Recursive Fibonacci(35). Tests function call overhead and stack performance with ~29M recursive calls.
1,000 JSON stringify/parse cycles on a complex object. Tests serialization performance relevant to API work.
Related Hardware Tests
More free tools to check your setup.
GPU Stress Test
Stress test your GPU with a heavy Canvas animation of 500 moving circles. Monitor live FPS under load.
Browser Benchmark
Benchmark your browser with Math, DOM, String, and Array performance tests. Compare your browser speed score.
FPS Test
Measure your browser's actual frame rate over 10 seconds using requestAnimationFrame. See average, min, and max FPS with a live bar chart.
RAM Checker
Check browser memory usage and device RAM. View JS heap size, device memory, and run an allocation speed test.
Network Latency Test
Measure your browser-to-server round-trip latency with 10 pings. See average, min, and max response time in milliseconds.