Dev Builds » 20260810-1307

You are viewing an old NCM Stockfish dev build test. You may find the most recent dev build tests using Stockfish 15 as the baseline here.

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID 439733ea339b1601e5acf5488b9369d65c9d68e0
Author mstembera
Date 2026-08-10 13:07:43 UTC
Fix rm.exe "Permission denied" errors on Windows I haven't built a universal exe on Windows for a while. Doing it today produced "Permission denied" errors afterward when running "make clean". Claude fixed it and produced the following comment: "On Windows, `ln -s` to a directory creates a native directory symlink that MSYS rm cannot unlink, so `rm -rf temp_builds` fails with `Permission denied` and `make clean` breaks after a universal build. Fix: in universalclean, run `find ... -type l -exec rmdir {} +` first, which unlinks such a link without following it. On Linux/macOS rmdir refuses POSIX symlinks; `|| true` absorbs the error and `rm -rf` behaves exactly as before." closes https://github.com/official-stockfish/Stockfish/pull/7038 No functional change
Copyright 2011–2026 Next Chess Move LLC