Dev Builds » 20260625-1109

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 5b87bc48cd73995f02bc790e50239a83d622f838
Author zungur
Date 2026-06-25 11:09:03 UTC
Remove unused search-layer APIs The following have zero call sites repo-wide: SearchManager::id: never read or written (also never initialized, nor was it ever used). Search::Worker::elapsed_time(): never called. PV output uses tm.elapsed_time() (TimeManager) directly. (removed callers on 25361e5) MovePicker::begin()/end(): unused private accessors. (removed callers on 8c2d21f) closes https://github.com/official-stockfish/Stockfish/pull/6909 No functional change
Copyright 2011–2026 Next Chess Move LLC