forked from MassiveAtoms/hashmap-bench
		
	for real agian
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.cpp
									
									
									
									
									
								
							| @@ -21,7 +21,7 @@ int main() { | |||||||
|     int_test_aggregate(intmap{}, 1); |     int_test_aggregate(intmap{}, 1); | ||||||
|     string_test_aggregate(stringmap{}, 1); |     string_test_aggregate(stringmap{}, 1); | ||||||
|     time_point<steady_clock> end_test = steady_clock::now(); |     time_point<steady_clock> end_test = steady_clock::now(); | ||||||
|     std::cout << "1 run all tests 1 map: " << duration_cast<minutes>(end_test-start_test).count() << " minutes"; |     std::cout << "1 run all tests 1 map: " << duration_cast<seconds>(end_test-start_test).count() << " minutes"; | ||||||
|     // test takes 52 mins for 10 runs for one hashmap |     // test takes 52 mins for 10 runs for one hashmap | ||||||
|     // so it'll take ~3 hours per map if we want 30 runs per test |     // so it'll take ~3 hours per map if we want 30 runs per test | ||||||
|     /* if the other maps have about the same operation times ************ |     /* if the other maps have about the same operation times ************ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 TinyAtoms
					TinyAtoms