I want to be able to easily run tests to check the performance.
The best solution is to create a test namespace containing functions to make tests.
Potentially I will need to create config files to set the initial values.
In the meantime the tests are hardcoded in the main.cpp
I want to be able to easily run tests to check the performance.
The best solution is to create a test namespace containing functions to make tests.
Potentially I will need to create config files to set the initial values.
In the meantime the tests are hardcoded in the
main.cpp