Dev Builds » 20260825-1636

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 19a02f44e1bfee44b5a00acf6e812c643b8fd54c
Author Robert Nurnberg @ elitebook
Date 2026-08-25 16:36:24 UTC
guarantee PV extension for nodestime and handle MultiPV This PR fixes two minor issues with master's PV extension code. 1. When 'nodestime' is active, master may abort PV extension if it takes too long (as measured in ms), rendering the produced results nondeterministic. The patch always completes the PV extensions. This has no effect on playing strength because the local calls to `pos.do_move()` do not update the global used nodes counter. 2. If standard time management is active, and the game is played with `multiPV > 1`, then extending several PVs may repeatedly use up to `moveOverhead / 2` ms, possibly leading to time losses. The patch fixes this by only extending the PV of the best move during game play. closes https://github.com/official-stockfish/Stockfish/pull/7079 No functional change
Copyright 2011–2026 Next Chess Move LLC