Joost VandeVondele

Results 46 issues of Joost VandeVondele

order commits differently No functional change

also generate binaries for more recent Android hardware. No functional change

No functional change

I wanted to update the CPU contributors list based https://tests.stockfishchess.org/users (by the same script I used previously) and it seems for some users (e.g. technologov) the numbers of games played...

- tests take longer, we hit 800k from time to time - in the case the fleet lands, the number of tasks created per run is limited by 800k games....

enhancement
server
scaling

![image](https://user-images.githubusercontent.com/4202567/235248008-7b39178b-0a38-44cc-bdc0-7cf957a9c948.png) The slowness appears to be due to update_task being 10x slower than before the fleet visit. Profiling the prod server we see the following profile: ``` -- Apr 28...

To follow up on the discussion that started https://github.com/glinscott/fishtest/pull/1600 this issue is to track slow operations in the Mongo DB. The following list are the top 10 slowest entries in...

as a debugging aid, introduce a signal handler for printing stack traces `kill -USR1 ` will result in a stack dump needs testing on dev. The signal handler must be...

https://tests.stockfishchess.org/actions?max_actions=1&action=&user=&text=Exception+AssertionError&before=1682701341.634387&run_id= https://github.com/glinscott/fishtest/blob/6be811d340d87e0430d63af73a8daf50ca490b1d/worker/games.py#L1329 currently triggered 4 times.

Adds size in memory as well as layer sizes as in ``` info string NNUE evaluation using nn-ae6a388e4a1a.nnue (132MiB, 22528 x 3072 x 15 x 32 x 1) info string...

to be merged
feature/functionality
no-functional-change