javascript perft and epd tests

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

op12no2
Posts: 489
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

javascript perft and epd tests

Post by op12no2 »

I uploaded 2 little javascript tests apps to the Lozza UI github repo yesterday. Possibly of interest to other Javascript developers.

https://github.com/op12no2/lozza-ui

perft.htm, perft.js
bm.htm, bm.js

Try them here (will use significant cpu):-

https://op12no2.github.io/lozza-ui/perft.htm
https://op12no2.github.io/lozza-ui/bm.htm

I also have a very simple gauntlet test which is especially useful for eval tweaks but it's not repo worth yet. will upload soon.

Why? it's just nice being independent of node/jsuci and trad UIs and have all the testing available in the same context at the user-facing UIs. It's also fun :)