Dev Builds » 20260419-0523

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 ce7848f7cc4a7f7eecdcc58a68cf424ec0fcaf1c
Author FauziAkram
Date 2026-04-19 05:23:25 UTC
Remove the Redundant ply Variables in Benchmark Calculations In setup_benchmark, the variables evaluating the current ply simply mirror the exact iterative progress of the string arrays loop (since ply just increments by 1 with every pass). We can delete the separate integer assignment and execute it securely within the loop declaration. closes https://github.com/official-stockfish/Stockfish/pull/6732 No functional change
Copyright 2011–2026 Next Chess Move LLC