mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
names of sets are now displayed properly
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user