Maybe I was too stupid or not that involved in chess engine testing, but only after some small research in the source code of Stockfish 13 I figured out how to do the benchmark with more than one thread: benchmark.cpp: 95 /// setup_bench() builds a list of UCI commands to be run by bench. There […]
WeiterlesenSchlagwort: Schach
ERET Testsuite
ERET is a pretty reliable 111 position testsuite (Opening, Middlegame, Endgame, Tactics, Strategy) from March 2017 by Walter Eigenmann. These results here are less of a comparison between the engines but of different CPU/architectures. My test settings: Hardware: Apple Macbook Pro M1, 8GB RAM Software: epdtest by Richard Delorme, compiled for MacOS arm64 Command: epdtest […]
WeiterlesenEngine Benchmarks on Apple’s M1
if available in the engine, some simple benchmarks using the command line, e.g. [engine name] bench or [engine name] benchmark The results of testsuites might follow. * Lc0 using the net weights_42850.txt.gz
WeiterlesenSome Chess Stuff for Apple’s M1
Some chess stuff compiled for the new Apple M1 processor, Chessx and Cutechess are made with qt-5.15. You might need to install these libraries via homebrew:
Weiterlesen