GUI for testing

Discussion of chess software programming and technical issues.

Moderator: Ras

AndrewGrant
Posts: 1957
Joined: Tue Apr 19, 2016 6:08 am
Location: U.S.A
Full name: Andrew Grant

Re: GUI for testing

Post by AndrewGrant »

Late to the party: https://github.com/AndyGrant/OpenBench/ ... /CoreFiles

Static compiles of Cutechess (With FRC fixed, not yet merged into master... still?). Used by OpenBench, similar to Fishtest, when completing tests. Everyday these binaries play a few hundred thousand games with no issues, pulling directly from this repo.
User avatar
Rebel
Posts: 7299
Joined: Thu Aug 18, 2011 12:04 pm
Full name: Ed Schröder

Re: GUI for testing

Post by Rebel »

AndrewGrant wrote: Thu Jan 27, 2022 3:17 pm Late to the party: https://github.com/AndyGrant/OpenBench/ ... /CoreFiles

Static compiles of Cutechess (With FRC fixed, not yet merged into master... still?). Used by OpenBench, similar to Fishtest, when completing tests. Everyday these binaries play a few hundred thousand games with no issues, pulling directly from this repo.
What's the advantage over the regular Cutechess?
90% of coding is debugging, the other 10% is writing bugs.
AndrewGrant
Posts: 1957
Joined: Tue Apr 19, 2016 6:08 am
Location: U.S.A
Full name: Andrew Grant

Re: GUI for testing

Post by AndrewGrant »

Rebel wrote: Thu Jan 27, 2022 4:39 pm
AndrewGrant wrote: Thu Jan 27, 2022 3:17 pm Late to the party: https://github.com/AndyGrant/OpenBench/ ... /CoreFiles

Static compiles of Cutechess (With FRC fixed, not yet merged into master... still?). Used by OpenBench, similar to Fishtest, when completing tests. Everyday these binaries play a few hundred thousand games with no issues, pulling directly from this repo.
What's the advantage over the regular Cutechess?
No advantage; Its just a compiled binary which was requested for the CLI, I thought.
User avatar
phhnguyen
Posts: 1524
Joined: Wed Apr 21, 2010 4:58 am
Location: Australia
Full name: Nguyen Hong Pham

Re: GUI for testing

Post by phhnguyen »

AFAIK, Qt requires a commercial license for creating static binaries. Take care!
https://banksiagui.com
The most features chess GUI, based on opensource Banksia - the chess tournament manager
tcusr
Posts: 325
Joined: Tue Aug 31, 2021 10:32 pm
Full name: tcusr

Re: GUI for testing

Post by tcusr »

AndrewGrant wrote: Thu Jan 27, 2022 3:17 pm Late to the party: https://github.com/AndyGrant/OpenBench/ ... /CoreFiles

Static compiles of Cutechess (With FRC fixed, not yet merged into master... still?). Used by OpenBench, similar to Fishtest, when completing tests. Everyday these binaries play a few hundred thousand games with no issues, pulling directly from this repo.
perfect, thanks