jordanbray / chess

A rust library to manage chess move generation
https://jordanbray.github.io/chess/
MIT License
234 stars 54 forks source link

Create benchmarks #7

Closed niklasf closed 7 years ago

niklasf commented 7 years ago

Baseline performance on my machine:

test perft_4 ... bench:   1,087,200 ns/iter (+/- 191,190)
test perft_5 ... bench:  24,839,895 ns/iter (+/- 3,125,842)
jordanbray commented 7 years ago

This looks great.