Dev Builds » 20260510-0946

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 6a50807e01773951e727d897cdd3549e8e4249ce
Author anematode
Date 2026-05-10 09:46:31 UTC
On Linux, allow shared-memory network weights to be backed by huge pages This does require the user to have set `/sys/kernel/mm/transparent_hugepage/shmem_enabled` to something other than `never` (unfortunately the default, at least on Ubuntu). ``` Result of 50 runs ================== base (...kfish.master) = 1814244 +/- 4396 test (./stockfish ) = 1823756 +/- 3448 diff = +9512 +/- 5496 speedup = +0.0052 P(speedup > 0) = 0.9996 ``` ``` Performance counter stats for './stockfish bench': 237,561 dTLB-misses 5,783,003,231 cycles Performance counter stats for './bins/stockfish.master bench': 2,219,832 dTLB-misses 5,932,779,255 cycles ``` closes https://github.com/official-stockfish/Stockfish/pull/6805 No functional change
Copyright 2011–2026 Next Chess Move LLC