From a6ddedd5be106bda2a562c35dee85c8e06397e94 Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Thu, 11 Jun 2015 22:53:12 +0300 Subject: [PATCH] Added To-Do to Benchmark --- CrossBench/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CrossBench/main.cpp b/CrossBench/main.cpp index 72aba86..f5ad34d 100644 --- a/CrossBench/main.cpp +++ b/CrossBench/main.cpp @@ -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 {