Dev Builds » 20260720-0858

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 b4ea9205a67abeb749fcbec0004ccaa44ba7bc26
Author anematode
Date 2026-07-20 08:58:54 UTC
Allow trailing whitespace in str_to_size_t Fixes #6984, first reported by sqrmax on the Discord, causing incorrect detection of NUMA and L3 domains on Linux due to trailing whitespace when reading from sysfs. This was introduced by #6844 which made `str_to_size_t` too strict, since `std::stoull` allows trailing characters (and leading whitespace, although this part is not relevant for us). Before: $ ./bins/stockfish.master speedtest Stockfish dev-20260716-ebcea3ef by the Stockfish developers (see AUTHORS file) info string Using 224 threads with NUMA node thread binding: 64/32:64/32:64/32:32/16 After: $ ./stockfish speedtest Stockfish dev-20260718-m-cb702902 by the Stockfish developers (see AUTHORS file) info string Using 224 threads with NUMA node thread binding: 32/32:32/32:32/32:32/32:32/32:32/32:32/32 closes https://github.com/official-stockfish/Stockfish/pull/6989 No functional change
Copyright 2011–2026 Next Chess Move LLC