deus-x-mackina / poker

A Rust crate for evaluating poker hands
MIT License
12 stars 5 forks source link

Expand benchmarking code #11

Closed deus-x-mackina closed 1 year ago

deus-x-mackina commented 1 year ago

As mentioned in #10, benchmarking code should be expanded such that it measures the performance of ranking an individual hand (5 and 7-cards), as well as all 7-card hand combinations.

deus-x-mackina commented 1 year ago

It turns out that benching all 7-card combinations takes a bit too much time as currently implemented, so I'll omit this.

deus-x-mackina commented 1 year ago

Commit 4c5db2b should resolve this.