- TODO items
This commit is contained in:
parent
363580cdf8
commit
50aeb42818
6
main.cpp
6
main.cpp
@ -67,7 +67,11 @@ int main()
|
||||
|
||||
ParallelWordSearch parallelWordSearch(workerCount, test_data.begin(), test_data.end(), pattern);
|
||||
time_span = TestRunner(run_parallel_wordsearch, parallelWordSearch);
|
||||
std::cout << "linear search found " << parallelWordSearch.get_result().size() << " matches: " << time_span << " seconds" << std::endl;
|
||||
std::cout << "parallel search found " << parallelWordSearch.get_result().size() << " matches: " << time_span << " seconds" << std::endl;
|
||||
|
||||
// TODO add validation of results
|
||||
// TODO brush up output
|
||||
// TODO command line args for workerCount, test-pattern generation ?
|
||||
|
||||
std::cout << std::endl;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user