this is the most up to date working #2

Merged
MassiveAtoms merged 26 commits from moretables into master 2020-04-17 16:47:27 +00:00
Showing only changes of commit 29d50f5261 - Show all commits

View File

@ -94,7 +94,6 @@ void string_test_aggregate(T map, int runs){
succ_lookup += ", " + std::to_string(results[1]);
nosucc_lookup +=", " + std::to_string(results[2]);
delet += ", " + std::to_string(results[3]);
std::this_thread::sleep_for(seconds(5));
}
output << insert << succ_lookup << nosucc_lookup << delet;
cout << insert << succ_lookup << nosucc_lookup << delet;