for real agian
This commit is contained in:
		@@ -94,7 +94,6 @@ void string_test_aggregate(T map, int runs){
 | 
				
			|||||||
            succ_lookup += ", " + std::to_string(results[1]);
 | 
					            succ_lookup += ", " + std::to_string(results[1]);
 | 
				
			||||||
            nosucc_lookup +=", " + std::to_string(results[2]);
 | 
					            nosucc_lookup +=", " + std::to_string(results[2]);
 | 
				
			||||||
            delet += ", " + std::to_string(results[3]);
 | 
					            delet += ", " + std::to_string(results[3]);
 | 
				
			||||||
            std::this_thread::sleep_for(seconds(5));
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        output << insert << succ_lookup << nosucc_lookup  << delet;
 | 
					        output << insert << succ_lookup << nosucc_lookup  << delet;
 | 
				
			||||||
        cout << insert << succ_lookup << nosucc_lookup  << delet;
 | 
					        cout << insert << succ_lookup << nosucc_lookup  << delet;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user