carsten-wenderdel / wildbg

Backgammon engine based on neural networks
https://wildbg.shuttleapp.rs/swagger-ui/
Apache License 2.0
22 stars 5 forks source link

Benchmarking with criterion.rs #14

Closed carsten-wenderdel closed 1 year ago

carsten-wenderdel commented 1 year ago

To make things faster we need to benchmark them. Add https://github.com/bheisler/criterion.rs and set up a few benchmarks.

To have reproducible results, everything based on pseudo random dice needs to be initialised with a seed.

carsten-wenderdel commented 1 year ago

Done