Dev Builds » 20260716-0616

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 ca11d43709446e2cd12400d67b6ffad9da49d786
Author ConKirby
Date 2026-07-16 06:16:29 UTC
Remove dead code left over from earlier refactors The following have zero references repo-wide: Move::to_sq_unchecked() (types.h): added in 542c30c2 for a branchless correction-history update; its only caller was removed in 5ae13d2b ("Remove Redundant Branchless Execution"), leaving the method unused. PipeDeleter (misc.h): the custom deleter for the std::unique_ptr<FILE, PipeDeleter> that wrapped popen("lscpu"). That pipe was removed in c8375c2f ("On linux use sysfs instead of lscpu"), so the struct has been unused since. Dropping PipeDeleter also removes the last user of <cstdio> in misc.h, so that include is dropped as well. closes https://github.com/official-stockfish/Stockfish/pull/6948 No functional change
Copyright 2011–2026 Next Chess Move LLC