Small. Useful. Reliable.
Windows utilities developed by
Debasis Bhattacharjee since 2004.
Lightweight Windows tools for system information, diagnostics, monitoring and productivity.

Benchmark Tools (6)

Benchmark Tools is the smallest category on the site at just 6 utilities, and that is entirely by design — meaningful CPU and storage benchmarking does not need dozens of variations, it needs a handful of well-understood, repeatable tests that produce a comparable number every time you run them. Every tool in this category deliberately stresses one specific subsystem to its limit and reports a single, straightforward result you can compare against a previous run, another machine, or a number someone else posted online.

CPU stress-testing is covered from three different angles, each with a different computational character. Super Pi Mod XS calculates Pi to a chosen digit count using a single thread and reports elapsed time — the classic single-threaded benchmark that has been used to compare raw per-core performance since the early 2000s, implemented here using scaled BigInteger arithmetic via Machin's formula. wPrime takes the opposite approach, spreading a square-root-heavy workload across every available thread to measure multi-threaded scaling instead of single-core speed. IntelBurnTest pushes further still, running a Linpack-style dense matrix multiplication across every core simultaneously and reporting an estimated GFLOPS figure — the same category of workload real Linpack-based stability testers use precisely because it maximizes power draw and heat output, making it an effective way to surface marginal cooling or an unstable overclock quickly.

Memory gets its own dedicated stress tool in MemTest64, which allocates a chosen block of RAM, writes a rotating set of bit patterns across every element, then reads them back and flags any mismatch as a genuine hardware error rather than a benchmark score — this is a correctness test more than a speed test, and any error it reports is worth taking seriously, since it usually points to a failing or marginal memory module.

Storage gets one specialized tool built for a very specific and surprisingly common problem: Flash Drive / Card Tester (H2testw-style) writes a verifiable pattern across the free space of a USB drive or SD card, then reads every block back and compares it against what should be there. This is the classic technique for catching "fake capacity" flash storage — drives that report, say, 512GB to Windows but silently wrap around and start overwriting earlier data once you pass the real 32GB of physical flash actually installed. A single successful full-capacity pass is one of the few reliable ways to confirm a drive is exactly what it claims to be.

Finally, Core2MaxPerf rounds out the category as a pure, configurable CPU load generator rather than a scored benchmark — you choose the thread count, it maxes out that many logical processors with tight floating-point math indefinitely, and you watch temperatures and clock behavior with whatever monitoring tool you prefer running alongside it. It exists for the moments a formal benchmark score matters less than simply confirming a system can sustain full load without throttling, crashing or overheating.

Utilities in this Category

Utility Description Details
Core2MaxPerf Loads every CPU thread to 100% using tight floating-point math for stress testing.
Flash Drive Card Tester Writes and verifies a pattern across free space to catch fake-capacity USB drives and SD cards.
Intel Burn Test A Linpack-style matrix-multiplication stress test that reports an estimated GFLOPS score.
MemTest64 A pattern-based RAM stress tester that writes and verifies memory to catch faulty modules.
Super Pi Mod XS A single-threaded arbitrary-precision Pi calculator used as a classic CPU speed benchmark.
wPrime A classic multi-threaded square-root benchmark for comparing raw CPU performance.