- Generate randomized data for various board sizes and compare time in seconds / milli-seconds.
- We can compare Python vs C++ speed.
- In C++ land, we can compile with optimization O3, O8 etc for example, and compare results.
- If we have multiple devices (or) AWS instances, we can also benchmark against RAM available, processor speed etc.