Sopel97 / fishtest

Stockfish testing

Home Page:https://tests.stockfishchess.org/tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Actions Workflow Status

Fishtest is a distributed task queue for testing chess engines. The main instance for testing the chess engine Stockfish is at this web page https://tests.stockfishchess.org

Developers submit patches with new ideas and improvements, CPU contributors install a fishtest worker on their computers to play some chess games in the background to help the developers testing the patches.

The fishtest worker:

  • automatically connects to the server to download a chess opening book, the cutechess-cli chess game manager and the chess engine sources (both for the current Stockfish and for the patch with the new idea). The sources will be compiled according to the type of the worker platform.
  • starts a batch of games using cutechess-cli.
  • uploads the games results on the server.

The fishtest server:

  • manages the queue of the tests with customizable priorities.
  • computes several probabilistic values from the game results sent by the workers.
  • updates and publishes the results of ongoing tests.
  • knows how to stop tests when they are statistically significant and publishes the final tests results.

To get more information, such as the worker/server install and configuration instructions, visit the Fishtest Wiki.

About

Stockfish testing

https://tests.stockfishchess.org/tests


Languages

Language:Python 88.5%Language:Makefile 6.4%Language:JavaScript 2.9%Language:CSS 1.5%Language:HTML 0.6%Language:Shell 0.1%