Dev Builds » 20260426-0743

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 1a882efc7fc22b3b16893a406e6060916022fcc4
Author anematode
Date 2026-04-26 07:43:42 UTC
Simplify out double_inc_update Passed STC https://tests.stockfishchess.org/tests/view/69e82e200e9667dd5a765631 LLR: 2.93 (-2.94,2.94) <-1.75,0.25> Total: 115424 W: 29950 L: 29822 D: 55652 Ptnml(0-2): 318, 12712, 31544, 12800, 338 Passed AVX2-only STC https://tests.stockfishchess.org/tests/view/69e953080e9667dd5a7657c0 LLR: 2.93 (-2.94,2.94) <-1.75,0.25> Total: 134720 W: 34773 L: 34665 D: 65282 Ptnml(0-2): 344, 14958, 36694, 14974, 390 Now that our L1 size is much smaller, the overhead of tracking diffs for `double_inc_update` is a larger share of the cost. Interestingly ces42 measured a -0.9% slowdown locally (avxvnni build). Meanwhile Torom and I find this branch to be 2% faster. I'm not sure exactly what's going on but more tests may be in order closes https://github.com/official-stockfish/Stockfish/pull/6776 No functional change
Copyright 2011–2026 Next Chess Move LLC