Create a benchmark project to evaluate the timing and memory consumption of the algorithms currently used by the CodeBreaker.Bot project for playing a game and setting moves.
The goal is to have a baseline measurement of the existing implementation, which will later allow us to compare performance against alternative algorithm versions. The benchmark should focus on:
- Execution time for various game scenarios
- Memory usage during gameplay and move setting
Please include clear instructions on how to run the benchmarks and interpret the results.
Create a benchmark project to evaluate the timing and memory consumption of the algorithms currently used by the CodeBreaker.Bot project for playing a game and setting moves.
The goal is to have a baseline measurement of the existing implementation, which will later allow us to compare performance against alternative algorithm versions. The benchmark should focus on:
Please include clear instructions on how to run the benchmarks and interpret the results.