names of sets are now displayed properly

This commit is contained in:
2021-01-01 18:06:04 +01:00
parent 03d1da6e22
commit 4c9ad7e81e
5 changed files with 11 additions and 7 deletions

View File

@@ -183,7 +183,7 @@ void benchmark(int minVal, int maxVal, benchmark_type b_type, int i){
std::cout << std::endl;
for (Set* set : sets) {
std::cout << typeid(set).name();
std::cout << set->get_name();
for (int thread_count : thread_counts) {