Added To-Do to Benchmark

This commit is contained in:
2015-06-11 22:53:12 +03:00
parent 4ece16c53f
commit a6ddedd5be

View File

@@ -2,6 +2,15 @@
#include "crossbasetypes.hpp"
/* To-Do:
* Console app that runs generating of crosswords
* with random or not. And if yes with command-line parametrs we can
* set number of tests and get
* 1. Worst, Best
* 2. Mean
* 3. Dispersion
*/
// application class
class wxMiniApp : public wxApp
{