KYLChiu / sporkfish

Chess engine in Python
MIT License
5 stars 0 forks source link

[Feature] Use/investigate best Docker image for performance #117

Open KYLChiu opened 6 months ago

KYLChiu commented 6 months ago

FEN: r1b2rk1/ppqn1pbp/6p1/3pp3/7B/2PB1N2/PP3PPP/R2QR1K1 w - - 0 16 (depth 6)

Local WSL Python:3.10.12: 17.316s Local ubunutu:latest Python 3.10.12: 18.921s Local ubuntu:latest Python 3.11.10rc1: 20.237s (I can't be bothered to find out how install the same version as Bookworm from dockerfile) Local Bookworm 3.11.7: 23.528s Codespaces 2 Core Bookworm 3.11.7: 40.085s Codespaces 4 Core Bookworm 3.11.7: 24.497s Codespaces 4 Core Bookworm 3.12.2: 27.694s

My specs: i7-11800 ~2.3GHz Codespace specs: AMD EPYC 7763 64-Core ~2.7-3.2GHz