Dev Builds » 20260819-1637

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 92c90f41e3175e8f0c4ef399dec70dde015015e1
Author Joost VandeVondele
Date 2026-08-19 16:37:59 UTC
Initialise time budgets on every path TimeManagement::init returned early when the side to move had no clock, before optimumTime and maximumTime were assigned. The guard still let the search read them, so a mismatched-colour clock used uninitialised values. Reproduce with: position startpos go depth 3 btime 1000 Add a CI test for this case and initialise the budgets to NoBound, writing NoBound on the early-return path. closes https://github.com/official-stockfish/Stockfish/pull/7064 No functional change Co-authored-by: ppigazzini <pasquale.pigazzini@gmail.com>
Copyright 2011–2026 Next Chess Move LLC